@charset "utf-8";
/* CSS Document */

/* 
基本項目
----------------------------------------------------------- */ 
*{
	margin:0;
	padding:0;
}
html{
	height:100%;
	overflow-y:scroll\9;/*IE8*/
}
html>/**/body{/* for Modern browsers only not IE 7 */
	overflow:-moz-scrollbars-vertical;
	/* overflow-y:scroll; */
}
html:first-child body{/* for Opera 9 and below */
	min-height:100%;
	padding-bottom:1px;
}
body{
	background:#FFF;
	font-family:
		"ヒラギノ角ゴ Pro W3",
		"Hiragino Kaku Gothic Pro",
		Meiryo, Osaka,
		"ＭＳ Ｐゴシック",
		"MS PGothic",
		sans-serif;
	font-size:12px;
	color:#333;
	line-height:1.5;
}
li{
	list-style-type:none;
}
img{
	border:0;
	vertical-align:top;
}
.clear{
	clear:both;
	font-size:0px;
	line-height:0px;
}
a:active, a:focus{
	outline:none;  
}  
strong{
	color:#000;
	font-size:120%;
}
p{
	padding:0 0 10px 0;
}
span.arr{
	background:url(img/arr.gif) no-repeat 0 1px;
	padding:0 0 0 15px;
}

/* 
リンク
----------------------------------------------------------- */ 
a{
	color:#03F;
	text-decoration:underline;
}
a:hover{
	color:#06F;
	text-decoration:none;
}
a:visited{
}
a:active{
}

/* 
レイアウト
----------------------------------------------------------- */ 
#base{
	width:800px;
	margin:0 auto;
}
#left{
	width:198px;
	float:left;
	border:1px solid #CCC;
	background:#F0F0F0;
	margin:0 0 20px 0;
}
#right{
	width:590px;
	float:right;
}

/* 
ヘッダー
----------------------------------------------------------- */ 
#header{
	border-top:7px solid #94CB10;
	height:53px;
	width:800px;
	position:relative;
}
#logo{
	width:300px;
	height:53px;
	position:absolute;
	top:0;
	left:0;
}
h1{
	font-size:12px;
	font-weight:normal;
	position:absolute;
	top:3px;
	right:0;
	letter-spacing:0.1em;
	color:#999;
}
#sitemap{
	position:absolute;
	bottom:0px;
	right:0;
}

/* 
メニュー
----------------------------------------------------------- */ 
ul#menu{
	width:800px;
	height:60px;
	overflow:hidden;
}
ul#menu li{
	float:left;
	width:160px;
	height:60px;
	display:block;
}
ul#menu li a,ul#menu li a:hover{
	width:160px;
	height:60px;
	display:block;
}
li#menu1,li#menu1 a{
	background:url(img/menu.png) no-repeat 0px 0px;
}
li#menu2,li#menu2 a{
	background:url(img/menu.png) no-repeat -160px 0px;
}
li#menu3,li#menu3 a{
	background:url(img/menu.png) no-repeat -320px 0px;
}
li#menu4,li#menu4 a{
	background:url(img/menu.png) no-repeat -480px 0px;
}
li#menu5,li#menu5 a{
	background:url(img/menu.png) no-repeat -640px 0px;
}

/* 
左側
----------------------------------------------------------- */ 
.left_title{
	width:198px;
	height:30px;
}
.left_content{
	width:160px;
	margin:0 auto 10px auto;
	background:#FFF;
	padding:8px 10px;
}

/* 
お知らせ
----------------------------------------------------------- */ 
#info{
	border:1px solid #CCC;
	width:588px;
	margin:0 0 10px 0;
}
#info dl{
	padding:0 10px;
	overflow-y:scroll;
	overflow-x:hidden;
	height:100px;
	width:560px;
	margin:0 0 10px 0;
}
#info dt{
	font-weight:bold;
}
#info dd{
	padding:0 10px 10px 10px;
}

/* 
右側
----------------------------------------------------------- */ 
.right_title{
	width:590px;
	height:35px;
}
.right_content{
	padding:8px 10px;
	margin:0 0 5px 0;
}

/* 
とは
----------------------------------------------------------- */ 
#about{
	background:url(img/about.jpg) no-repeat right bottom;
}
#about span{
	color:#C00;
	font-weight:bold;
	font-size:120%;
}

/* 
流れ
----------------------------------------------------------- */ 
#flow table{
}
#flow table th{
	padding:5px 10px 10px 10px;
	text-align:left;
	white-space:nowrap;
	background:#EFF8CF;
}
#flow table td{
	background:#FAFAFA;
	padding:5px 10px;
}
#flow table td strong{
	color:#C00;
}
#flow table td.num{
	background:#94CB10;
	color:#FFF;
	padding:0 10px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
}
#flow table td.flow_arr{
	background:#FFF;
	padding:3px 0 3px 95px;
}
#flow table li{
	background:url(img/arr.gif) no-repeat 0 3px;
	padding:0 0 0 15px;
}

