@charset "utf-8";
/**********************************************************************
KENSコーポレートサイト
テンプレートCSS
[ css/reset.css ]

since    : 10.11.30
modified : 10.11.30
**********************************************************************/

.title_head {
	margin:0 0 30px;
}

.top_main_bloc {
	margin:0 0 15px;
}

/* ご購入に際して */
#flow_left {
    width:660px;
    background-color:#FFFFFF;
    float:left;
}
#flow_left p {
	padding:0 0 0 10px;
    font-size:120%;
}

#flow_right {
    padding-left:20px;
    width:150px;
    height:100px;
    background-color:#afeeee;
    float:left;
}

#right_button{
    margin-top:20px;
    width:100px;
    height:80x;
    background-color:#cd5c5c;
}

#flow_main_menu {
    width:660px;
    height:400px;
    margin-top:60px;
    background:url(../image/service/main_service_list_bg.jpg) no-repeat;
}

#menu_list{
    padding:0 15px;
}

#menu_list li {
    padding:25px 10px 0 10px;
    float:left;
    display:inline; /* for IE6 */
    width:190px;
    height:160px;
}

.clear{
    clear:both;
}

.to_top {
    clear:both;
    text-align:right;
}
