@charset "UTF-8";

/* ========================================
		index.css
		author:arimoto
======================================== */

/* ----------------------------------------
		内容
---------------------------------------- */
h1{
	height:91px;
	background:url(../img/bg_header.jpg) no-repeat;
}

h2.tit_categoryList{
	width:266px;
	background:url(../img/tit.gif) no-repeat;
}

.contents_area_td{
	background:url(../img/bg_faq.gif) no-repeat top right;
}

ul.list_q{
	margin-bottom:20px;
}

dl.list_q{
	margin-top:20px;
}


.list_q li{
	display:block;
	margin-bottom:5px;
	padding:8px 0 8px 40px;
	background:url(../img/icon_Q.gif) no-repeat left top;
}

.list_q dt{
	display:block;
	font-weight:bold;
	font-size:14px;
	line-height:130%;
	margin-bottom:5px;
	padding:33px 0 33px 75px;
	background:url(../img/icon_Q_L.gif) no-repeat left center;
}

.list_q dd{
	margin-left:75px;
	padding:20px;
	line-height:150%;
	background:#EFEFEF;
}

.icon_A{
	position:relative;
	display:block;
	width:120px;
	height:35px;
	text-indent:-9999px;
	background:url(../img/icon_A.gif) no-repeat;
}









