@charset "utf-8";
/* qa.css */

/**********************************
 * メニュー領域
 *
 **********************************/
/* メニューバー */
#menu ul {
	border-bottom: 1px solid #FFFFFF;
}

/**********************************
 * QA領域
 *
 **********************************/
#desc {
	position: relative;
	width: 760px;
	margin-left: 20px;
	margin-bottom: 20px;
}

/* タイトル */
#desc h2 {
	width: 760px;
	height: 30px;
	font-size: 1.6em;
	line-height: 1.6em;
	border-bottom: 1px solid #333333;
}

/* QAタイトル */
#desc h3 {
	width: 670px;
	height: 30px;
	margin-top: 20px;
	margin-left: 60px;
	padding-top: 3px;
	padding-left: 30px;
	background: url(../images/q.gif) no-repeat;
	font-size: 1.2em;
	font-weight: bold;
	color: #603257;
}

/* 回答 */
#desc p {
	width: 670px;
	margin-left: 60px;
	padding-top: 3px;
	padding-left: 30px;
	font-size: 1.2em;
	background: url(../images/a.gif) no-repeat;
}

/* アンカー */
#desc a,
#desc a:link,
#desc a:visited {
	color: #7D0C1A;
	text-decoration: underline;
}

#desc a:hover {
	color: #7D0C1A;
}


