@charset "UTF-8";
/*////////////////////////////////////////////////////////////
/*brand.css*/


/*------------------------------------------------------------
	1. ページタイトル
	2. テキストエリア
	3. 製品セクション
-------------------------------------------------------------*/


/*------------------------------------------------------------
	1. ページタイトル
-------------------------------------------------------------*/
#main .innerQuestion {
	background: url(../img/mainBg.jpg) no-repeat 0 0;
}

#titleSection {
	height: 170px;
	padding-bottom: 10px;
	text-align: center;
}

#titleSection h3 {
	padding-top: 45px;	
	padding-bottom: 15px;
}

/*------------------------------------------------------------
	2. テキストセクション
-------------------------------------------------------------*/
#textSection {
	margin: 0px 30px 0px 30px;

}

#textSection .question {
	background: url(../img/round_top.gif) no-repeat;
	margin: 8px 0 20px 0;
	padding-top: 12px;
}

#textSection .question .q_txt {
	background: url(../img/round_bg.gif) repeat-y;
	padding-top: 15px;
	padding-bottom: 5px;
}

#textSection .q_txt .txt {
	padding: 0px 20px 0px 20px;	
}

#textSection .q_txt .left {
	width: 44px;
	float: left;
	padding: 10px 16px 15px 20px;
}

#textSection .q_txt .right {
	width: 780px;
	float: right;
	padding: 13px 20px 15px 0;
}

.pagetop {
	text-align: right;
	padding: 0 0 10px 0;
	margin-right: -10px;
	_position: relative;
}

/* リンク設定 */
#textSection .right a {
	color: #007e3a;
	text-decoration: none;
}
#textSection .right a:link {
	color: #007e3a;
	text-decoration: none;
}
#textSection .right a:visited {
	color: #007e3a;
	text-decoration: none;
}
#textSection .right a:hover {
	color: #007e3a;
	text-decoration: underline;
}

