@charset "UTF-8";

/* ========BASIC======== */
html {
   overflow-y:scroll;
}

body {
   margin:0;
   padding:0;
   line-height:1.6;
   letter-spacing:1px;
   font-family:"Hiragino Kaku Gothic Pro",HiraKakuPro-W3,"ヒラギノ角ゴ Pro W3","メイリオ", Meiryo,"ＭＳ Ｐゴシック",verdana,sans-serif;
   font-size:13px;
   color:#666;
   width:100%;
   margin:0 auto;
   background:url(../images/bg_img.gif) 50% 0 no-repeat;
}

br {
   letter-spacing:normal;
}

a {
   color:#930;
   text-decoration:none;
}

a:hover {
   color:#930;
   text-decoration:underline;
}

img {
   border:0;
}

h1,h2,h3,h4,h5,h6 {
   margin:0;
}

p {
   margin:10px;
}

ul,ol,dl {
   margin:0;
   padding:0;
}

li {
   padding:0;
   margin:0;
}

dt {
   margin:0;
   padding:0;
}

dd {
   margin:0 0 0.5em 1em;
   padding:0;
}

table {
   font-size:13px;
}

table td ol {
   margin:0;
   padding:0 0 0 30px;
}

table td li {
   margin:0;
   padding:0;
}

/* ========LAYOUT======== */
#container {
   width:960px;
   margin:0 auto;
}

#header {
   position:relative;
   width:960px;
   margin:0 auto 20px;
}

#icatch {
   width:960px;
}

#contents {
   width:960px;
   margin:0 auto 20px;
   padding:0;
}
#contents a:hover img {
	text-decoration:none;
	filter: Alpha(opacity=60);
	opacity: 0.6;
}

#conL {
   float:left;
   width:680px;
}

#conR {
   float:right;
   width:250px;
}

#footer {
   clear:both;
   width:100%;
   margin:20px 0 0;
   text-align:center;
   background-color:#eee;
}

/* ========HEADER CUSTOMIZE======== */
#header #headWrap{
   width:960px;
   height:120px;
   margin:0 auto 10px;
   padding:0;
	}

#header h1{
	color:#666;
	font-weight:normal;
	font-size:10px;	
	padding:10px 0 0 0px;
	height:20px;
	_height:40px;	
	}

#header #logo{
	width:360px;
	height:90px;
	float:left;
	padding:0px 0px 0 0 ;
	
	}

#header #LogoRight{
	float:right;
	width:600px;
	margin-bottom:5px;
	padding:10px 0px 0 0 ;
	}
#header #LogoRight ul#infoBox{
	float: right;
	text-align:right;
	margin:0 0 10px;
	padding:0;
}
#header #LogoRight ul#infoBox li{
	display: block;
	float: right;
}
#header #LogoRight ul#infoBox li a{
	font-style: normal;
	color: #666;
	text-decoration: none;
}
#header #LogoRight ul#infoBox li a:hover img {
	text-decoration:none;
	filter: Alpha(opacity=70);
	opacity: 0.6;
}

#header #LogoRight ul#submenu{
	float: right;
	text-align:right;
	margin:0;
	padding:0;
}
#header #LogoRight ul#submenu li{
	display: block;
	float: right;
	margin-left:15px;
	padding-left:15px;
	font-size:12px;
	font-weight:bold;
    background:url("../images/submenu_arrow.gif") no-repeat left 45%;
}
#header #LogoRight ul#submenu li a{
	font-style: normal;
	color: #666;
	text-decoration: none;
}
#header #LogoRight ul#submenu li a:hover {
	color: #999;
}

#main_img {
   width:960px;
   margin:0 auto 15px;
}


/*メニューブロック設定*/
nav#menu {
	height: 50px;	/*ブロックの高さ*/
	width: 960px;	/*メニュー部分のブロック幅*/
	margin-right: auto;
	margin-left: auto;
	background-color: #fff;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	margin-top: 0;
	margin-bottom: 20px;
}
nav#menu ul {
	width: 960px;	/*メニュー部分のブロック幅*/
	margin-right: auto;
	margin-left: auto;
}
/*メニュー１個ごとの設定*/
nav#menu ul li {
	list-style-type:none;
	float: left;
	width: 160px;	/*メニュー幅*/
	text-align: center;	/*文字を中央に揃える*/
	font-weight: normal;	/*文字を太字にする設定*/
}
nav#menu ul li a {
	text-decoration: none;
}
nav#menu ul li span {
	font-size:16px;
	font-weight:bold;
}
/*最初のメニューの設定*/
nav#menu ul li:first-child {
	border-left: 0;	/*左側に線を入れる*/
}
/*マウスオン時の設定*/
nav#menu ul li a:hover {
	filter: Alpha(opacity=60);
	opacity: 0.6;
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
	border-bottom:solid 2px #946cd6;
}


/* conL CUSTOMIZE */

#conL h2 {
   clear:both;
   padding:0 30px 5px;
   margin:0 auto 10px;
   line-height:40px;
   color:#666;
   font-size:15px;
   font-weight:bold;
   background:url(../images/h2_bg_img.gif) 0 50% no-repeat;
}

#conL h3 {
   clear:both;
   margin:5px 0 10px;
   padding:0 10px 0 20px;
   line-height:30px;
   font-size:14px;
   color:#666;
   background:url(../images/h3_bg_img.gif) 0 50% no-repeat;
}


