@charset "UTF-8";

*{
	margin:0;
	padding:0;
}

body{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:100%;
	width:100%;
	text-align:center;
	background-color:#000000;
/*
	width:726px;
	margin:0 10px;
	background-color:#444444;
	filter:gray();
*/
}

a:link,
a:visited,
a:hover,
a:active{
	text-decoration: none;
}

img{
	border-width:0;
}

h2{
	font-size:105%;
	color:#cc9933;
	padding:4px 5px 3px 5px;
	letter-spacing:1px;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#333333;
	background-color: #330000;
}
h3{
	font-size:105%;
	color:#cccccc;
	margin:10px 0 10px 0;
	padding:4px 5px 3px 15px;
	border-left-style:double;
	border-left-width:20px;
	border-left-color:#660000;
}

div#keep-center{
	width:726px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
/*
	background:#333333 url(../img/fuchi_mid.gif);
*/
}

/*== ヘッダ部 ==*/
div#header{
	width:726px;
	height:42px;
	background:url(../img/header_back.gif);
}
div#header p.logo{
	position:relative;
	float:left;
	width:220px;
	height:35px;
	top:3px;
	left:10px;
}
div#header p.info{
	position:relative;
	float:right;
	width:280px;
	font-size:9pt;
	color:#cccccc;
	top:15px;
}
div#header p.info span{
	margin:0 6px 0 6px;
}
div#header p.info img{
	vertical-align:middle;
}
div#header p.info a{
	height:1em;
	color:#999966;
	text-decoration:underline;
}
div#header p.info a:hover{
	color:#cc9933;
}
div#header p.assoc{
	display:none;
}

/*== イメージ部 ==*/
div#image{
	position:relative;
	width:726px;
	height:160px;
}
div#image img{
	vertical-align:bottom;
}
div#image div{
	position:absolute;
	top:0px;
	left:380px;
}
div#image h1{
	position:absolute;
	left:-9999px;
	color:#cccccc;
}

/*== メインメニュー部 ==*/
div#mainmenu{
	width:726px;
	height:30px;
	background-color:#000000;
}
div#mainmenu, div#mainmenu *{
	font-size:10pt;
}
div#mainmenu ul{
	list-style:none;
	text-align:center;
}
div#mainmenu ul li{
	float:left;
}
div#mainmenu ul li a{
	margin:0 1px 0 0;
	width:120px;
	height:30px;
	display:block; 
	line-height:1.7;
	border-top-style:solid;
	border-top-width:1px;
	border-top-color:#444444;
	text-decoration:none;
	color:#aaaaaa;
	background-image:url(../img/header_back.gif);
	background-position:1px 33px;
}
div#mainmenu ul li a:hover,
div#mainmenu ul li a.current{
	color:#cc9933;
	background-color:#333333;
	background-image:url(../img/btn_hover.gif);
	background-position:0px 30px;
}

/*== パンくずメニュー部 ==*/
div#pannavi{
	clear:both;
	width:726px;
	border-bottom-style:solid;
	border-bottom-width:2px;
	border-bottom-color:#554422;
}
div#pannavi p{
	text-align:right;
	font-size:9pt;
	color:#aaaaaa;
	padding:10px 20px 5px 0;
}
div#pannavi a{
	color:#999966;
	text-decoration: underline;
}
div#pannavi a:hover{
	color:#cc9933;
}

/*== コンテンツ部 ==*/
div#contents{
	width:726px;
	height:100%;
	text-align:left;
	color:#cccccc;
	background-color:#000000;
}

/*-- コンテンツ部 左側 --*/
div#cnt-left{
	position:relative;
	width:225px;
	float:left;
	background-color:#000000;
}

/* サブメニュー */
div#submenu p{
	width:180px;
	line-height:2;
	padding:0 0 0 10px;
	border-left-style:solid;
	border-left-width:10px;
	border-left-color:#554422;
	font-size:10.5pt;
	font-weight:bold;
	color:#aaaaaa;
	background-color:#000000;
}

div#submenu li{
	list-style-type:none;
	display:inline;
	font-size:10pt;
	line-height:2;
}

div#submenu a{
	position:relative;
	display:block;
	width:180px;
	padding:0 0 0 20px;
	border-top-style:solid;
	border-top-width:1px;
	border-top-color:#000000;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#443322;
	text-decoration:none;
	color:#aaaaaa;
	background-color:#000000;
}

div#submenu a:hover{
	padding:0 0 0 10px;
	border-left-style:solid;
	border-left-width:10px;
	border-left-color:#885500;
	border-bottom-color:#885500;
	color:#cc9933;
}

div#submenu a.current{
	color:#cc9933;
}

/* バナー */
div#cnt-left .banner{
	width:200px;
	margin:10px 0 10px 0;
}
div#cnt-left .banner img{
	margin:10px 0 10px 0;
}

/*-- コンテンツ部 右側 --*/
div#cnt-right{
	width:500px;
	float:right;
	background-color:#000000;
	color:#cccccc;
}

/*-- コンテンツ部 全幅 --*/
div#cnt-wide{
	width:726px;
}

/*== フッター ==*/
div#footer{
	clear:both;
	width:726px;
	height:60px;
	border-top-style:solid;
	border-top-width:1px;
	border-top-color:#775522;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#444444;
	background-image:url(../img/footer_back.gif);
	font-size:8pt;
	line-height:1.4;
	color:#aaaaaa;
}
div#footer p.jumptop{
	float:right;
}
div#footer p.jumptop a{
	display:block;
	width:120px;
	height:16px;
	font-size:1px;
	text-indent:-9999px;
	background:url("../img/ptop-btn.gif") no-repeat 0 0;
	margin:4px 4px 5px 0;
}
div#footer p.jumptop a:hover{
	background-position:0 -16px;
}
div#footer p.attention{
	clear:both;
	text-align:center;
}
div#footer p.copyright{
	text-align:center;
}
div#footer p.copyright a{
	color:#aaaaaa;
}

