@charset "utf-8";

* {
	padding:0;
	margin: 0;
}

body {
	background-color: #F1F7E1;
	background-image: url(img/bg.gif);
	background-repeat: repeat-x;
	font-size: 14px;
	line-height: 140%;
	font-family: "ＭＳ Ｐゴシック", sans-serif;
	color:#333333;
}

img {
	vertical-align: top;
	border: 0;
}

a {
	color:#0066CC;
}

a:hover {
	text-decoration: none;
	color: #72AE35;
}

hr {
	clear: both;
	height: 1px;
	color: #CCCCCC;
	background-color: #CCCCCC;
}


/*
ベース
-------------------------------------------------------------------*/
#base {
	width:900px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border: 1px solid #C9D99D;
	margin-top: 10px;
	margin-bottom: 10px;
}

#wrap {
	width: 890px;
	float: left;
	background-color: #FFFFFF;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}


/*
ヘッダー
-------------------------------------------------------------------*/

#header {
	width:900px;
	height:130px;
	background-image: url(img/head.gif);
	background-repeat: repeat-x;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

#header .logo_h {
	font-size: 26px;
	font-weight: bold;
	color: #FF8C3F;
}


#desc a {
	font-size: 24px;
	color: #2e8b57;
	text-decoration: none;
	position: absolute;
	line-height: 30px;
	top: 45px;
	left: 180px;
}


#desc a:hover {
color: #ffa500;
}

h1 {
	position: absolute;
	font-size: 10px;
	color: #666666;
	line-height: 20px;
	top: 25px;
	left: 200px;
}

#header #head_bn {
	position: absolute;
	top: 15px;
	right: 5px;
}

#header #navi {
	position: absolute;
	bottom: 24px;
	line-height: 18px;
	height: 18px;
	left: 200px;
}
#header #navi li {
	display: inline;
	list-style-type: none;
	padding-right: 5px;
	padding-left: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D0E9B8;
}
#header #navi a {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
	line-height: 16px;
	height: 16px;
	padding-top: 2px;
}
#header #navi a:hover {
	color: #497122;
	background-color: #FAFFDD;
}

#pan {
	font-size: 11px;
	position: absolute;
	left: 15px;
	bottom: 0px;
	line-height: 16px;
}

/*
コンテンツ
-------------------------------------------------------------------*/

#contents {
	width:620px;
	float: left;
	background-color: #FFFFFF;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#contents p{
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
	line-height: 150%;
}

#contents .title_1,
#contents h2 {
	font-size: 17px;
	padding-left: 10px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #72AE35;
	color: #2e8b57;
	line-height: 26px;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-right: 0px;
	margin-left: 0px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 3px;
	background-color: #F6F6F4;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

#contents .title_2,
#contents h3 {
	font-size: 16px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #97CE60;
	padding-left: 8px;
	color: #FFFFFF;
	margin-top: 15px;
	margin-bottom: 5px;
	margin-left: 5px;
	background-color: #72AE35;
	height: 22px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 2px;
	line-height: 22px;
	font-weight: bold;
	clear: both;
}

#contents .title_3 {
	color: #515151;
	line-height: 16px;
	padding-left: 3px;
	margin: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E7E7E7;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #DCDAD6;
	font-weight: bold;
}

#contents .title_4 {
	font-weight: bold;
	color: #CC3300;
	font-size: 16px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 5px;
}

/*
サイド・メニュー
-------------------------------------------------------------------*/
#side {
	float: left;
	width: 240px;
	background-color: #FFFFFF;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

#side_d {
	background-color: #EEEEEE;
	margin-bottom: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	margin-top: 10px;
}

#side_d .side_title01,
#side_d .side_title02,
#side_d .side_title03 {
	display: block;
	width: 220px;
	line-height: 20px;
	text-align: center;
	color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	background-color: #666666;
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9F2800;
	padding-top: 3px;
	font-weight: bold;
}

#side_d .side_title01 {
	background-color: #F39241;
}
#side_d .side_title02 {
	background-color: #FFFFFF;
	color: #111111;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #72AE35;
}
#side_d .side_title03 {
	background-color: #FFFFFF;
	color: #333333;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

