@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/main_img.jpg) ;
	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;
}


/*RecB͂Q񕔕̔wiŐݒB
------------------------------------------------------------------*/
#contents {
	background: url(images/contents_bg.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: #003399;
	font-size: 100%;
	text-align: left;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-top: 10px;
	color: #FFFFFF;
}


/*TuRecBiEj
------------------------------------------------------------------*/
#sub {
	float: right;
	width: 229px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: -7px;
	color: #666666;
}
#sub h3 {
	border: 3px double #ffffff;
	background: #FF8C00;
	font-size: 100%;
	text-align: center;
	margin-bottom: 5px;
	margin-top: 10px;
	color: #FFFFFF;
}


/*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: #336633 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 */
