@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 ul{
margin:0 0 20px 10px;
}

.container .wrapper .section ul ul{
margin:10px 0 0 30px;
}
.container .wrapper .section ul li{
	padding-bottom:10px;
}

.container .wrapper .section ul a{
	background:url(../images/common/ic_link01.jpg) no-repeat;
	padding-left:10px;
}


/* PAGETOP
---------------------*/
.container .wrapper .section p.pagetop{
width:660px;
text-align:right;
clear:both;
}

