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

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■共通
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
html{  background-color:#f0f0f0;}
body{ font-size:13px ;font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;color:#595757;background-color:#f0f0f0; padding-bottom:20px;}
a:link{ color:#1280bb; }
a:visited{ color:#1280bb; }
a:hover{ color:#12bbff; }

a:hover img{
opacity:0.7;
filter:alpha(opacity=70);
-ms-filter:"alpha(opacity=70)";
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■ヘッダー
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#header{
	padding: 0px;
	/*background: url(../img/header_bg.png) repeat-x center top;*/
	/*height: 174px;*/
	width: 100%;
	margin: 0px 0px 0px;
}
#header h1{
	width:835px;
	padding: 0px;
	/*height:174px;*/
	margin-right: auto;
	margin-left: auto;
}
#header h1 #title-right {display:none;}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■ナビゲーションメニュー
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#navi
{
	padding: 0px;
	overflow:hidden;
	width: 737px;
	margin-right: auto;
	margin-left: auto;
	height: 36px;
	background-image: url(../img/navi_bg.png);
	background-repeat: no-repeat;
	background-position: center top;

}
#navi li{
	float:left;
	margin-right:0px;
	padding: 0px;
	text-align:center;
	width:170px;
}
#navi li a{
	display:block;
	margin-top: 8px;
	height: 26px;
	border-left: 1px solid #8db6d8;
	color:#FFFFFF;
	text-decoration:none;
}

#navi li a:hover ,
#navi li strong{
	margin:0;
	display:block;
	height:36px;
	background-image: url(../img/navi_bg_over.png);
	background-repeat: no-repeat;
	background-position: center top;
	color:#FFFFFF;
	padding-top:8px;
	border-left: 0px none;
	padding-left:1px;
}
#navi li strong{
	background-image: url(../img/navi_bg_active.png);
	background-repeat: no-repeat;
	background-position: 0 top;
	color:#1280BB;
}
#navi .index strong{
	border-left: 0px none;
}
#navi .index a:hover,
#navi .index strong
{
	background-position: left top;
}
#navi .theme{ width:227px; 
}
#navi .theme a:hover,
#navi .theme strong
{
	background-position: right top;
}



/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■本文
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#contents
{
	width:677px;
	overflow:hidden;
	margin-left:auto;
	margin-right:auto;
	background-color: #FFFFFF;
	clear: both;
	padding: 30px 30px 0px;
	background-image: url(../img/bg-footer.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-bottom: 10px;
	
}
.block{
	width:677px;
	overflow:none;
	margin-bottom:15px;
}
.block .title{
	font-size:18px;
	letter-spacing: 3px;
	background-image: url(../img/subtitle.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 8px;
	margin-bottom: 20px;
}
.block .body{
	width:657px;
	overflow:hidden;
	padding-right:20px;
}
.block .body dt,
.block .body dd{
	margin-bottom:15px;
	line-height:1.8;
}
.block .body dt{
	float:left;
	width:100px;
	margin-right:17px;
	color:#1280bb;
	letter-spacing: 3px;
	display: block;
	
}
.block .body dd{
	width:540px;
	float: left;
	display: block;


}
.block .body dd strong{color:#1280bb; font-weight:bold;}
.block .body dd em{color:#1280bb; }
.block .body dd  p{margin-bottom:15px;}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■フッター
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#footer
{
	background-color:#FFCCFF;
	clear:both;
	width:737px;
	margin-left:auto;
	margin-right:auto;
	background-color: #FFFFFF;
	clear: both;
	padding: 0px;
	background-image: url(../img/bg-footer.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	position:relative;
	height: 55px;
}
#footer #footerlogo{
	position:absolute;
	left:0px;
	top:0px;
	background-image: url(../img/bg-header.png);
	background-repeat: no-repeat;
	background-position: left top;
	z-index:1;
	height:27px;
	padding-top: 10px;
	width: 707px;
	padding-left: 30px;
	

}
#footer  #footernavi{
	position:absolute;
	left:160px;
	top:15px;
	z-index:2;
	width: 500px;
}
#footer  #footernavi li{
	float:left;
	margin-right:30px;
	background-image: url(../img/footer-list.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
}
#footer #riken{
	position:absolute;
	right:0;
	top:0;
	border-left:2px dotted #CCCCCC;
	height: 45px;
	width: 21px;
	padding: 10px 20px 0px;
	z-index:2;
}
#footer a{color:#727172;text-decoration:none;}
