@charset "shift_jis";

@import url("default.css");
@import url("common.css");

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+
+  question
+
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* --------------------------------------------------------------------------------------
 タイトル
--------------------------------------------------------------------------------------- */

div#ctRight h1 {
	height: 39px;
	margin-bottom: 12px;
	padding: 13px 30px 12px 79px;
	color: #0099FF;
	font-size: 22px;
	line-height: 39px;
	background: url(../images/bg_title.gif) no-repeat;
	overflow: hidden;
}

div#ctRight h2 {
	margin: 18px 0 7px 12px;
	padding: 0 3px 4px;
	font-size: 18px;
}
div#ctRight h2.lineRed {
	background: url(../images/line_dot_red.gif) repeat-x left bottom;
	color: #FF3366;
}
div#ctRight h2.linePurple {
	background: url(../images/line_dot_purple.gif) repeat-x left bottom;
	color: #6600FF;
}
div#ctRight h2.lineSkyBlue {
	background: url(../images/line_dot_skyblue.gif) repeat-x left bottom;
	color: #0099FF;
}

/* --------------------------------------------------------------------------------------
 question
--------------------------------------------------------------------------------------- */

div#ctRight ol {
	list-style-type:none;
}

/* --------------------------------------------------------------------------------------
 olBlock
--------------------------------------------------------------------------------------- */

.olBlock {
	margin-left: 20px;
}

/* --------------------------------------------------------------------------------------
 question
--------------------------------------------------------------------------------------- */

.question_list li ol li {
	margin-top:2px;
}

/* --------------------------------------------------------------------------------------
 answer
--------------------------------------------------------------------------------------- */

.answer_list {
	margin-top:35px;
}
.answer {
	background:transparent url(../images/question_a_bg.gif) repeat-y scroll 0%;
	width:674px;
	margin-top:5px;
}
.answer dt {
	background:transparent url(../images/question_a_bg_tp.gif) repeat-y scroll 0%;
	height:17px;
	position:relative;
}
.answer dt span {
	position:absolute;
	top:12px;
	left:12px;
	color:#FF9900;
	font-size:16px;
	font-weight:bold;
}
.answer dd {
	background:transparent url(../images/question_a_bg_bt.gif) no-repeat scroll left bottom;
	padding:0 22px 17px 42px;
}

/* よくある質問一覧へ -------------------- */

div#ctRight .to_question_list {
	margin: 10px 0 15px;
	text-align: right;
}

div#ctRight .to_question_list a {
	padding-left: 12px;
	background: url(../images/icon_to_question_list.gif) no-repeat left center;
}

div#ctRight .to_question_list a:link,
div#ctRight .to_question_list a:visited,
div#ctRight .to_question_list a:hover,
div#ctRight .to_question_list a:active {
	color: #FF9900;
}
