@charset "utf-8";

/* section */
#main .section {
margin-bottom:26px;
}
#main .section p {
margin-bottom:15px;
font-size:1.2em;
}

/* lead section */
#main .lead,
#main .lead p {
overflow:hidden;
height:100%;
}
#main .lead img {
float:right;
margin-left:18px;
}

/* advantage section */
#main .advantage {
padding-bottom:21px;
border-bottom:1px dotted #666;
}
#main .advantage .point {
background:url(../img/index_bg_01.png) repeat-y;
}
#main .advantage .point ol {
overflow:hidden;
width:618px;
margin-right:-8px;
padding-bottom:18px;
background:url(../img/index_bg_02.png) left bottom no-repeat;
}
#main .advantage .point li {
float:left;
width:198px;
margin-right:8px;
}
#main .advantage .point h3 {
margin-bottom:2px;
}
#main .advantage .point .image {
display:block;
margin:0 auto 9px;
}
#main .advantage .point p {
margin-bottom:0;
margin-left:16px;
}



/* contact */
#main .contact {
background:url(../img/index_bg_03.png) repeat-y;
}
#main .contact_inner {
height:100%;
padding-bottom:19px;
background:url(../img/index_bg_04.png) left bottom no-repeat;
}
#main .contact h2 {
height:100%;
margin-bottom:8px;
}
#main .contact p {
margin-bottom:11px;
text-align:center;
}
#main .contact ul {
overflow:hidden;
width:520px;
margin:0 auto;
background:url(../img/index_bg_05.png) center top repeat-y;
}
#main .contact .phone {
float:left;
}
#main .contact .mail {
float:right;
}



