@charset "utf-8";
/* CSS Document */
/* 全ページ共通のデザインの設定
---------------------------------*/
body{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:75%;
	color:#333;
	background:#fff;
	text-align:left;
	margin:0;
	padding:0;
}
img{
	border:0;
	vertical-align: top;
	vertical-align: bottom;
}
ul,li,p,dl,dt,dd{
	margin:0;
	padding:0;
}
table{
	border-collapse: collapse;
}
.clearfix:after{ content:'.'; display: block; height:0px; clear:both; line-height:0; visibility:hidden; }
.clearfix{ zoom:1; }
#main{
	width: 1080px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
/*background-color:#cFF;*/
}
#main_column{
	padding:10px 0 20px 0;
	background-color:#fff;
}
.kidoup a:hover img{
	opacity:0.7;
	filter: alpha(opacity=70);
}
.mt5{
	margin-top:5px;
}
.mt20{
	margin-top:20px;
}
.mt40{
	margin-top:40px;
}
.mt45{
	margin-top:45px;
}
.mt70{
	margin-top:70px;
}
.mb30{
	margin-bottom:30px;
}
.t_center{
	text-align:center;
}
/* ヘッダー部分
---------------------------------*/
#head_part{
	width:100%;
}
#head_part ul{
	letter-spacing: -.40em; /* 文字間を詰めて隙間を削除する */
	background:url(../../img/common/nav-bg.jpg) repeat-x;
}
#head_part li{
	font-size:110%;
	list-style-type: none;
	display: inline;
	text-align:center;
/* IE 6/7 */
	*display: inline;
	*zoom: 1;
}
#head_part li a{
	width:25%;
	display: inline-block;
	letter-spacing: normal; /* 文字間を通常に戻す */
	text-decoration:none;
	color:#000;
	padding:10px 0;
/* IE 6/7 */
	*display: inline;
	*zoom: 1;
}
/* IE7 */
*:first-child+html #head_part li { width:270px; float:left; display:block; }
*+html #head_part li { width:270px; float:left; display:block; }
*:first-child+html #head_part li a { width:270px; float:left;display:block; }
*+html #head_part li a { width:270px; float:left; display:block; }
#postarea .bottompage #katudoumenu {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 380px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 680px;
	height: 40px;
	list-style-image: none;
	list-style-type: none;
	display: block;
}
#postarea .bottompage #katudoumenu li {
	width: 300px;
	float: left;
	height: 40px;
	display: block;
	margin-left: 20px;
	margin-right: 20px;
}
#postarea .bottompage #katudoumenu li a {
	text-decoration: none;
	text-align: center;
	line-height: 40px;
	font-size: 18px;
	color: #373737;
	width: 300px;
	height: 40px;
	display: block;
	background-color: #E0E0E0;
}
#postarea .bottompage #katudoumenu li a:hover {
	background-color: #671011;
	color: #FFFFFF;
}
.bottompage #mono #monotext {
	margin-left: 380px;
	width: 680px;
	height: 140px;
	font-size: 16px;
	text-align: left;
	line-height: 35px;
}
.bottompage #mono2 #monotext {
	margin-left: 380px;
	width: 680px;
	height: 140px;
	font-size: 16px;
	text-align: left;
	line-height: 35px;
}







@media (min-resolution: .001dpcm) { /* opera12 */
_:-o-prefocus, #head_part li {
	width:265px;
};
}
@media (min-resolution: .001dpcm) { /* opera12 */
_:-o-prefocus, #head_part li a{
	width:265px;
};
}

#head_part li a:hover{
	color:#999;
}
/* メインコンテンツ部分
---------------------------------*/
#main_content{
	background:url(../../img/common/bg.png) repeat-x top;
}
#main_content .top_img{
	text-align:center;
	padding:20px 0;
}
/* グローバルメニュー部分
---------------------------------*/
#gmanu{
	width:100%;
	margin-bottom:20px;
}
#gmanu ul{
	letter-spacing: -.40em; /* 文字間を詰めて隙間を削除する */
	border-top:1px solid #373737;
	border-bottom:1px solid #373737;
}
#gmanu li{
	font-size:120%;
	list-style-type: none;
	display: inline;
	text-align:center;
/* IE 6/7 */
	*display: inline;
	*zoom: 1;
}
#gmanu li a{
	width:360px;
	display: inline-block;
	letter-spacing: normal; /* 文字間を通常に戻す */
	text-decoration:none;
	color:#000;
	background:#fff;
	padding:10px 0;
/* IE 6/7 */
	*display: inline;
	*zoom: 1;
}
/* IE7 */
*:first-child+html #gmanu li { width:216px; float:left; display:block; }
*+html #gmanu li { width:216px; float:left; display:block; }
*:first-child+html #gmanu li a { width:216px; float:left;display:block; }
*+html #gmanu li a { width:216px; float:left; display:block; }

@media (min-resolution: .001dpcm) { /* opera12 */
_:-o-prefocus, #gmanu li {
	width:210px;
};
}
@media (min-resolution: .001dpcm) { /* opera12 */
_:-o-prefocus, #gmanu li a{
	width:210px;
};
}

#gmanu li a:hover,#gmanu li a.active{
	color:#fff;
	background:#373737;
}



/* フッター部分
---------------------------------*/
#footer_part{
	width:100%;
	height:230px;/*height:250px;*/
	padding-top:20px;
	background:url(../../img/common/footerbg.png) repeat-x;
}
#footer_part table{
	width:100%;
}
#footer_part td{
	width:33%;
	text-align:center;
	color:#fff;
	padding:10px 0;
}
