@charset "UTF-8";
@import url(login.css);
@import url(list.css);
@import url(top.css);

/* トピックスタイトル */

#qa_tt{
	width: 775px;
	height: 54px;
	background: url(../images/otws_tt.jpg) no-repeat left;
	text-align: left;
	margin-bottom: 10px;
}

#qa_tt h2{
	margin: 13px 0 0 28px;
	font-size: 18px;
	font-weight: bold;
	float: left;	
}

/* Q&A一覧 */
#qa_text{
	width: 588px;
	height: 100%;
	clear: left;
	text-align: left;
	margin: 0 auto 15px auto;
}

.qa_bg{
	background: #f5f5f5;
	padding: 15px;
}


#qa_text dt{
	line-height: 2em;
	margin: 0 0 15px 0;
	font-weight: bold;
	font-size: 14px;
	border-bottom: 1px dotted #a7a9ac;
}

#qa_text dd{
	width: 745px;
	line-height: 1.2em;
}

#qa_text ul{
}

#qa_text li{
	background: url(../images/kome_red_icon.gif) no-repeat left 3px;
	padding-left: 15px;
	text-align: left;
	font-size: 12px;
	margin:10px 0 0 0;
}

#qa_bar{
	width: 573px;
	background: url(../images/red_bar_5px.jpg) repeat-x;
	height: 20px;
	text-align: left;
	padding-left: 15px;
	padding-top: 7px;
	color: #ffffff;
	text-align: left;
	margin: 0 auto;
}

#qa_list{
	width: 573px;
	background-color:#ffffff;
	padding: 15px;
	text-align: center;
	margin: 0 auto;
}

#qa_list dl{
	border-bottom: 1px dotted #a7a9ac;
	margin-bottom: 10px;
}

#qa_list dt{
	background: url(../images/my_p_icon.gif) no-repeat left;
	padding-left: 15px;
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}

#qa_list dd{
	margin-left: 50px;
	text-align: left;
	margin-bottom: 10px;
}

#qa_list img{
	float: right;
	padding-top: 20px;
}

/* Q&A詳細ページ */
#qa_ss{
	width: 745px;
	height: 10px;
	margin: 0 0 20px 0;
	padding: 0 15px;
}

#qa_ss ul{
	width: 745px;
}

#qa_ss li{
	border-right: 1px #a7a9ac solid;
	padding: 0 15px;
	text-align: left;
	font-size: 12px;
	float: left;
}

#qa_ss2{
	width: 745px;
	height: 10px;
	margin: 0 0 50px 0;
	padding: 0 15px;
}

#qa_ss2 ul{
	width: 745px;
}

#qa_ss2 li{
	border-right: 1px #a7a9ac solid;
	padding: 0 15px;
	text-align: left;
	font-size: 12px;
	float: left;
}

#qa_barlong{
	width: 700px;
	background: url(../images/red_bar_5px.jpg) repeat-x;
	height: 20px;
	text-align: left;
	padding-left: 15px;
	padding-top: 7px;
	color: #ffffff;
	text-align: left;
	margin: 0 auto;
}

#qa_ichiran{
	width: 715px;
	background-color:#ffffff;
	padding: 15px 0;
	text-align: center;
	margin: 0 auto;
}

#qa_ichiran dl{
	margin-bottom: 10px;
	border-bottom: 2px solid #a7a9ac;
}

#qa_ichiran dt{
	background: url(../images/q_icon.gif) no-repeat left top;
	padding: 2px 0 10px 20px;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	border-bottom: 1px dotted #a7a9ac;
}

#qa_ichiran dd{
	text-align: left;
	margin: 5px 0 0 0;
	background: url(../images/a_icon.gif) no-repeat left top;
	padding: 3px 0 10px 20px;
	line-height: 1.5em;
	color: #dc0000;
}

#qa_ichiran p{
	text-align: right;
	padding-top: 10px;
	font-size: 12px;
	line-height: 1.5em;
	color: #666666;
}