#side #side_d ul {
	margin-bottom: 15px;
	width: 220px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	background-color: #CCCCCC;
	padding-top: 5px;
	padding-bottom: 10px;
}

#side_d li {
	list-style-type: none;
}

#side_d li a {
	display: block;
	font-size: 13px;
	text-decoration:none;
	color:#333333;
	line-height: 20px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 2px;
	background-color: #FFFFFF;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #F39241;
	padding-top: 2px;
	width: 190px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 1px;
}


#side_d li a:hover {
	background-color: #FFFADF;
	color: #000000;
}

#side_d .side_02 li a {
	border-left-color: #999999;
	color: #333333;
}

#side_d .side_02 li a:hover {
	border-left-color: #72AE35;
}

#side_d .side_03 li a {
	border-left-color: #EEEEEE;
	color: #333333;
}

#side_d .side_03 li a:hover {
	border-left-color: #72AE35;
}

#side img {
	border:none;
}

#side p {
	padding: 10px;
}


/*
アドセンス
-------------------------------------------------------------------*/

.ads {
	text-align: center;
	background-color: #F4F3F2;
	border: 1px solid #D1CEC9;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	width: 210px;
	padding-top: 10px;
	padding-bottom: 10px;
}

/*
フッタメニュー
-------------------------------------------------------------------*/

#f_menu {
	clear: both;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	text-align: center;
	background-color: #F0EFEE;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
#f_menu li {
	list-style-type: none;
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 10px;
}
#f_menu ul {
	margin-top: 5px;
	margin-bottom: 5px;
}
#f_menu li a {
	font-size: 10px;
}

/*
コピーライト
-------------------------------------------------------------------*/

address {
	font-style: normal;
	color: #FFFFFF;
	text-align: right;
	display: block;
	background-color: #72AE35;
	font-size: 10px;
	clear: both;
	padding-right: 20px;
	padding-left: 20px;
	line-height: 20px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #E6E6E6;
	padding-top: 5px;
	padding-bottom: 2px;
}

/*
TOPページ
-------------------------------------------------------------------*/

#contents .top_cat {
	padding-bottom: 10px;
	padding-top: 5px;
	float: left;
}


#contents .top_cat p a{
	font-size: 10px;
	padding-left: 5px;
}

#top_img {
	width:620px;
	background-image: url(img/top_img.jpg);
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: center center;
	height: 180px;
	position: relative;
	
}
#top_img #top_img_title {
	font-size: 18px;
	font-weight: bold;
	color: #578628;
	top: 25px;
	position: absolute;
	left: 55px;
	line-height: 22px;
}
#contents #top_img p {
	font-size: 13px;
	height: 100px;
	width: 330px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 50px;
	line-height: 20px;
	left: 55px;
}


/*
トップカテゴリ
--------------------*/

.ctgy {
	display: block;
	width: 295px;
	float: left;
	height: 150px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-left: 10px;
}

.ctgy dt{
	margin-bottom:0;
	font-weight: bold;
	background-image: url(img/dt.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-top: 10px;
	}
.ctgy dt a {
	color: #555555;
	line-height: 16px;
}
.ctgy dt a:hover{ color:#FF3333; }

.ctgy dd{
	font-size:12px;
	padding-left: 15px;
	margin-top: 5px;
	padding-top: 5px;
}

.ctgy dd a {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #AAAAAA;
	padding-left: 5px;
	margin-left: 5px;
}

/*
トップランキング
--------------------*/
#contents .rank_box {
	padding: 15px;
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	clear: both;
}
#contents .rank_box .rank_title01,
#contents .rank_box .rank_title02,
#contents .rank_box .rank_title03 {
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	color: #CC3300;
	font-size: 18px;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 44px;
	line-height: 28px;
	padding-top: 4px;
}
#contents .rank_box .rank_title01 {
	background-image: url(img/rank.gif);
}
#contents .rank_box .rank_title02 {
	background-image: url(img/rank2.gif);
}
#contents .rank_box .rank_title03 {
	background-image: url(img/rank3.gif);
}

#contents .rank_box .rank_title01 a,
#contents .rank_box .rank_title02 a,
#contents .rank_box .rank_title03 a {
	font-size: 16px;
	padding-left: 5px;
}

