/* レイアウト
------------------------------------------------ */
#summary_wrap{
	background:#000;
}
#summary{
	width:780px;
	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{
	background:url(../image/common/header_bg.jpg) repeat-x top;
	margin-bottom:6px;
}
#head{
	width:780px;
	height:60px;
	margin:0 auto;
}

#body_wrap{
	background: url(../image/common/body_bg.jpg) repeat-x top;
	padding-top:14px;
}
#body{
	width:780px;
	margin:0 auto;
	background:url(../image/common/body_bg2.gif) repeat-y;
	text-align:left;
}
#body #l_contents{
	width:182px;
	float:left;
}
#body #r_contents{
	width:586px;
	float:right;
}
#body_bottom{
	width:780px;
	height:10px;
	margin:0 auto;
	background: url(../image/common/body_bottom.gif) no-repeat top;
	}


/* ロゴ
------------------------------------------------ */
#logo{
	float:left;
}
#logo a{
	width:256px;
	height:40px;
	margin-top:14px;
	margin-left:5px;
	display:block;
	background:url(../image/common/logo.jpg) no-repeat;
}
#logo span{
	display:none;
}

/* ヘッダー右
------------------------------------------------ */
#headright{
	width:450px;
	color:#FF0000;
	margin-top:12px;
	margin-right:5px;
	text-align:right;
	float:right;
}

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

/* フッター
------------------------------------------------ */
#foot_top{
	border-bottom:6px #000000 solid;
}
#foot{
	width:798px;
	margin:2px auto;
}

#foot_bg01{
	background-color:#333333;
	width:798px;
}
#foot_bg02{
	background:url(../image/common/footer_navi_bk.gif) no-repeat bottom;
	width:798px;
	padding-bottom:12px;
}

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

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

#copyright{
	color:#ccc;
	padding:4px;
	text-align:center;
}

/* 質問リスト
------------------------------------------------ */
#faq_list{
	width:524px;
	margin:0 auto;
	padding:8px;
}
#faq_list li{
	width:524px;
	padding:2px 0;
	margin-bottom:5px;
	border-bottom:1px #ccc dotted;
	min-height:1px;　/* IE 7対策 */
}
#faq_list li .q{
	margin-bottom:5px;
	margin-left:5px;
	margin-right:6px;
	float:left;
}
#faq_list a{
	float:left;
}