/*------------ タイトル指定 -------------*/
#contents h3 {
	background: url(../qa/images/title_qa.gif) 0 0 no-repeat;
	}

/*------------ 内部ボックス -------------*/
#contents #qa .box_inside {
	height: auto;
	overflow: hidden;
	margin: 0 2px 20px;
	padding: 0 0 15px;
	border-bottom: 1px solid #ebebeb;
	}
	/*------------ サブタイトル -------------*/
	#contents #qa h4 {
		height: 40px;
		}
		/*------------ サブタイトル個別指定 -------------*/
		#contents #qa h4#ticket {
			background: url(../qa/images/subtitle_qa_ticket.gif) 0 0 no-repeat;
			}
		#contents #qa h4#event {
			background: url(../qa/images/subtitle_qa_event.gif) 0 0 no-repeat;
			}

/*------------ 質問リスト指定 -------------*/
#contents #qa dl {
	width: 620px;
	margin: 0 0 0 20px;
	}
	/*------------ 質問 -------------*/
	#contents #qa dl dt.question {
		width: 605px;
		height: auto;
		margin: 0 0 15px 20px;
		padding: 7px 0 5px 25px;
		background: url(../images/subtitle_bg2.gif) 0 bottom no-repeat;
		}
		#contents #qa dl dt.question em {
			display: block;
			width: 605px;
			height: auto;
			overflow: hidden;
			font-size: 16px;
			line-height: 1.6;
			font-weight: bold;
			}
	/*------------ 回答 -------------*/
	#contents #qa dl dd.answer {
		width: 580px;
		background: url(../qa/images/icon_arrow.gif) 0 0 no-repeat;
		margin: 0 0 1em 30px;
		padding: 0 0 0 30px;
		line-height: 1.6;
		}
	/*------------ リンク指定 -------------*/
	#contents #qa dl dd.link {
		width: 630px;
		height: auto;
		overflow: hidden;
		margin: 0 0 15px 20px;
		line-height: 1.6;
		text-align: right;
		background: url(../images/bg_dot.gif) 0 center repeat-x;
		}
		#contents #qa dl dd.link p {
			float: right;
			width: 90px;
			padding: 0 10px 0 0;
			background-color: #fff;
			}
			#contents #qa dl dd.link p a {
				padding: 0 0 0 5px;
				}


