@charset "utf-8";
/* CSS Document */

html, body, div, span, h1, h2, h3, h4, p, a, img, ul, li,dl,dt,dd {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	font-size: 16px;
	line-height: 180%;
	color: #3c2f22;
	font-family:"メイリオ","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: url(images/bg_01.jpg) repeat-x top left;
}
li {
	list-style: none;
}
a {
	color: #000099;
}
h1 {
    height: 0;
	margin: 0;
	padding-left: 1em;
	font-size: 12px;
	font-weight: normal;
}
h2 {
	float: left;
	clear: both;
	display: inline;
	font-weight: bold;
	color: #db3315;
}
h3 {
	margin-bottom: 10px;
}
h4 {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 20px;
}
h4 span{
	display: inline;
	vertical-align: top;
	color: #FFFFFF;
	margin-right: 10px;
	padding: 5px;
	font-weight: bold;
	font-size: 12px;
	background: #E83616;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
h5 {
	font-size: 32px;
	font-weight: bold;
	margin: 0 0 10px 0;
}
.left { float: left;}
.right { float: right;}
/* ClearFix */
.cf {zoom:1;}
.cf:after { content: ""; display: block; clear: both;}
#logo {
	width: 100%;
	padding-top: 20px;
	height: 27px;
	text-align: center;
	background: url(images/bg_01.jpg) repeat-x top left;
}
.logo_area {
	width: 920px;
	text-align: left;
	margin: 0 auto;
}
.logo_area p {
}
#header {
	width: 100%;
	height: 411px;
	text-align: center;
	background: url(images/bg_top.jpg) repeat-x top left;
}
.header_area {
	width: 990px;
	height: 411px;
	margin: 0 auto;
	background: url(images/header.jpg) repeat-x top left;
	position: relative;
}
#eye {
	position: absolute;
	top: 220px;
	left: 50px;
	text-align: left;
}
#eye div {
	width: 680px;
}
/*navi*/
#navi {
	margin: 0 auto;
    height: 52px;
    position: absolute;
    width: 100%;
    z-index: 0;
	top: 359px;
	left: 90px;
}
#navi ul {
    width: 800px;
}
#navi ul li {
    float: left;
    position: relative;
}
#navi ul li a.section01, #navi ul li a.section02, #navi ul li a.section03, #navi ul li a.section04, #navi ul li a.section05{
    display: block;
    height: 52px;
    text-decoration: none;
    text-indent: -9999px;
}
div#navi ul li a.section01 {
    background: url("images/navi.gif") no-repeat scroll -120px 0 transparent;
    width: 160px;
}
div#navi ul li a.section02 {
    background: url("images/navi.gif") no-repeat scroll -280px 0 transparent;
    width: 160px;
}
div#navi ul li a.section03 {
    background: url("images/navi.gif") no-repeat scroll -440px 0 transparent;
    width: 160px;
}
div#navi ul li a.section04 {
    background: url("images/navi.gif") no-repeat scroll -600px 0 transparent;
    width: 160px;
}
div#navi ul li a.section05 {
    background: url("images/navi.gif") no-repeat scroll -760px 0 transparent;
    width: 160px;
}
#navi ul li a.section01:hover { background-position: -120px -52px;}
#navi ul li a.section02:hover { background-position: -280px -52px;}
#navi ul li a.section03:hover { background-position: -440px -52px;}
#navi ul li a.section04:hover { background-position: -600px -52px;}
#navi ul li a.section05:hover { background-position: -760px -52px;}


#contents {
	width: 100%;
	background: url(images/bg_01.jpg) repeat top left;
}
#main {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}
#main_img {
	width: 100%;
	text-align: center;
	line-height: 0;
	background: url(images/bg_02.gif) repeat top left;
}
.main_img_area {
	width: 940px;
	margin: 0 auto;
	padding: 20px 10px;
}
.section {
	margin-bottom: 40px;
}
.comment {
	font-weight: bold;
	color: #003f81;
}
.btn_area {
	margin-top: 20px;
}
.btn_area span {
	display: block;
	float: left;
	margin-top: -10px;
	width: 100px;
	height: 40px;
	background: url(images/icon_01.gif) no-repeat center left;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
	line-height: 0;
}
/*form*/
#form_area span.icon {
	display: block;
	float: left;
	width: 114px;
	height: 30px;
	background: url(images/icon_02.gif) no-repeat center left;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
	line-height: 0;
}
#form_area span.todai {
	color: #E83616;
	font-weight: bold;
	font-size: 16px;
}
#form_area th {
	width: 280px
}
#form_area div td {
	width: 620px;
}
#form_area div span {
	color: #E83616;;
	font-size: 90%	
}
#form_area {
	width: 900px;
	padding: 20px;
	background: url(images/bg_02.gif) repeat-y top left;
}
.btn_input {
	text-align: center;
}
.input_01 {
	width: 480px;
}
#footer {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	clear: both;
	font-size: 14px;
	padding: 1em 0 0;
}
#copyright {
	font-size: small;
	padding-bottom: 10px;
}
#footer ul li {
	text-align: center;
	padding: 0 5px;
	display: inline;
}
.txt_l {
	width: 700px;
}
.txt_s {
	width: 440px;
}
.txt_l, .txt_s {
	padding: 14px;
	background: #fefefe;
	border-bottom: 1px #E1D4C7 solid;
	border-right: 1px #E1D4C7 solid;	
}
.w_680 {
	width: 680px;
}
.box_220 {
	height: 192px;
}
.box_370 {
	height: 342px;
}
.box_310 {
	height: 282px;
}
.box_460 {
	height: 443px;
}
.pd_t_20 {
	padding-top: 20px;
}
.mg_r_20 {
	margin-right: 20px;
}
.mg_b_10 {
	margin-bottom: 10px;
}
.mg_b_20 {
	margin-bottom: 20px;
}
.mg_b_40 {
	margin-bottom: 40px;
}
.line {
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 40px;
}
.icon {
	width: 90px;
	height: 90px;
	float: left;
	margin-right: 10px;
}
.img_r {
	float: right;
	margin: 0 -10px 10px 10px;
}
.img_r_2 {
	float: right;
	margin: 0 0 10px 10px;
	line-height: 0;
}
.img_l {
	float: left;
	margin: 0 10px 10px 0;
	line-height: 0;
}