﻿body{
	margin:0;
	padding:0;
	background-color:#000000;
	background-image:url(bgc_b.PNG);
	background-position:center;
	background-repeat:repeat-y;
	font-family: Verdana, Helvetica, sans-senif
}

#container{
	width:800px;
	margin-left:auto;
	margin-right:auto
}

/* ヘッダー */
#header{
	width:800px;
	font-size:0.85em;
	font-weight:bold
}

#header a{
	text-decoration:none;
	color:#000000
}

#header a:hover{
	color:#ff8c00
}

#header .td_a{
	width:190px
}

#header .td_b{
	width:240px
}

#header .td_c img{
	width:170px
}

#header .td_d{
	text-align:center;
	font-size:0.75em
}

#header .td_d img{
	margin:0;
	padding:0;
	width:85px;
	height:20px;
	border:solid 1px #000000
}

/* メニュー */
#menu{
	margin:0;
	padding:0;
	line-height:30px;
	font-size:0.8em;
	width:800px;
	height:30px
}

#menu li{
	list-style-type:none;
	float:left;
	font-weight:bold
}

#menu li a{
	display:block;
	width:132px;
	text-decoration:none;
	text-align:center;
	color:#ffffff;
	border-right:solid 1px #ffffff
}

.menu_on{
	background-color:#017acd
}

.menu_off{
	background-color:#005087
}

#menu li a:hover{
	background-color:#017acd
}

/* フッター */
#footer{
	color:#ffffff;
	font-size:0.75em;
	background-color:#005087;
	width:800px;
	text-align:center;
	margin-top:0;
	clear:both
}

#footer address{
	font-style:normal
}