@charset "utf-8";
/* CSS Document */

body {
	background: #ffffff url(../images/common/bg_body_02.gif) repeat-x;
}

dl {
}

dt {
	margin-top: 8px;
}

dd {
}

/*	サイドバー下部
--------------------------------------- */

#side_link {
	margin-bottom: 30px;
}

#side_link p {
	margin-bottom: 8px;
}



/* ------------------------------------- 
 *	ページレイアウト
 * ------------------------------------- */


#content_wrapper {
	margin-top: 10px;
}


/*	サブメニュー
--------------------------------------- */

#sub_menu {
	width: 560px;
	margin: 10px;
}

#sub_menu li {
	height: 23px;
	background: url(../question/images/bg_question_01.jpg) repeat-x;
}

#sub_menu li a {
	display: block;
	background: url(../question/images/icon_question_01.gif) 10px center no-repeat;
	text-indent: 40px;
	line-height: 23px;
}



/*	よくあるご質問
--------------------------------------- */

.qa {
	margin: 40px 10px 60px 10px;
	border-bottom: 1px dotted #946423;
	border-top: 1px dotted #946423;
}


.qa h3 {
	width: 450px;
	border-bottom: 1px dotted #946423;
	color: #946423;
	font-size: 14px;
	font-weight: normal;
}

.qa p {
	margin: 8px 0;
}

.qa p.answer {
	margin: 0;
	color: #946423;
	font-size: 14px;
}


.go_top {
	text-align: right;
}

p#form {
	margin-left: 10px;
	text-align: center;
}

