* {
	padding:0;
	margin: 0;
}

body {
	background-color: #E9E8E4;
	background-image: url(img/bg.gif);
	background-repeat: repeat-x;
	font-size: 14px;
	line-height: 140%;
	font-family: Verdana, Arial, sans-serif;
	color:#333333;
}

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

a {
	color:#0066CC;
}

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

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


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

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


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

#header {
	width:900px;
	height:120px;
	background-image: url(img/head.jpg);
	background-repeat: repeat-x;
	position: relative;
}

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


h1 a {
	font-size: 26px;
	color: #FB9100;
	text-decoration: none;
	left: 45px;
	position: absolute;
	bottom: 60px;
	line-height: 30px;
}


p#desc {
	position: absolute;
	bottom: 40px;
	font-size: 12px;
	left: 50px;
}

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

#header #navi {
	position: absolute;
	left: 20px;
	bottom: 0px;
	line-height: 20px;
	height: 20px;
}
#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: #AFC0C5;
}
#header #navi a {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
	line-height: 18px;
	padding-top: 2px;
}
#header #navi a:hover {
	color: #000000;
	background-color: #FFF4E6;
}


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

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

#contents img {
	margin: 10px;
}

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

#contents #pan {
	font-size: 12px;
	margin-bottom: 5px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

#contents .title_1 {
	font-size: 20px;
	padding-left: 10px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #ABD4E8;
	color: #222222;
	line-height: 26px;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-right: 0px;
	margin-left: 0px;
	background-image: url(img/dot.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	font-weight: bold;
}

#contents .title_2 {
	font-size: 16px;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #ACC5CC;
	padding-left: 8px;
	color: #FFFFFF;
	margin-top: 15px;
	margin-bottom: 5px;
	margin-left: 5px;
	background-color: #6D8A9A;
	height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #37424A;
	padding-top: 2px;
	line-height: 20px;
	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;
}

#contents h2 {
	font-size: 20px;
	padding-left: 10px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #ABD4E8;
	color: #222222;
	line-height: 26px;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-right: 0px;
	margin-left: 0px;
	background-image: url(img/dot.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

#contents h3 {
	font-size: 16px;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #ACC5CC;
	padding-left: 8px;
	color: #FFFFFF;
	margin-top: 15px;
	margin-bottom: 5px;
	margin-left: 5px;
	background-color: #6D8A9A;
	height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #37424A;
	padding-top: 2px;
	line-height: 20px;
}



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

#side_d {
	background-color: #E0DEDA;
	border: 1px solid #C6C0B9;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

#side_d .side_title01,
#side_d .side_title02,
#side_d .side_title03 {
	display: block;
	width: 200px;
	line-height: 20px;
	text-align: center;
	color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	margin-top: 10px;
	background-color: #666666;
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	padding-top: 10px;
	height: 20px;
}

#side_d .side_title01 {
	background-image: url(img/side_title.gif);
}
#side_d .side_title02 {
	background-image: url(img/side_title2.gif);
}
#side_d .side_title03 {
	background-image: url(img/side_title3.gif);
}

#side #side_d ul {
	margin-bottom: 15px;
	border-top-width: 1px;
	border-bottom-width: 5px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CDCAC5;
	border-bottom-color: #CECBC6;
	width: 210px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}

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

#side_d li a {
	display: block;
	font-size: 12px;
	text-decoration:none;
	color:#333333;
	line-height: 18px;
	margin-top: 1px;
	padding-right: 10px;
	padding-left: 20px;
	padding-bottom: 7px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #9E917E;
	background-image:url(img/side_li.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #C6BCB0;
	border-left-color: #C6BCB0;
	padding-top: 7px;
	width: 176px;
}


#side_d li a:hover {
	background-color: #FFFFFF;
	color: #FF9900;
	text-decoration: underline;
	background-image: url(img/side_li_ov.gif);
}

#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;
	background-image: url(img/dot.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#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: #DDDDDD;
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	background-color: #62625A;
	background-image: url(img/dot.gif);
	background-repeat: repeat-x;
	background-position: top;
	font-size: 12px;
	clear: both;
	padding-right: 20px;
	padding-left: 20px;
}

/*
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: 16px;
	font-weight: bold;
	color: #5890CB;
	top: 23px;
	position: absolute;
	left: 310px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BED3EB;
	padding-right: 10px;
	padding-left: 10px;
}
#contents #top_img p {
	font-size: 13px;
	height: 100px;
	width: 320px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 46px;
	right: 50px;
	line-height: 20px;
}


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

.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;
}
#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: #FF6600;
	background-color: #FFEFDF;
	display: block;
	float: right;
	border: 1px solid #FFCC99;
	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: #FF6600;
}
.rank_link a.btn_2:hover {
	color: #FFFFFF;
	background-color: #0066CC;
}


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

#contents .camp {
	background-color: #FFFBE8;
	border: 1px solid #E89D2F;
}
#contents .camp li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFB951;
	list-style-type: none;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #FFB951;
	font-size: 12px;
	padding-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#contents .camp .c_title {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #D18718;
	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;
}

/*
テーブル
-------------------------------------------------------------------*/
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;
}