/* INFORMATION CUSTOMIZE */
.information {
   overflow:auto;
   height:280px;
   width:670px;
   margin-bottom:30px;
   padding-right:10px;
}

.information dl {
   width:660px;
   margin:10px 10px 0 0;
   border-bottom: 1px solid #ccc;
}
.information dt {
   float:left;
   padding-left:10px
}

.information dd {
   margin:0 0 5px 0;
   padding:0px 0px 5px 9em;
}

.top_bnr{
	width:680px;
	margin:0 0 10px;
	}
.top_bnr td{
	vertical-align:top;
	padding:0 0 10px;
	}
.leftbnr{
	text-align:left;
	}
.rightbnr{
	text-align:right;
	}

.top_shouzai{
	width:680px;
	margin:0 0 20px;
	}
.top_shouzai td{
	vertical-align:top;
	padding:0 0 0;
	text-align:left;
	border:1px solid #ccc;
	}
.top_shouzai td h4{
	font-size:14px;
	line-height:1.5;
	text-align:center;
	margin:8px 10px 10px 10px;
	padding:0 0 7px 0;
	border-bottom:dotted 1px #ccc;
	}
.top_shouzai td p{
	font-size:12px;
	line-height:1.7;
	margin:5px 12px 10px 15px;
	}
.top_shouzai td img{
	text-align:center;
	padding:10px 10px 0;
	}
.top_shouzai2{
	width:680px;
	margin:15px 0 5px;
	}
.top_shouzai2 td{
	vertical-align:top;
	padding:0 10px 0;
	text-align:left;
	}
.top_shouzai2 td p{
	font-size:13px;
	line-height:1.8;
	margin:0;
	}


/* BANNER CUSTOMIZE */

.bnrL {
   margin:20px 0;
}

.bnrL ul {
   width:710px;/* for IE7 */
   margin:0 -10px 0 0;
   padding:0;
}

.bnrL li {
   float:left;
   margin:0 10px 0 0;
   padding:0;
   list-style:none;
   margin-bottom:10px;
}


/* conR CUSTOMIZE */

#conR h2 {
   clear:both;
   margin:0 0 10px;
   padding:0 10px 0 20px;
   line-height:30px;
   font-size:14px;
   color:#666;
   background:url(../images/side_h2_bg_img.gif) 0 50% no-repeat;
}

#conR h3 {
   clear:both;
   margin:0 0 10px;
   padding:0 10px 0 10px;
   line-height:30px;
   font-size:13px;
   color:#666;
   border-bottom:1px solid #CCC;
}
#conR h3 a {
   color:#666;
   text-decoration:none;
}

#conR .section {
   width:250px;
   margin:0 0 10px;
   text-align:center;
}
#conR .section2 {
   width:250px;
   margin:0 0 20px;
   text-align:center;
}

#conR ul.side_menu {
	list-style-image:url("../images/submenu_arrow.gif") ;
	margin:0 0 10px 0;
	padding-left:30px;
	font-size:13px;
	line-height:1.8;
}
#conR ul.side_menu li a{
	font-style: normal;
	color: #666;
	text-decoration: none;
}
#conR ul.side_menu li a:hover {
	color: #999;
}
#conR ul.side_menu2 {
	list-style-image:url("../images/submenu_arrow.gif") ;
	margin:0 0 20px 0;
	padding-left:30px;
	font-size:13px;
	line-height:1.8;
}
#conR ul.side_menu2 li a{
	font-style: normal;
	color: #666;
	text-decoration: none;
}
#conR ul.side_menu2 li a:hover {
	color: #999;
}


/* ========FOOTER======== */
#footer .footer_menu {
   width:960px;
   margin:30px auto 20px;
   text-align:center;
}
#footer .footer_menu td {
   vertical-align:top;
   padding:0 10px 0;
}
#footer .footer_menu td h2{
   margin:10px 0 0;
   padding:0 10px 0 10px;
   line-height:30px;
   font-size:12px;
   font-weight:normal;
   color:#666;
   text-align:left;
   border-bottom:1px solid #CCC;
}
#footer .footer_menu td ul.footer_m {
	margin:0 0 0;
	padding:0 0 0 20px;
   list-style:disc;
   font-size:11px;
   line-height:1.0;
   text-align:left;
}
#footer .footer_menu td ul.footer_m a{
	font-style: normal;
	color: #666;
	text-decoration: none;
}
#footer .footer_menu td ul.footer_m a:hover{
	color: #999;
	text-decoration: none;
}
	
#footer .footer_submenu{
	width:960px;
	margin:0 auto 50px;
	text-align:left;
	padding:0;
}
ul.f_submenu{
	font-size:11px;
	line-height:30px;
	list-style-image:url("../images/footermenu_arrow.gif") ;
}
ul.f_submenu li{
	float: left;
	margin-left:35px;
	padding-left:0px;
}
#footer .footer_menu a{
	color: #666;
	text-decoration: none;
}
#footer .footer_menu a:hover {
	color: #999;
	text-decoration: none;
}

.copyright {
   width:100%;
   margin:10px auto 0;
   font-style:normal;
   font-size:11px;
   color:#fff;
   line-height:3.0;
   text-align:center;
   background-color:#000;
}

/* ========PAGRTOP========= */
#pageTop {
   position:fixed;
   right:15px;
   bottom:0;
   padding:10px;
   background:#ccc
}

#pageTop a {
   padding:0 0 0 12px;
   color:#fff;
   font-size:11px;
   background:#ccc url("../images/bg_pagetop.gif") 0 50% no-repeat;
}