@charset "utf-8";
/* CSS Document */


/* ////////////////////////////////////////////////////////

　よくある質問

//////////////////////////////////////////////////////// */


body {
	background:#f5f5f5;
}


/* title image */

#faq #title_image {
	background: url(../images/title_image.jpg) no-repeat center top;
}

#faq #title_image #header {
	height: 250px;
}


/* カテゴリリンク */

ul#q_menu {
	margin: 0 20px;
}

ul#q_menu li {
	background: url(../images/arrow.gif) no-repeat left 3px;
	padding-left: 12px;
	margin-bottom: 0.5em;
	float: left;
	width: 250px;
}


/* アイコン */

li.icon_q {
	background: url(../images/icon_q.gif) no-repeat left top;
	padding: 5px 0 0 35px;
	margin-bottom: 10px;
	min-height: 27px;
	_height: 27px;
	font-weight: bold;
}

li.icon_a {
	background: url(../images/icon_a.gif) no-repeat 10px top;
	padding: 5px 0 10px 45px;
	margin: 0 0 10px 0;
	min-height: 27px;
	_height: 27px;
	border-bottom: solid 1px #CCC;
}

li.icon_a strong {
	color: #333;
	padding: 0 0.5em 0 0;
}
li.icon_a .line {
	text-decoration: underline;
}
