@charset "shift_jis";

/* 
==========================================================
	Q&A CSS 
==========================================================
*/



/* --- Top --- */
#tab {
	overflow:hidden;
	margin:0 auto;
	width:945px;
	text-align:right;
}
#tab ul{
	float:right;
}
#tab li{
	float:left;
	padding-right:5px;
}

#contents {
	overflow:hidden;
	background: url(../img/bg.gif);
	width: 950px;
	margin: 0 auto;
	margin-bottom: 1px;
	padding-bottom: 20px;
	position: relative;
/*	min-height: 300px;*/
}
h2 {
	position: absolute;
	top: 0;
	left: 0;
}

h3 {
	background:url(../img/tit_bg.png) no-repeat;
	width:620px;
	height:24px;
	font-size:100%;
	color:#fff;
	font-weight:bold;
	padding:11px 0 0 10px;
	margin-bottom:20px;
}
h4{
	background:url(../img/h4_bg.gif) no-repeat;
	width: 580px;
	height: 27px;
	font-weight:bold;
	color: #654c3a;
	margin: 0 10px 10px;
	padding: 11px 15px 0;
	font-size: 116%;
	line-height: 1;
}
.block {
	overflow:hidden;
	width: 610px;
	background:url(../img/list_line.gif) repeat-x bottom;
	margin: 0 10px 5px;
	padding-bottom:10px;
}

#contents_inner {
	background:#fff;
	width: 630px;
	float:right;
	margin: 20px;
	padding: 20px;
}
table {
	width: 630px;
	border: 1px #d1d1d1 solid;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 93%;
	color:#333;
	line-height:1.5;
	margin: 0 auto;
}

table th {
	border: 1px #d1d1d1 solid;
	border-width: 0 0 1px 1px;
	background: #fce5ee;
	text-align: center;
	padding:5px;
}
table td {
	padding:5px;
	border: 1px #d1d1d1 solid;
	border-width: 0 0 1px 1px;
	text-align: center;
}
table td.tit {
	text-align:left;
	color:#654c3a;
}
table tr.tr01 td{
	border-top: 3px #d1d1d1 double;
}
table th.left,
table td.left {
	text-align:left;
}

/* --- Detail --- */
#contents_body {
	width:650px;
	margin:0 auto;
/*	font-size:108%;*/
	color:#333;
	line-height:1.7;
}
#contents_body p{
	margin-bottom:20px;
}
#contents_body a {
	color: #a01100;
	text-decoration: none;
}
#contents_body a:link {
	color: #a01100;
	text-decoration: none;
}
#contents_body a:visited {
	color: #a01100;
	text-decoration: none;
}
#contents_body a:hover {
	color: #ee90a1;
	text-decoration: none;
}
/* contents_menu */
#qa_menu{
	width: 570px;
	margin: 10px 30px 30px;
}
#qa_menu li{
	display :block;
	width: 100%;
	background:url("../img/arrow.gif") no-repeat left;
	font-size: 93%;
}
#qa_menu li a{
	display :block;
	background: url("../img/dot_line.gif") repeat-x bottom;
	text-decoration: none;
	color: #dc798c;
	padding: 6px 0 6px 18px;
}
#contents_menu li a:hover{
	color:#654c3a;
}

.question,
.answer{
	text
	font-size: 93%;
	margin-left: 10px;
	padding: 5px 1em 0 3em;
	text-indent: -2em;
}
.question:before,
.answer:before{
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-right: 1em;

}
.question:before{
	content: "Q ";
	color: #c00;
}
.answer:before{
	content: "A ";
	color: #333;
}
.gotop{
	text-align: right;
	padding: 10px 20px;
}
.gotop a{
	padding: 0 0 0 10px;
	background: url("../img/arrow_up.gif") left 7px no-repeat;
	color: #f183ae;
	text-decoration: none;
	font-size: 93%;
}
