@charset "utf-8";
body {
	font-family: "平成明朝", Osaka;
	font-size: 80%;
	line-height: 1.8;
	color: #333333;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #FFFFFF url(images/bg.gif) repeat-y center;
}
h1,h2,h3,p,ul,li{
	margin: 0px;
	padding: 0px;
}
p {
	padding-bottom: 10px;
}
ul{
	list-style-type: none;
}
img {
	border: none;
	vertical-align: bottom;
}


/*HP{̘̂gB͊{IɕύXȂ悤ɁB
------------------------------------------------------------------*/
#container {
	text-align: left;
	width: 835px;
	margin-right: auto;
	margin-left: auto;
	background: #FFFFFF;
}


/*wb_[BC摜Ă鏊B
------------------------------------------------------------------*/
#header {
	background: #FFFFFF url(images/header_brown.gif) ;
	height: 200px;
	position: relative;
}


/*wb_[h1^O̐ݒB
------------------------------------------------------------------*/
#header h1 {
	font-size: 12px;
	color: #FFFFFF;
	position: absolute;
/*	left: 570px;　*/
	right: 10px;　
	top: 4px;
/*	width: 265px; */
	font-weight: normal;
}


/*Cj[̐ݒB
------------------------------------------------------------------*/
/* #menu li {
	display: inline;
	text-align: right;
}
*/


ul.menu_f01{ /* 上部メニュー */
	background-color: #000000;
	height: 40px;
	border-bottom: 5px solid #E8E8E8;
	margin: 0px;
	border-top: 1px solid #ffffff;
}


ul.menu_f01 li{
	float: left;
	border-right: 1px solid #ffffff;
	display: block;
}


ul.menu_f01 li a{
	height: 25px;
	width: 130px;
	padding: 15px 0px 0px;
	border-bottom: 5px solid #E8E8E8;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	display: block;
	text-align: center;
	background-color: #000000;
}


ul.menu_f01 li a.nowthis{
	border-bottom: 5px solid #003366!important;
}


ul.menu_f01 li a:hover , ul.menu_f01 li a.nowthis{
	padding: 15px 0px 0px;
	border-bottom: 5px solid #ff0033;
	background-color: #E8E8E8;
	color: #000000;
}




/*RecB͂Q񕔕̔wiŐݒB
------------------------------------------------------------------*/
#contents {
	background: url(images/contents_bg4.gif) repeat-y left;
	padding-top: 20px;
}


/*CRecBij
------------------------------------------------------------------*/
#main {
	float: left;
	width: 569px;
	display: inline;
	margin-right: 5px;
	margin-left: 5px;
}



#main p {
	padding-right: 5px;
	padding-left: 5px;
}

#main h2 {
	border: 3px double #ffffff;
	background: #000000;
	font-size: 110%;
	text-align: center;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-top: 10px;
	color: #FFFFFF;
}


/*TuRecBiEj
------------------------------------------------------------------*/
#sub {
	float: right;
	width: 229px;
	font-size: 110%;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: -7px;
	color: #993300;
}
#sub h3 {
	border: 3px double #ffffff;
	background: #993300;
	font-size: 110%;
	text-align: center;
	margin-bottom: 5px;
	margin-top: 10px;
	color: #FFFFFF;
}

#sub li {
	clear: both;
	padding: 2px 1px 1px 3px;
	margin: 1em 1px 1em;
	border-left: 10px solid #993300;
/*	border-top: 1px solid #003366;
	border-right: 1px solid #003366; */
	border-bottom: 1px solid 993300;
	font-size: 100%;
	background-color: #ffffff;
	color: #333333;
	font-weight: bold;
}

/*TOPICSB
------------------------------------------------------------------*/
ul#topics {
	padding: 0px 12px 20px 8px;
}
#topics li {
	border-bottom: 1px dotted #CCCCCC;
	text-indent: -1em;
	padding-left: 1em;
}


/*tb^[BRs[Cg⒘암B
------------------------------------------------------------------*/
#footer {
	clear: both;
	width: 835px;
	text-align: center;
/*	background: #999999 url(images/header.gif) repeat bottom;  */
	background: #993300 no-repeat bottom; 
	height: 60px;
	padding-top: 10px;
	color: #FFFFFF;
}
#footer a {
	color: #FFFFFF;
}



/*clearfixi͕ύXȂj
------------------------------------------------------------------*/
#contents:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
#contents { display: inline-block; }

/* Hides from IE-mac \*/
*html #contents { height: 1%; }
#contents { display: block; }
/* End hide from IE-mac */
