@charset "Shift_JIS";
	/* The Style Sheet Begins from Here. ここからスタイルシート */
	body {
	  background-color: #FFFFFF;
	  margin-left: 3%;
	  margin-right: 3%;
	  color: #777777;
	  font-size:13px;
	}
	a { text-decoration: none }
	a:link { color: #008800; }
	a:hover { text-decoration: underline }
	a:visited { color: #006600; }
	a:active { color: #00AA00; }
	h1 {
	  color: #AA3300;
	  font-size: 20px;
	  font-weight: bold;
	  font-family: "";
	  text-align: center;
	}
	big { font-size: 20px }
	small { font-size: 10px }
	em { font-weight: bold; font-style: normal; }
	.center { text-align: center; }
	.nostyle { display: none; }
	div.pager {
	  background: #EEE8FE;
	  padding: 10px;
	  border-style: solid;
	  border-color: #EEE8FE;
	  border-width: 2px;
	  width: 14em;
	  margin-right: auto;
	  margin-left:auto;
	  margin-top: 8px;
	  margin-bottom: 8px;
	  text-align: center;
	  }
	div.link {
	  background: #B4D8FF;
	  padding: 10px;
	  border-style: solid;
	  border-color: #B4D8FF;
	  border-width: 2px;
	  width: 40em;
	  display: table;
	  margin-right: auto;
	  margin-left: auto;
	  margin-top: 10px;
	  margin-bottom: 10px;
	  text-align: center;
	  }
	div.cell {
	  float: left ;
	  width: 18em;
	  margin: 0px;
	  padding: 5px 0px;
	  text-align: center;
	  border-width: 0px;
	  margin-right: auto;
	  margin-left: auto;
	}
	div.cell2 {
	  clear: left;
	  width: 36em;
	  margin-right: auto;
	  margin-left: auto;
	  padding: 0px;
	  border-width: 0px;
	}
	/* The Style Sheet Ends at Here. ここまでスタイルシート */
