@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 p.copy{
margin:0 0 20px 10px;
font-size:114%;
}

.container .wrapper .section dl{
width:650px;
padding:0 0 5px 0;
margin:0 0 20px 10px;
background:url(../images/common/line02.jpg) repeat-x left bottom;
clear:both;
}


.container .wrapper .section dl dt{
width:547px;
margin:0 0 5px 0;
float:left;
}

.container .wrapper .section dl dd{
margin:14px 0 10px 0;
float:right;
}

.container .wrapper .section dl dd.text{
width:547px;
margin:0;
padding:0 0 10px 0;
float:left;
}

.container .wrapper .section dl.reader{
	clear:both;
	background:none;
}

.container .wrapper .section dl.reader dt{
	float:left;
	width:auto;
	padding-right:20px;
	padding-bottom:20px;
}
.container .wrapper .section dl.reader dd{
	float:left;
	padding-bottom:20px;
}


/* PAGETOP
---------------------*/
.container .wrapper .section p.pagetop{
width:660px;
text-align:right;
clear:both;
}

