@charset "utf-8";

* {
	padding:0;
	margin: 0;
}

body {
	background-color: #fef4f4;
	font-size: 16px;
	line-height: 140%;
	font-family: "ＭＳ Ｐゴシック", sans-serif;
	color:#333333;
}

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

a {
	color:#6a5acd;
}

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

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


/*
ベース
-------------------------------------------------------------------*/
#container {
	width:900px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border: 1px solid #fce3e8;
}

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


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

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

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

#desc a {
	font-size: 24px;
	color: #BD3341;
	text-decoration: none;
	position: absolute;
	line-height: 30px;
	top: 35px;
	left: 20px;
}


#desc a:hover {
color: #6a5acd;
}

h1 {
	position: absolute;
	font-size: 10px;
	color: #BD3341;
	line-height: 20px;
	top: 0px;
	right: 35px;
}
#header_box #head_bn {
	position: absolute;
	top: 20px;
	right: 20px;
}

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


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

#content_box {
	width:630px;
	float: left;
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}

#content_box img {
	margin: 10px;
}

#content_box p{
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	line-height: 26px;
	background-image: url(img/note.gif);
	background-position: 0px 5px;
}

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

#content_box .midashi1,
#content_box h2 {
	font-size: 18px;
	padding-left: 10px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #f5b2ac;
	color: #333333;
	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;
}

#content_box .midashi2,
#content_box h3 {
	font-size: 14px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #FEF4F4;
	padding-left: 8px;
	color: #FFFFFF;
	margin-top: 15px;
	margin-bottom: 5px;
	background-color: #F2BAB7;
	padding-top: 2px;
	line-height: 18px;
	font-weight: bold;
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}

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

#pickup {
	background-color: #F0F7DB;
	margin-bottom: 10px;
	padding-bottom: 10px;
	padding-top: 2px;
	border: 2px solid #D8E3B0;
}

#menu_list01 {
	background-color: #DCF3FA;
	margin-bottom: 10px;
	padding-bottom: 10px;
	padding-top: 2px;
}

#menu_list02 {
	background-color: #FCF0EF;
	margin-bottom: 10px;
	padding-bottom: 10px;
	padding-top: 2px;
}

#pickup .side_midashi,
#menu_list01 .side_midashi,
#menu_list02 .side_midashi {
	display: block;
	width: 220px;
	line-height: 18px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 1px;
	margin-top: 10px;
	font-size: 14px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	padding-top: 5px;
	font-weight: bold;
	letter-spacing: 0.1em;
	padding-bottom: 2px;
}

#pickup .side_midashi {
	border-bottom-color: #7C9B3E;
	background-color: #9FC453;
	color: #FFFFFF;
}
#menu_list01 .side_midashi {
	color: #FFFFFF;
	border-bottom-color: #45B9D1;
	background-color: #75D2EA;
}
#menu_list02 .side_midashi {
	border-bottom-color: #EB928D;
	color: #FFFFFF;
	background-color: #F2BAB7;
}

#side_box ul {
	margin-bottom: 15px;
	display: block;
}

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

#pickup li a {
	display: block;
	font-size: 12px;
	color:#0066CC;
	line-height: 18px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	background-color: #FFFFFF;
	padding-top: 5px;
	width: 195px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 1px;
	color:#2D6899;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #E1E2D8;
}

#pickup img {
	float: left;
	margin-right: 5px;
}

#menu_list01 li a,
#menu_list02 li a {
	display: block;
	font-size: 12px;
	color:#0066CC;
	line-height: 18px;
	padding-right: 10px;
	padding-left: 20px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	background-color: #FFFFFF;
	padding-top: 5px;
	width: 190px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 1px;
	background-repeat: no-repeat;
	background-position: 10px center;
}

#menu_list01 li a {
	color: #776A59;
	background-image: url(img/li.gif);
}
#menu_list02 li a {
	color:#666666;
	background-image: url(img/li.gif);
}

#side_box li a:hover {
	text-decoration: underline;
}

