@charset "utf-8";

/* lead */
#content .lead {
margin-bottom:30px;
}
#content .lead .image {
display:block;
margin:0 auto 25px;
}
#content .lead h1 {
margin-bottom:18px;
}
#content .lead p {
margin:0 12px;
font-size:1.2em;
}

/* index */
#content .index {
width:680px;
margin:0 auto 9px;
background:url(../../common/common_bg_06.png) repeat-y;
}
#content .index_inner {
overflow:hidden;
width:690px;
margin-right:-10px;
padding-bottom:21px;
background:url(../../common/common_bg_07.png) left bottom no-repeat;
}
#content .index .item {
display:inline;
float:left;
width:331px;
margin-right:10px;
padding:1px 2px 0;
border-top:1px solid #D6D1C3;
}
#content .index .item h2 {
margin-bottom:14px;
padding:8px 10px 7px;
border:1px solid #EBE8DE;
background:url(../../common/common_bg_04.png) left bottom repeat-x;
font-size:1.4em;
line-height:1.4;
}
#content .index .item h2 a {
padding-left:16px;
background:url(../../common/arrow02.png) left center no-repeat;
}
#content .index .item .image {
display:inline;
float:right;
margin-right:13px;
}
#content .index .item p {
margin-right:145px;
margin-left:15px;
font-size:1.2em;
}
