@charset "utf-8";

/* CSS Document */

/* ========================================
	
	* Ｑ＆Ａ用CSS

======================================== */


/* Q&A
======================================== */

#q_and_a .page_navi {
	margin:10px 0 40px;
	}
#q_and_a .page_navi li {
	display:inline-block;
	/display:inline;
	margin-right:10px;
	}
	
#q_and_a .page_navi li a {
	display:block;
	/display:inline;
	padding:4px 10px;
	background-color:#AF926D;
	color:#fff;
	border-bottom:1px #9F8A6D solid;
	border-right:1px #9F8A6D solid;
	}
	
#q_and_a .page_navi li a:hover {
	background-color:#DFC8A7;
	border-bottom:1px #fff solid;
	border-right:1px #fff solid;
	}	
	
#q_and_a .data_box {
	padding:20px 0 10px;
	margin:10px 0 10px;
	width:650px;
	border-top:1px solid #CCCCCC;
	overflow:hidden;
}
#q_and_a .left_box {
	float:left;
	width:90px;
	color:#766B63;
	font-size:100%;
}
#q_and_a .right_box {
	position:relative;
	float:right;
	width:540px;
}
#q_and_a .right_box dt {
	padding:4px 0 10px 30px;
	margin-bottom:10px;
	min-height:24px;
	background:url(../img/icon_q.gif) no-repeat left 4px;
	font-weight:bold;
	color:#766B63;
}
#q_and_a .right_box dd {
	padding:4px 0 10px 30px;
	margin-bottom:20px;
	min-height:24px;
	border-bottom:1px solid #CCCCCC;
	background:url(../img/icon_a.gif) no-repeat left 4px;
}
#q_and_a .right_box .last {
	border-bottom:none;
}
#q_and_a .pagetop {
	position:relative;
	float:right;
	margin-top:-10px;
	width:540px;
	text-align:right;
}


*html .right_box dt,
*html .right_box dd {
	height:20px;
}
