@charset "UTF-8";
/*////////////////////////////////////////////////////////////
/*brand.css*/


/*------------------------------------------------------------
	1. メインビジュアル
	2. テキストエリア
	3. 製品セクション
-------------------------------------------------------------*/
#content {
	background: url(../../../img/common/contents_bg_bottom.png) no-repeat left bottom;
}

#main .inner{
	background: url(../../../img/common/contents_bg.png) repeat-y left top;
	padding:20px 15px 0 20px;
}


/*------------------------------------------------------------
	1. ビジュアルセクション
-------------------------------------------------------------*/
#visualSection {
	width: 960px;
	height: 320px;
	background: url(../../img/titBg.jpg) no-repeat 0 0;
	position: relative;
}

#visualSection h3.tit{
	padding: 25px 0 0 50px;
}

#visualSection h4.tit{
	padding: 10px 0 0 50px;
}

img.Visualpatrs {
	position: absolute;
	top: -9px;
	left: 99px;
}


/*------------------------------------------------------------
	2. テキストセクション
-------------------------------------------------------------*/
#textSection {
	width:860px;
	padding: 0px 40px 0px 40px;
}

#textSection .text {
	padding-bottom: 10px;
	margin-bottom: 10px;
	background: url(../../img/border.gif) no-repeat center bottom;
}

#textSection .text.last {
	background: none;
}

#textSection .left{
	width: 115px;
	float: left;
	padding-right: 15px;
}

#textSection .right{
	width: 730px;
	float: right;
}

#textSection .right h5 {
	padding: 10px 0 5px 2px;
}

#textSection .right h5.top {
	padding-top: 5px;
}


#textSection .right p{
	margin-bottom: 5px;
}

.pagetop {
	text-align: right;
	padding: 0 0 10px 0;
	margin-right: -10px;
	_position: relative;
}

