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

body {
	font-family:"ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:13px;
}

#wrap {
	background:#F4F2E5;
	
}

#main {
	
}


#container {
	width:1000px;
	margin:0 auto;
	background:#FFFFFF;
	padding:25px 0 0 0;
}

#container h2 {
	width:740px;
	margin:0 auto;
}

#sec1 {
	background:url("../img/back.png") repeat-x center;
	height:550px;
}

#sec1 h1{
	width:1200px;
	margin:0 auto;
}

#sec2 {
	width:955px;
	margin:0 auto 50px;
}

#sec2 .sec2_l {
	width:478px;
	float:left;
}

#sec2 .sec2_r {
	width:477px;
	float:right;
}

#sec3 {
	width:844px;
	margin:0 auto 40px;
}

#sec4 {
	width:918px;
	margin:0 auto 120px;
}

#sec4 .item1 {
	width:911px;
	margin:0 auto 45px;
}

#sec4 .item2 {
	width:896px;
	margin:0 0 95px 0;
	padding:0 0 0 2px;
}

#sec4 .item3 {
	width:898px;
	margin:0 auto 35px;
}

#sec5 {
	width:948px;
	margin:0 auto 55px;
}

#sec5 .item1 {
	margin:0 0 45px 0;
}

#sec5 .item2 {
	width:887px;
	margin:0 auto;
}

#sec6 {
    width:827px;
    margin:0 auto 55px;
}

#sec6 .sec6_l {
	width:398px;
	float:left;
}

#sec6 .sec6_r {
    width:398px;
	float:right;
}

#sec7 {
	width:125px;
	margin:0 0 20px auto;
}

footer {
    background: none repeat scroll 0 0 #333333;
    clear: both;
    color: #FFFFFF;
    font-size: 12px;
    line-height: 1.5em;
    margin: 0 auto;
    padding: 10px 20px;
    text-align: center;
    width: 960px;
}

footer .footer_link {
    border-bottom: 1px solid #000000;
    padding-bottom: 5px;
}


footer a {
    color: #FFFFFF;
    font-size: 12px;
	text-decoration:none;
}


footer p {
    border-top: 1px solid #666666;
    padding-top: 5px;
}


