@charset "utf-8";
/* CSS Document */
body{
	background: url(../images/bg.gif) repeat left top;
}
.notice{
  font-size:10px;
	color: #F00;
}
/*ヘッダー*/
.header{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	height: 100px;
	background: url(../images/header_bg.png) repeat-x left top;
}
.h_wrapper{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	height: 160px;
	background: url(../images/header_bg.gif) no-repeat left top;
}
.h_wrapper h1 {
	float: left;
	width: 160px;
}
.h_wrapper #h_links{
	top: 0px;
	float: right;
	height: 87px;
	width: 243px;
}
.h_wrapper #h_links li{
	margin-top: 25px;
	margin-left: 11px;
	margin-right: 10px;
	float: left;
}
.navi_area{
	height: 72px;
	width: 800px;
	clear: both;
}
.navi_area ul{
	float: left;
	margin-left: 1px;
}
.navi_area li{
	float: left;
	margin-left: 0px;
}

/*ボディー*/
.wrapper{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
	background-color: #FFFFFF;
	width: 798px;
	height: auto;
	border: #CCCCCC solid 1px;
	border-top-width: 0px;
	overflow:auto;
	font-size: 12px;
}
.wrapper .main_image{
	float: left;
	clear: both;
}
.wrapper ul{
	margin: 10px;
}
.path{
	float: left;
	width: 788px;
	height: 20px;
	line-height: 20px;
	padding: 5px 0px 5px 10px;
	vertical-align: middle;
	font-size: 10px;
}
.path a{
	text-decoration: none;
}

/*フッター*/
.wrapper .footer{
	float: left;
	height: 100px;
	width: 798px;
	line-height: 2em;
	background: url(../images/footer_bg.jpg) repeat-x left top;
	vertical-align: bottom;
	clear: both;
}
.wrapper .footer .footdetails{
	padding-top: 55px;
	text-align: center;
	line-height: 2em;
	color: #666666;
	clear: both;
	font-size: 10px;
}
.wrapper .footer p{
	text-align: center;
	line-height: 2em;
	color: #666666;
	clear: both;
	font-size: 10px;
}
.wrapper .footer a{
	text-decoration: none;
	font-style: normal;
	color: #666666;
}