﻿@charset "utf-8"; 

/* ------------------------------
    reset
------------------------------ */

body,html{
     height:100%;
}

a{
	color:#000; 
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
} 

a:active {
	color: #dbd0e6;
}

html{
    overflow-y: scroll;
}

body, h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, th, td, img, form {
	margin: 0;
	padding: 0;
	border: none;
	line-height: 100%;
	list-style-type: none;
	font-style: normal;
	font-weight: normal;
	font-family: "メイリオ",Meiryo,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Arial,Verdana,sans-serif;
	text-align: left;
	color:#1d1c1d; 
}

textarea { font-size: 100%; }
img { vertical-align: bottom; }

/* ------------------------------
    base
------------------------------ */

body{
	font-size: 14px;
	background:url(../images/header_bg.png) 0 0 repeat-x;
}

p  {
	 line-height: 1.6;
}
	
/* ------------------------------
    content
------------------------------ */

#header{
	height:1000px;
	background:url(../images/header_bg01.png) center 0 no-repeat;
	text-align:center;
	padding:53px 0 0 0;
}
#header h1{
	text-align:center;
	margin:0 0 30px 0;
}

#sec01{
	height:1000px;
	background:url(../images/sec01_bg.png) 0 0 repeat-x;
	text-align:center;
	padding:50px 0 0 0;
}
#sec01 .wrap div{
	margin:30px 0;
}

#sec02{
	background:url(../images/sec02_bg.png) center 0 no-repeat #c4bfa1;
	height:810px;
	text-align:center;
	padding:100px 0 0 0;
}
#sec02 img+img{
	margin:60px 0 0 0;
}

#sec03{
	text-align:center;
	background:url(../images/sec03_ttlbg02.jpg) 0 0 repeat-x #e8e9ec;
}
#sec03 h2{
	text-align:center;
	height:187px;
	background:url(../images/sec03_ttlbg.jpg) center 0 no-repeat;
	margin:0 0 85px 0;
}
#sec03 h3{
	width:1037px;
	height:36px;
	font-weight:bold;
	font-size:16px;
	color:#fff;
	background:url(../images/mds_l.png) 0 0 no-repeat;
	margin:120px 0 35px 0;
	padding:22px 0 0 20px;
}
#sec03 .box{
	width:1057px;
	margin:0 auto;
}
#sec03 .box+.box{
	margin:90px auto 0 auto;
	padding:0 0 90px 0;
}
#sec03 .img{
	width:300px;
}
#sec03 .img p{
	font-size:12px;
}
#sec03 .img img{
	margin:0 0 20px 0;
}
#sec03 .contents{
	width:700px;
}
#sec03 h4{
	font-size:18px;
	font-weight:bold;
	line-height:1.6;
	margin:0 0 20px 0;
}
#sec03 dl dt,#sec03 dl dd{
	line-height:1.6;
	font-size:13px;
}
#sec03 dl dt{
	float:left;
	clear:left;
	width:50px;
}
#sec03 dl dd{
	padding:0 0 20px 50px;
}

#sec04{
	background:#e8e9ec;
	text-align:center;
}

#sec04 .box{
	width:1000px;
	border-top:2px solid #989598;
	margin:0 auto;
	padding:45px 20px;
}
#sec04 .box+.box{
	border-top:none;
	border-bottom:2px solid #989598;
}
#sec04 .img{
	float:left;
	width:300px;
	text-align:center;
	padding:0 25px;
}
#sec04 .img2{
	float:left;
	width:314px;
	text-align:center;
	padding:0 25px;
}
#sec04 .img p,#sec04 .img2 p{
	font-size:12px;
}
#sec04 .img img,#sec04 .img2 img{
	margin:0 0 40px 0;
}
#sec04 .contents{
	float:left;
	width:600px;
	margin:0 0 0 30px;
}
#sec04 .contents p,#sec04 .bottom p{
	font-size:13px;
}
#sec04 p.big{
	font-size:14px;
}
#sec04 p+p{
	margin:20px 0 0 0;
}
#sec04 .bottom{
	clear:both;
	padding:50px 0 0 25px;
}
#sec04 h3{
	width:539px;
	height:36px;
	font-weight:bold;
	font-size:16px;
	color:#fff;
	background:url(../images/mds_s.png) 0 0 no-repeat;
	margin:0 0 25px 0;
	padding:22px 0 0 20px;
}
#sec04 h4{
	font-size:22px;
	font-weight:bold;
	line-height:1.6;
	margin:0 0 20px 0;
}
#sec04 h4 span{
	font-size:18px;
}
#sec04 .under{
	width:1040px;
	font-weight:bold;
	margin:20px auto 60px auto;
}

#footer{
	text-align:center;
	background:url(../images/footer_bg.jpg) 0 320px repeat-x #e8e9ec;
	padding:90px 0 40px 0;
}
#footer .wrap div{
	margin:30px 0;
}

.wrap{
	width:1100px;
	margin:0 auto;
}