@charset "utf-8";
body {
	font-size: 12px;
	line-height: 150%;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: 100%;
	padding: 0px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #00468C;
	margin: 0px;
}



h1 {
	font-size: 11px;
	color: #000;
	text-align: right;
	margin-top: 0px;
	margin-right: 120px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#logo {
	position: absolute;
	top: 20px;
	left: 134px;
	height: 80px;
	width: 266px;
	text-indent: -9999px;
}
#logo a {
	display: block;
	height: 80px;
}
/*ヘッダーメニュー*/
#head-menu {
	height: 16px;
	width: 560px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 510px;
	top: 81px;
}
ul#h-m {
	margin: 0px;
	padding: 0px;
}

ul#h-m li {
	list-style-type:none;
	float:left;
	padding: 0px;
	display: inline;
	margin: 0px;
}

#h-m li a {
	display: block;
	height: 16px;
	background-image: url(../image/h-menu.png);
	background-repeat: no-repeat;
}

#h-m .menu01 a { background-position:0px 0; width: 172px;}
#h-m .menu02 a { background-position:-172px 0; width: 87px;}
#h-m .menu03 a { background-position:-259px 0; width: 83px;}
#h-m .menu04 a { background-position:-342px 0; width: 218px;}

#h-m .menu01 a:hover,
#h-m .menu01 a.on { background-position:0px -16px;}
#h-m .menu02 a:hover,
#h-m .menu02 a.on { background-position:-172px -16px;}
#h-m .menu03 a:hover,
#h-m .menu03 a.on { background-position:-259px -16px;}
#h-m .menu04 a:hover,
#h-m .menu04 a.on { background-position:-342px -16px;}


/**/
#wrapper #contents {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 40px;
}


/*ページコンテンツ*/
#left-area {
	padding: 0px;
	width: 290px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 62px;
	float: left;
}
#main-area {
	float: left;
	width: 740px;
	margin-left: 28px;
}



/*フッターエリア*/
#wrapper #footer {
	padding: 0px;
	width: 100%;
	background-image: url(../image/foot-bk.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear: both;
}
#wrapper #footer #fotter-area {
	width: 1200px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../image/sandaru.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#footer #fotter-area #f-photo-box {
	width: 1072px;
	margin-right: 64px;
	margin-left: 64px;
	overflow: hidden;
	clear: both;
}
#fotter-area #f-photo-box .f-p {
	float: left;
	margin-bottom: 17px;
	margin-left: 17px;
}

/*フッターメニュー*/

#fotter-area #f-menu-area {
	clear: both;
	margin-top: 20px;
	margin-bottom: 50px;
	height: 16px;
	width: 640px;
	margin-right: auto;
	margin-left: auto;
}

ul#f-m {
	margin: 0px;
	padding: 0px;
}

ul#f-m li {
	list-style-type:none;
	float:left;
	padding: 0px;
	display: inline;
	margin: 0px;
}

ul#f-m li a {
	display: block;
	height: 16px;
	background-image: url(../image/f-menu.png);
	background-repeat: no-repeat;
}

#f-m .f-menu01 a { background-position:0px 0; width: 80px;}
#f-m .f-menu02 a { background-position:-80px 0; width: 172px;}
#f-m .f-menu03 a { background-position:-252px 0; width: 87px;}
#f-m .f-menu04 a { background-position:-339px 0; width: 83px;}
#f-m .f-menu05 a { background-position:-422px 0; width: 218px;}

#f-m .f-menu01 a:hover,
#f-m .f-menu01 a.on { background-position:0px -16px;}
#f-m .f-menu02 a:hover,
#f-m .f-menu02 a.on { background-position:-80px -16px;}
#f-m .f-menu03 a:hover,
#f-m .f-menu03 a.on { background-position:-252px -16px;}
#f-m .f-menu04 a:hover,
#f-m .f-menu04 a.on { background-position:-339px -16px;}
#f-m .f-menu05 a:hover,
#f-m .f-menu05 a.on { background-position:-422px -16px;}


/*ぱんくず*/
#pan {
	padding: 0px;
	float: left;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	width: 1050px;
}
#pan ul {
	font-size: 10px;
	color: #8C6F42;
	margin: 0px;
	padding: 0px;
}
#pan ul li {
	display: inline;
	margin-right: 5px;
	float: left;
}
#pan ul li a{
	color: #8C6F42;
}
/*ページトップ*/
#pagetop {
	background-image: url(../image/page_top.png);
	background-repeat: no-repeat;
	height: 70px;
	width: 160px;
	float: right;
	text-indent: -9999px;
	margin-right: 70px;
}
#pagetop a{
	height: 70px;
	display: block;
}
/*コピーライト*/
#copy {
	font-size: 12px;
	font-weight: normal;
	color: #00228C;
	text-align: center;
	padding: 0px;
	margin-top: 80px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
#left-area p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

#main-area .main-box {
	margin-bottom: 40px;
	overflow: hidden;
}
#main-area .title {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #330;
	padding-bottom: 5px;
	padding-left: 5px;
	font-size: 18px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}

#left-area .title {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #330;
	padding-bottom: 5px;
	padding-left: 5px;
	font-size: 18px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 0px;
}
.txt13 {
	font-size: 13px;
	line-height: 180%;
	margin-right: 20px;
	margin-left: 20px;
}
.txt13-r {
	font-size: 13px;
	line-height: 180%;
	margin-right: 20px;
	margin-left: 20px;
	text-align: right;
	margin-bottom: 0px;
}
#left-area #facebook-area {
	width: 290px;
	margin-bottom: 40px;
	float: left;
	margin-top: 20px;
}
#wrapper #contents p {
}