#contents .rank_box table {
	width: 100%;
}

#contents .rank_box td {
	padding-right: 5px;
	padding-left: 5px;
}

#contents .rank_box li {
	border-bottom-width: 1px;
	border-left-width: 3px;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-color: #C11820;
	margin-top: 3px;
	margin-bottom: 3px;
	padding-left: 5px;
	list-style-type: none;
}

#contents .rank_box .rank_link {
	padding-top: 10px;
	width: 400px;
	float: right;
}
.rank_link a.btn_1 {
	height: 20px;
	padding-right: 10px;
	padding-left: 10px;
	color: #BD0000;
	background-color: #FFE6E6;
	display: block;
	float: right;
	border: 1px solid #DE8989;
	font-size: 12px;
	line-height: 20px;
}
.rank_link a.btn_2 {
	height: 20px;
	margin-right: 10px;
	padding-right: 10px;
	padding-left: 10px;
	color: #0066CC;
	background-color: #E1F0FF;
	display: block;
	float: right;
	border: 1px solid #AAD5FF;
	font-size: 12px;
	line-height: 20px;
}
.rank_link a.btn_1:hover {
	color: #FFFFFF;
	background-color: #BE3636;
}
.rank_link a.btn_2:hover {
	color: #FFFFFF;
	background-color: #0066CC;
}


/*
キャンペーン項目
-------------------------------------------------------------------*/

#contents .camp {
	background-color: #FBF9F2;
	border: 1px solid #D9CDB3;
}
#contents .camp li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C8B56A;
	list-style-type: none;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #C8B56A;
	font-size: 12px;
	padding-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#contents .camp .c_title {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #B49E6B;
	border: 1px solid #FFFFFF;
	font-size: 13px;
	line-height: 20px;
	padding-left: 5px;
}
#contents .camp ul {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

/*
申込ボタン
-------------------------------------------------------------------*/
#contents .btn_01 a {
	background-image: url(img/btn_01.jpg);
	background-repeat: no-repeat;
	text-indent: -10000px;
	display: block;
	height: 45px;
	width: 410px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#contents .btn_01 a:hover {
	background-position: 0px -45px;
}

/*
全国マップ
-------------------------------------------------------------------*/
#zenkoku_map ul {
	display: block;
	font-size: 13px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	background-color: #FBFBFA;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#zenkoku_map li {
	list-style-type: none;
	padding-left: 12px;
	margin-top: 2px;
	margin-bottom: 2px;
	background-image: url(img/li_shikaku.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#contents .rank_base {
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border: 3px double #CCCCCC;
}
#contents .title_rank {
	text-align: center;
	padding-top: 5px;
}

/*
テーブル
-------------------------------------------------------------------*/
table {
	border-collapse: collapse;
}

td{
	border-collapse: collapse;
}

.table_list th{
	color: #FFFFFF;
	margin:0;
	border-collapse: collapse;
	padding-top: 4px;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 14px;
	background-color: #549AE0;
	background-image: url(img/th.gif);
	background-repeat: repeat-x;
	background-position: top;
	border: 1px solid #CCCCCC;
	line-height: 20px;
	height: 20px;
}


.table_list td{
	border-collapse: collapse;
	font-size: 12px;
	line-height: 130%;
	padding: 5px;
	border: 1px solid #DDDDDD;
}
table.table_list {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	margin-top: 10px;
}
.table_list td.td_th {
	background-image: url(img/td_h.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #EEF1F2;
	text-align: center;
	width: 90px;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #C9CFD1;
}

/*
その他
-------------------------------------------------------------------*/
#contents .line {
	background-image: url(img/line.gif);
	background-repeat: repeat-x;
	background-position: center;
	padding: 10px;
	height: 20px;
	margin-bottom: 15px;
}
#contents .e_list li {
	list-style-type: none;
	margin: 5px;
	padding-left: 25px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #EEDBDB;
	padding-bottom: 3px;
	background-image: url(img/e_list_li.gif);
	background-position: 5px 5px;
	background-repeat: no-repeat;
}
#contents .e_list {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border: 1px solid #D9D9D9;
	width: 580px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
