@charset "utf-8";

h1 {
margin-bottom:12px;
}

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

/* base */
#content .base {
overflow:hidden;
height:100%;
}
#content .base h3 {
margin-bottom:9px;
}
#content .base .image {
display:inline;
float:right;
margin-right:10px;
}
#content .base h4,
#content .base p {
margin:0 265px 20px 30px;
}
#content .base h4 {
font-size:1.4em;
}
#content .base p {
font-size:1.2em;
}
#content .base p.l20 {
font-size:1.2em; line-height:24px;
}
#content .base .more a {
padding-left:11px;
background:url(../../common/arrow01.png) left center no-repeat;
}
