@charset "utf-8";
/* CSS Document */

@import url("common.css");

#index_contents {
width:500px;
float:left;
}

#index_side {
width:350px;
float:right;
}


/* ------------- index ---------------*/
#index_contents h3 {
margin:0 0 0 0;
}

#index_contents h4 {
margin:0 0 10px 0;
}

#index_contents #box01, #index_contents #box02, #index_contents #box03 {
width:500px;
display: inline-block;
/display: inline;
/zoom: 1;
margin:0 0 25px 0;
}

#index_contents #box01 p{
font-size:14px;
line-height:1.8em;
}

dl#f_info {
width:500px;
padding:0 0 30px 0;
}

dl#f_info dt{
float:left;
font-size:12px;
color:#999999;
}
 
dl#f_info dd{
padding:0 0 10px 130px;
border-bottom:1px dotted #CCCCCC;
background:url(../index_img/icon01.jpg) no-repeat 105px 3px;
margin:0 0 10px 0;
}




#index_side h3, #index_side h5 {
margin:0 0 20px 0;
}

#index_side h4 {
margin:0 0 0 0;
}

ul#index_side_btn {
width:350px;
height:46px;
margin:0 0 20px 0;
}

ul#index_side_btn li{
float:left;
}
