@charset "utf-8";

/* global */
#content01 h2 {
margin-bottom:12px;
padding:2px 1px;
border:1px solid #015BA0;
background-color:#015AA0;
}
#content01 h2 img {
vertical-align:bottom;
}

/* feature */
#content01 .feature {
overflow:hidden;
height:100%;
margin-bottom:41px;
}
#content01 .feature p {
margin-bottom:10px;
font-size:1.2em;
}
#content01 .feature ul {
list-style:disc outside;
float:left;
width:345px;
border-left:4px solid #666;
font-size:1.2em;
}
#content01 .feature li {
margin-left:2em;
}
#content01 .feature .image {
list-style:none;
float:right;
width:274px;
border-left:none;
}
#content01 .feature .image li {
float:right;
margin-left:12px;
}

/* products */
#content01 .products p {
margin-bottom:10px;
font-size:1.2em;
}
#content01 .products ul {
list-style:disc outside;
margin-bottom:16px;
padding-left:2em;
border-left:4px solid #666;
font-size:1.2em;
}
#content01 .products .item {
overflow:hidden;
height:100%;
margin-bottom:16px;
padding-top:12px;
background:url(../img/index_bg_01.png) repeat-x;
}
#content01 .products .item h3 {
margin-bottom:7px;
color:#015BA0;
font-size:1.2em;
font-weight:bold;
}
#content01 .products .item img {
float:right;
}
#content01 .products .item p {
margin-right:325px;
margin-bottom:0;
}
