@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 h4{
width:650px;
height:23px;
margin:0 0 15px 0;
background:url(../images/common/subttl_bg.jpg) no-repeat left bottom;
clear:both;
}

.container .wrapper .section .contents p.name{
width:460px;
font-weight:bold;
font-size:109%;
background:url(../company_profile/images/dotline.jpg) repeat-x left bottom;
}

.container .wrapper .section .contents dl{
width:650px;
margin:0 0 30px 0;
padding:0 0 15px 0;
background:url(../images/common/line02.jpg) repeat-x left bottom;
}

.container .wrapper .section .contents dl dt{
margin:0 0 10px 0;
float:right;
}

.container .wrapper .section .contents dl dd.chartarea{
width:460px;
float:left;
}

.container .wrapper .section .contents dl dd dl.chart{
width:455px;
padding:5px 0 5px 5px;
margin:0;
background:url(../company_profile/images/dotline.jpg) repeat-x left bottom;
clear:both;
}

.container .wrapper .section .contents dl dd dl.chart.gray{
background:#F9F9F9 url(../company_profile/images/dotline.jpg) repeat-x left bottom;
}

.container .wrapper .section .contents dl dd dl.chart dd.category{
width:45px;
}

.container .wrapper .section .contents dl dd dl.chart dd{
float:left;
}

.container .wrapper .section .contents dl dd dl.chart dd.point{
padding:0 10px;
}

.container .wrapper .section .contents dl dd.link{
text-align:right;
width:5.5em;
padding:0 0 0 8px;
background:url(../images/common/ic_link01.jpg) no-repeat left 4px;
clear:both;
float:right;
}


/* PAGETOP
---------------------*/
.container .wrapper .section p.pagetop{
width:660px;
text-align:right;
clear:both;
}

