/* レイアウト
------------------------------------------------ */
#summary_wrap{
	background:#000;
}
#summary{
	width:920px;
	height:20px;
	margin:0 auto;	
	text-align:left;
	padding-top:3px;
	padding-left:5px;
}
#summary p{
	font-size:10px;
	font-weight:normal;
	color:#FFF;
	letter-spacing:0.2em;
}
#head_wrap{
	margin-bottom:1px;
	border-bottom:1px #CCC solid;
}
#head{
	width:940px;
	margin:0 auto;
	text-align:left;
}

#body_wrap{
	background: url(../image/common/body_bg.jpg) repeat-x top;
}
#body{
	width:930px;
	margin:0 auto;
	padding:0 10px 0 15px;
	background:#FFF;
	text-align:left;
}
#body #l_contents{
	width:200px;
	float:left;
}
#body #r_contents{
	width:700px;
	float:right;
}

#foot{
	padding-top:15px;
	background:#F0F0F0;
}

/* ヘッダー
------------------------------------------------ */
#logo{
	float:left;
	margin-top:25px;
	margin-right:10px;
	display:inline;
}

#snavi{
	float:left;
	margin-top:35px;
}
#snavi li{
	float:left;
}
#snavi li img{
	margin-right:10px;
}

#headright{
	width:284px;
	float:right;
}
#headright img{
	margin-top:10px;
	margin-bottom:10px;
}

/* ページトップ
------------------------------------------------ */
#pagetop{
	width:890px;
	margin:7px auto;
	text-align:right;
}

/* フッター
------------------------------------------------ */
#foot_info{
	width:890px;
	margin:0 auto;
	padding:15px;
	background:#FFF;
	border:1px #CCC solid;
	text-align:left;
}
#foot_info .l1{
	width:280px;
	margin-top:15px;
	float:left;
}
#foot_info .l1 dt{
	margin-bottom:5px;
}
#foot_info .l2{
	width:284px;
	float:left;
	margin-top:15px;
	margin-right:60px;
	display:inline;
}
#foot_info .l3{
	width:82px;
	float:left;
}
#foot_info .r{
	width:172px;
	float:right;
}

#foot_navi{
	width:800px;
	padding-top:10px;
	margin:0 auto;
	font-size:12px;
	text-align:center;
}
#foot_navi a{
	margin:0 3px;
	}
#foot_navi a:link {color:#666;text-decoration:none;}
#foot_navi a:visited {color:#666;text-decoration:none;}
#foot_navi a:hover {color:#666;text-decoration:underline;}
#foot_navi a:active {color:#666;text-decoration: none;}

#foot #address{
	color:#ccc;
	padding:8px auto;
	text-align:center;
}

#copyright{
	color:#333;
	padding:4px;
	text-align:center;
	font-weight:bold;
}

/* 質問リスト
------------------------------------------------ */
#faq_list{
	width:660px;
	margin:0 auto;
}
#faq_list li{
	padding:10px 0;
	margin-bottom:15px;
	border-bottom:1px #999 dotted;
	background:url(../image/common/ico_q.jpg) no-repeat left;
	text-indent:35px;
}
