@charset "utf-8";

/*-------------------------------------
RowerMAIN
---------------------------------------*/
#mainVisual{
height:203px;
background:url(../images/common/img_lowermain.jpg) no-repeat center top;
}

#mainVisual h2{
padding:52px 0 0 26px;
}


/* contents
---------------------*/

.container .wrapper{
width:890px;
padding:0 0 0 10px;
margin:0 0 30px 0;
}

.container .wrapper .section{
width:680px;
float:left;
}

.container .wrapper .section h3{
width:646px;
height:44px;
margin:0 0 10px 0;
padding:3px 0 0 14px;
background:url(../images/common/ttl_bg.jpg) no-repeat left top;
}

.container .wrapper .section .contents{
width:650px;
margin:0 0 0 10px;
}

.container .wrapper .section .contents div.cbox{
position:relative;
width:650px;
height:125px;
margin:0 0 20px 0;
background:url(../images/common/line02.jpg) repeat-x left bottom;
}

.container .wrapper .section .contents div.cbox h4{
position:absolute;
top:0px;
left:0px;
}

.container .wrapper .section .contents div.cbox p.text{
position:absolute;
top:23px;
left:0px;
width:475px;
}

.container .wrapper .section .contents div.cbox p.photo{
position:absolute;
top:0px;
left:498px;
}

.container .wrapper .section .contents div.cbox ul.links{
position:absolute;
top:85px;
left:0px;
width:470px;
}

.container .wrapper .section .contents div.cbox ul.links li{
padding:0 0 0 8px;
background:url(../images/common/ic_link01.jpg) no-repeat left 4px;
float:left;
}

.container .wrapper .section .contents div.cbox ul.links li.point{
padding:0 5px;
background:none;
}



/* PAGETOP
---------------------*/
.container .wrapper .section p.pagetop{
width:660px;
text-align:right;
clear:both;
}

