@charset "utf-8";


/* 
body
	-wrapper
		-header
			-headerlogo
			-headerassist
		-globalmenu
		-header_img
		-pan
		-contener
			-contents
			-sidearea
			-sidearea-3カラムの場合
	-footer
*/


/* body設定 */


/*高さ100％の場合

html,body{
height: 100%;
}

*/

body {
	text-align: center;
	background-image: url(../../img/background.jpg);
	background-repeat: repeat-x;
}


/* wrapperID設定 */
#wrapper {
	width: 900px;
	margin: 0px auto 0px;
	text-align: left;
	position: relative;
}




/* headerID設定 */
#header {
	width: 900px;
	height: 150px;
	background-image: url(../image/header_bg.jpg);
	margin-bottom: 15px;
}

.headerassist_fsize {
	text-align: center;
	padding-top: 6px;
	padding-bottom: 6px;
	border: 1px solid #999999;
	background-color: #F0F0F0;
	margin-bottom: 15px;
}
.headerassist_fsize img {
	margin-right: 3px;
	margin-left: 3px;
}


/* headerlogoID設定 */

#headerlogo {
	padding-top: 3px;
	float: left;
	padding-left: 50px;
}



/* pan設定 */
#pan {
	background-color:#FFFFFF;
	font-size:10px;
	color:#000000;
	padding:2px 0px 2px 1em;
	text-align:left;
	margin:1px 0px 10px 0px;
}

#pan a:link{
	font-size:10px;
	color:#000000;
}

#pan a:visited{
	font-size:10px;
	color:#000000;
}

#pan a:hover{
	font-size:10px;
	color:#0000FF;
	text-decoration: underline;
}

#pan a:active{
	font-size:10px;
	color:#000000;
}


/* container設定 */
#container {
	width:900px;
	background-repeat: no-repeat;
	overflow: hidden;
}


#container:after {
	display: block;
	clear: both;
	overflow: hidden;
}



/* contents設定 */
#contents {
	width:645px;
	float:left;
}

.contents_box {
	width: 620px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	background-color: #FFF5E0;
	margin-top: 5px;
	margin-bottom: 5px;
}


.con_title {
	color: #000000;
	margin-bottom: 5px;
	font-weight: bolder;
	padding-left: 5px;
	margin-top: 7px;
}
.main_txt {
	font-size: 16px;
	font-weight: bolder;
	color: #FF0000;
}


#contents li {
	margin-left: 25px;
	list-style-type: square;
	padding-top: 3px;
	padding-bottom: 3px;
}



#contents_footer {
	width: 885px;
	padding-right: 15px;
	padding-left: 0px;
	height: 25px;
}
#contents_footer li {
	float: right;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}



#history {
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
	border: 3px double #66CC66;
}
#history dt {
	padding-top: 5px;
	padding-bottom: 5px;
	float: left;
	width: 100px;
	font-size: 12px;
}
#history dd {
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #339999;
	margin-left: -6px;
	font-size: 12px;
}


/* sidearea設定 */
#sidearea {
	width: 250px;
	float: right;
}
#sidearea li {
	margin-top: 5px;
	margin-bottom: 5px;
	display:block;
}


.side_box {
	margin-right: 10px;
	margin-left: 10px;
}


.side_subbox {
	background-color: #F3F3F3;
	padding: 5px;
	border: 1px solid #ECE9D8;
	margin-bottom: 15px;
}


/* footer設定 */
#footer {
	text-align: center;
	padding-bottom: 20px;
	padding-top: 12px;
	text-align: left;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #FF0000;
	padding-left: 15px;
}

#footer li 
{/* フッタメニュー */
	float: left;
	text-indent: 2px;
	width:120px;
	margin-right: 10px;
}

#footer .copyright 
{/* コピーライト */
	color: #999999;
	font-size: 0.825em;
	float: right;
	padding-right: 1px;
}