#side_box #pickup li a:hover {
	background-color: #FFFBED;
	color: #000000;
	border-left-color: #B7D85F;
}
#side_box #menu_list01 li a:hover {
	background-color: #FFFBE8;
	color: #000000;
}
#side_box #menu_list02 li a:hover {
	background-color: #FFFBE8;
	color: #000000;
}

#side_box img {
	border:none;
}

#side_box 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;
}

/*
フッター
-------------------------------------------------------------------*/

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

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

#copy {
	color: #FFFFFF;
	text-align: left;
	padding-top: 2px;
	padding-bottom: 3px;
	display: block;
	background-color: #e29399;
	font-size: 12px;
	padding-right: 20px;
	padding-left: 20px;
}

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

#content_box .category_list {
	padding-bottom: 10px;
	padding-top: 5px;
	float: left;
}


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

#main_img {
	width:630px;
	background-image: url(img/main_img.jpg);
	margin-bottom: 10px;
	background-repeat: no-repeat;
	background-position: center center;
	height: 230px;
	position: relative;
	
}
#main_img #main_img_midashi {
	font-size: 18px;
	font-weight: bold;
	color: #56842D;
	top: 30px;
	position: absolute;
	left: 33px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CEC7BD;
	width: 270px;
}
#content_box #main_img p {
	font-size: 14px;
	width: 270px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 60px;
	line-height: 20px;
	left: 33px;
	color: #333333;
	background-image: none;
}


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

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

.ctgy dt{
	margin-bottom:0;
        font-size: 12px;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
	margin-top: 8px;
	margin-left: 5px;
	border-left-width:4px;
	border-left-style: solid;
	color: #333333;
	border-left-color: #BDCF76;
	}
.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;
}


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

#content_box .info_box {
	background-color: #FEF8EF;
	border: 1px solid #CCCCCC;
}
#content_box .info_box li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E6CEAC;
	list-style-type: none;
	font-size: 13px;
	padding-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-image: url(img/li.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#content_box .info_box .c_midashi {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #EDB678;
	border: 1px solid #FFFFFF;
	font-size: 14px;
	line-height: 22px;
	padding-left: 10px;
}
#content_box .info_box ul {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

/*
申込ボタン
-------------------------------------------------------------------*/
#content_box .button a {
	background-image: url(img/button.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;
}
#content_box .button 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: #9CB1B5;
	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;
}

/*
エントリーリスト
-------------------------------------------------------------------*/

#content_box .entry_list li {
	list-style-type: none;
	margin: 5px;
	padding-left: 25px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #BFAD9B;
	padding-bottom: 3px;
	background-image: url(img/li.gif);
	background-position: 5px 5px;
	background-repeat: no-repeat;
}
#content_box .entry_list {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border: 1px solid #CCCCCC;
	width: 580px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	background-color: #F7F7F7;
}

/*
トップランキング
--------------------*/
#content_box .rank_box {
	padding: 15px;
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#content_box .rank_box .rank_title01,
#content_box .rank_box .rank_title02,
#content_box .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;
}
#content_box .rank_box .rank_title01 {
	background-image: url(img/rank.gif);
}
#content_box .rank_box .rank_title02 {
	background-image: url(img/rank2.gif);
}
#content_box .rank_box .rank_title03 {
	background-image: url(img/rank3.gif);
}

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

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

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

#content_box .rank_box li {
	border-bottom-width: 1px;
	border-left-width: 4px;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-color: #3199D7;
	margin-top: 3px;
	margin-bottom: 3px;
	padding-left: 7px;
	list-style-type: none;
}

#content_box .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;
}

/*
文字の装飾
-------------------------------------------------------------------*/

.aka {
        color: #ff0000;
        font-weight: bold;
}

.ki {
        background: #FFFF00;
        font-weight: bold;
}

.ao {
        color: #FF0000;
        font-weight: bold;
}

.midori {
 font-weight: bold;
 color: #008700;
}

.sp {
 font-weight: bold;
 color: #CC0000;
        font-size: 16px;
}