/* 
メリット
----------------------------------------------------------- */ 
dl#merit{
}
dl#merit strong{
	color:#393;
}
dl#merit dt{
	background:url(img/merit.gif) no-repeat 0 0;
	font-weight:bold;
	border-bottom:1px dotted #999;
	padding:0 0 0 80px;
}
dl#merit dd{
	padding:10px;
	background:#FAFAFA;
	color:#666;
	margin:0 0 10px 0;
}
dl#demerit{
}
dl#demerit strong{
	color:#C00;
}
dl#demerit li{
	list-style:disc inside;
	margin:0 0 0 10px;
	color:#333;
}
dl#demerit dt{
	background:url(img/demerit.gif) no-repeat 0 0;
	font-weight:bold;
	border-bottom:1px dotted #999;
	padding:0 0 0 90px;
}
dl#demerit dd{
	padding:10px;
	background:#FAFAFA;
	color:#666;
	margin:0 0 10px 0;
}

/* 
フッター
----------------------------------------------------------- */ 
#footer{
	background:url(img/footer.png) no-repeat;
	width:800px;
	height:60px;
	text-align:center;
	padding:10px 0 50px 0;
	font-size:10px;
}
#bottom_menu{
	color:#CCC;
}
#copy{
	padding:5px 0 0 0;
}
#copy a{
	color:#000;
	text-decoration:none;
}

/* 
パンくずリスト
----------------------------------------------------------- */ 
#topic_path{
	border-bottom:1px dotted #CCC;
	margin:0 0 5px 0;
}
#topic_path span{
	font-size:10px;
	color:#999;
}

/* 
右側 - コンテンツ
----------------------------------------------------------- */ 
.content_title{
	background:#CFEB70;
	padding:1px;
	font-weight:bold;
	font-size:14px;
}
.content_title span{
	border-left:5px solid #005929;
	display:block;
	margin:3px 3px;
	padding:1px 0 0 5px;
}
.right_content2{
	padding:10px;
}
ul#need li{
	background:url(img/arr.gif) no-repeat 0 3px;
	padding:0 0 0 15px;
	margin:0 0 0 12px;
	font-weight:bold;
	color:#C00;
}
.right_content2 strong{
	color:#C00;
}
.right_content2 span{
	font-weight:bold;
}

/* 
還元率
----------------------------------------------------------- */ 
table#rate{
	width:100%;
	background:#CCC;
}
table#rate th{
	background:#005929;
	color:#FFF;
	text-align:center;
	padding:5px;
	font-weight:normal;
	width:25%;
}
table#rate td{
	background:#FFF;
	text-align:center;
	padding:2px;
}
table#rate td.money{
	background:#CFEB70;
	font-weight:bold;
}

/* 
サイトマップ
----------------------------------------------------------- */
ul#smlist li{
}
li.sm1{
	background:url(img/arr.gif) no-repeat 0 3px;
	padding:0 0 5px 15px;
}
li.sm2{
	background:url(img/arr.gif) no-repeat 0 3px;
	padding:0 0 5px 15px;
	margin:0 0 0 12px;
}

/* 
よくいただくご質問
----------------------------------------------------------- */
dl#faq{
}
dl#faq strong{
	color:#C00;
}
dl#faq dt{
	background:url(img/faq.gif) no-repeat 0 0;
	font-weight:bold;
	border-bottom:1px dotted #999;
	padding:0 0 0 60px;
}
dl#faq dd{
	padding:10px;
	background:#FAFAFA;
	color:#666;
	margin:0 0 10px 0;
}

/* 
お問い合わせ
----------------------------------------------------------- */
table.contact{
	background:#CCC;
	width:100%;
}
table.contact th{
	background:#CFEB70;
	text-align:right;
	padding:5px;
	font-weight:normal;
	font-weight:bold;
	white-space:nowrap;
	width:25%;
}
table.contact td{
	background:#FFF;
	padding:5px;
	text-align:left;
}
ul#error li{
	color:#F00;
	list-style:outside disc;
	margin:0 0 0 30px;
}

/* 
リンク
----------------------------------------------------------- */ 
#link table{
	background:#CCC;
	margin:0 0 10px 0;
}
#link table th{
	white-space:nowrap;
	text-align:right;
	background:#CFEB70;
	padding:2px 5px;
	font-weight:normal;
}
#link table td{
	text-align:left;
	background:#FFF;
	padding:2px 5px;
}
#link table td.link_title{
	background:#CFEB70;
	padding:1px;
	font-weight:bold;
	font-size:14px;
}
#link table td.link_title span{
	border-left:5px solid #005929;
	display:block;
	margin:3px 3px;
	padding:1px 0 0 5px;
}
#link table td.link_data{
	font-size:18px;
	text-align:center;
	background:#FAFAFA;
}
#link table td.link_data span{
	color:#CCC;
}
#link table td.link_data strong{
	color:#C00;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:140%;
}
#link table td.ss{
	width:200px;
	vertical-align:top;
	padding:5px;
	background:#FAFAFA;
}
#link table td.ss strong{
	color:#005929;
}
#link table td.ss img{
	display:block;
	margin:0 0 5px 0;
	border:1px solid #005929;
}
#link table td.ss .comment{
	border-top:1px dotted #CCC;
	padding:5px 0 0 0;
}
















