@charset "UTF-8";
/* CSS Document */

body {
font-family: Lucida Grande, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro W3,ＭＳ Ｐゴシック, MS P Gothic, Geneva, Arial, Verdana, sans-serif;
	background: #EBEBEB;
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #000000;
	font-size: 11px;
	line-height:  25px;	
}
TD{
line-height:  25px;	
}
#container {
	width: 900px;  /* 最大幅である 800px より 20px 小さくすることにより、ブラウザクロームの使用が可能となり、水平スクロールバーが表示されなくなります */
	background: #FFFFFF;
	margin: 0 auto; /* 自動マージン（幅と連動）により、ページが中央揃えになります */
	border: 0px solid #000000;
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
}

.under {
	width: 820px;  /* 最大幅である 800px より 20px 小さくすることにより、ブラウザクロームの使用が可能となり、水平スクロールバーが表示されなくなります */
	background: #FFFFFF;
	border-bottom:dotted 1pt #000000;
	margin: 0px; /* 自動マージン（幅と連動）により、ページが中央揃えになります */
	height: 10px;
	}


#mainContent {
	padding: 40px 39px; /* 余白は div ボックスの内側のスペース、マージンは div ボックスの外側のスペースです */
}

td {border: 0.1px}

.style2 {
	font-size: 14px;
	font-weight: bold;
}
.style3 {color: #CC0000}

.style5 {color: #FF6600}


a:link {
font-size: 13px;
	text-decoration: none;
		color: #000000;
	border-bottom:double;
}
a:visited {
font-size: 13px;
	text-decoration: none;
	border-bottom:double;
	color: #000000;
}
a:hover {
font-size: 13px;
	text-decoration: none;
	color: #CCCCCC;
		border-bottom:double;
}
a:active {
font-size: 13px;
	text-decoration: none;
	border-bottom:double;
	color: #000000;
}


a.link4:link {
font-size: 13px;
	text-decoration: none;
		color: #000000;
	border-bottom: solid 2 ;
}
a.link4:visited {
font-size: 13px;
	text-decoration: none;
	border-bottom: solid 2 ;
	color: #000000;
}
a.link4:hover {
font-size: 13px;
	text-decoration: none;
	color: #CCCCCC;
		border-bottom: solid 2 ;
}
a.link4:active {
font-size: 13px;
	text-decoration: none;
	border-bottom: solid 2 ;
	color: #000000;
}












.pagination {
	text-align: right;
	margin:  0 auto;
	padding: 10px 0px 10px 0px;
	clear: both;
}
.pagination ul {
}

.pagination ul li {
font-family: Lucida Grande, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro W3,ＭＳ Ｐゴシック, MS P Gothic, Geneva, Arial, Verdana, sans-serif;
	font-size: 10px;
	display: inline;
}

.pagination ul li em {
	font-style: normal;
	color: #fff;
	text-align: center;
	line-height: 1;	
	margin: 2px 6px 2px 0;
	padding: 3px 5px;
	background: #000000;
	
}
.pagination ul li a,
.pagination ul li a:visited {
	color: #000;
	text-align: center;
	line-height: 1;
	margin: 2px 6px 2px 0;
	padding: 3px 5px;
	display: inline;
	background: #fff;
	border: dotted 1pt #000000;
font-family: Lucida Grande, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro W3,ＭＳ Ｐゴシック, MS P Gothic, Geneva, Arial, Verdana, sans-serif;
	font-size: 9px;
	display: inline;
	
	
}
.pagination ul li.first a,
.pagination ul li.first a:visited {
	padding-left: 15px;
	background: url(http://www.anoutcommune.com/gif/hidari.gif) no-repeat .6em center;
}
.pagination ul li.first a:hover {
	background: #000 url(http://www.anoutcommune.com/gif/hidariwh.gif) no-repeat .6em center;
}
.pagination ul li.last a,
.pagination ul li.last a:visited {
	padding-right: 15px;
	background: url(http://www.anoutcommune.com/gif/migi2.gif) no-repeat right center;
}
.pagination ul li.last a:hover {
	background: #000 url(http://www.anoutcommune.com/gif/migi2wh.gif) no-repeat right center;
}

.pagination ul li strong a,
.pagination ul li strong a:visited {
	color: #fff;
	background: #333;
	border: 1px solid #4d4d4d;
}
.pagination ul li a:hover {
	color: #fff;
	text-decoration: none;
	background: #000;
	border: 1px solid #000;
}
.pagination ul.bottom {
	padding: 20px 0 50px;
}
