
* {
	padding:0;
	margin: 0;
}

body {
	background-color: #E6DFD7;
	background-image: url(img/bg.gif);
	background-repeat: repeat-x;
	font-size: 13px;
	line-height: 140%;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック';

	color:#333333;
}

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

a {
	color:#0066CC;
}

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

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


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

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

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

#header_box {
	width:950px;
	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;
}


p#subtitle a {
	font-size: 24px;
	color: #FFFFFF;
	text-decoration: none;
	position: absolute;
	bottom: 61px;
	line-height: 30px;
	left: 40px;
        font-weight: bold;
}

p#subtitle a:hover {
	color: #FFECF8;
}

h1 {
	position: absolute;
	bottom: 44px;
	font-size: 12px;
	color: #FFFFFF;
	left: 45px;
        font-weight: lighter;
}

#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:680px;
	float: right;
	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: 10px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
	line-height: 150%;
}

#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: #E45F62;
	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: #CEB8A6;
	padding-left: 8px;
	color: #FFFFFF;
	margin-top: 15px;
	margin-bottom: 5px;
	background-color: #9F856A;
	padding-top: 2px;
	line-height: 20px;
	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;
}

#ranking {
	background-color: #FFB5B3;
	margin-bottom: 10px;
	padding-bottom: 10px;
	padding-top: 2px;
	border: 2px solid #FFE1D7;
}

#menu_list01 {
	background-color: #F8DDB1;
	margin-bottom: 10px;
	padding-bottom: 10px;
	padding-top: 2px;
	border: 2px solid #FFEFD2;
}

#menu_list02 {
	background-color: #C1E3F0;
	margin-bottom: 10px;
	padding-bottom: 10px;
	padding-top: 2px;
	border: 2px solid #E8F9FF;
}

#ranking .side_midashi,
#menu_list01 .side_midashi,
#menu_list02 .side_midashi {
	display: block;
	width: 220px;
	line-height: 20px;
	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;
}

#ranking .side_midashi {
	border-bottom-color: #D03950;
	background-color: #E45F62;
	color: #FFFFFF;
}
#menu_list01 .side_midashi {
	color: #FFFFFF;
	border-bottom-color: #FF6600;
	background-color: #FF9900;
}
#menu_list02 .side_midashi {
	border-bottom-color: #289EDD;
	color: #FFFFFF;
	background-color: #49ADE2;
}

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

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

#ranking li a {
	display: block;
	font-size: 12px;
	color:#0066CC;
	line-height: 18px;
	padding-right: 10px;
	padding-left: 25px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	background-color: #FFFFFF;
	padding-top: 5px;
	width: 185px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 1px;
	background-repeat: no-repeat;
	background-position: 6px center;
	color:#E04549;
	background-image: url(img/li_rank.gif);
}

#ranking img {
	float: left;
	margin-right: 5px;
}
#ranking li.rank_01 a {
	background-image: url(img/li_rank01.gif);
	background-position: 2px;
}
#ranking li.rank_02 a {
	background-image: url(img/li_rank02.gif);
	background-position: 2px;
}
#ranking li.rank_03 a {
	background-image: url(img/li_rank03.gif);
	background-position: 2px;
}

#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: #DD7900;
	background-image: url(img/li01.gif);
}
#menu_list02 li a {
	color:#0094DB;
	background-image: url(img/li02.gif);
}

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

#side_box #ranking li a:hover {
	background-color: #FFEEEE;
	color: #EC0006;
}
#side_box #menu_list01 li a:hover {
	background-color: #FFF7E8;
	color: #FF6600;
}
#side_box #menu_list02 li a:hover {
	background-color: #F0FDFF;
	color: #00B3FF;
}

#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: #F5F2EF;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #9F856A;
}
#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: #9F856A;
}

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

#copy {
	color: #FFFFFF;
	text-align: left;
	padding-top: 2px;
	padding-bottom: 3px;
	display: block;
	background-color: #9F856A;
	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:660px;
	margin-bottom: 20px;
	height: 260px;
	position: relative;
	
}
	
}
#main_img #main_img_midashi {
	font-size: 16px;
	font-weight: bold;
	color: #524436;
	top: 25px;
	position: absolute;
	left: 417px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #B4A190;
}
#content_box #main_img p {
	font-size: 13px;
	width: 190px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 50px;
	line-height: 20px;
	left: 417px;
	color: #4E4034;
}


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

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

.category_box dt{
	margin-bottom:0;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 5px;
	margin-left: 5px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #F290A7;
	}
.category_box dt a {
	color: #D1526D;
	line-height: 16px;
	font-size: 14px;
}
.category_box dt a:hover{ color:#FF3333; }

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

.category_box 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: #FCF0F2;
	border: 1px solid #CCCCCC;
}
#content_box .info_box li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #F4CAD1;
	list-style-type: none;
	font-size: 12px;
	padding-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-image: url(img/li03.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#content_box .info_box .c_midashi {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #CF536B;
	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 .rank_base {
	margin-top: 10px;
	margin-bottom: 25px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	border: 1px dotted #CCCCCC;
}

/*
ランキングタイトル----------------*/

.rank_base .rank_title,
.rank_base .rank01_title,
.rank_base .rank02_title,
.rank_base .rank03_title {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	line-height: 24px;
	padding-left: 50px;
	padding-top: 9px;
	background-repeat: no-repeat;
	background-position: 5px top;
}
.rank_base .rank_title span,
.rank_base .rank01_title span,
.rank_base .rank02_title span,
.rank_base .rank03_title span  {
	font-size: 20px;
}

.rank_base .rank_title {
	border-bottom-color: #76C6D3;
	background-image: url(img/rank.gif);
}
.rank_base .rank_title span {
	color: #3DABBE;
}

.rank_base .rank01_title {
	border-bottom-color: #FFA300;
	background-image: url(img/rank1.gif);
}
.rank_base .rank01_title span {
	color: #FF6600;
}

.rank_base .rank02_title {
	border-bottom-color: #A3A3A3;
	background-image: url(img/rank2.gif);
}
.rank_base .rank02_title span {
	color: #767676;
}

.rank_base .rank03_title {
	border-bottom-color: #A4804F;
	background-image: url(img/rank3.gif);
}
.rank_base .rank03_title span {
	color: #A4804F;
}


/*
ランキングテーブル----------------*/

#content_box table.rank_table {
	width: 670px;
}
.rank_table td {
	vertical-align: top;
	padding: 5px;
}

#content_box .rank_table img {
	margin: 1px;
}

.rank_table table.table_syousai {
	width: 356px;
}

#content_box .rank_table .syouhin_td img {
	padding: 1px;
	border: 1px solid #DDDDDD;
}

.rank_table table.table_syousai th{
	color: #FFFFFF;
	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;
}
.rank_table table.table_syousai td{
	line-height: 130%;
	border: 1px solid #DDDDDD;
	color: #475758;
}

#content_box table.rank1_table {
	width: 640px;
}
.rank1_table td {
	vertical-align: top;
	padding: 5px 15px;
}

/*
オススメポイント----------------*/

.rank_base dl {
	padding: 10px;
}
.rank_base dt {
	background-color: #98AFB3;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 3px;
	padding-right: 5px;
	padding-left: 5px;
	line-height: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D1DCDE;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #759499;
}
.rank_base dd {
	font-size: 14px;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #98AFB3;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 5px;
	color: #475758;
}
.rank_base dd span {
	color: #D26060;
}

/*
感想・コメント----------------*/
.rank_base .rank_kansou {
	background-color: #FFF7E1;
	border: 2px solid #F8DDB1;
	color: #475758;
	font-size: 14px;
	line-height: 160%;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
}

/*
申込ボタン
-------------------------------------------------------------------*/
#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;
}

.rank_komi{
	margin-bottom: 5px;
	padding-top: 2px;
	margin-top: 5px;
	border: 1px solid #CCCCCC;
	padding-right: 2px;
	padding-left: 2px;
	font-size:12px;
	
}

/*
テーブル
-------------------------------------------------------------------*/
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/li03.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 #BFAD9B;
	width: 580px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	background-color: #F5F2EF;
}

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

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


/*
トップモニター評価
-------------------------------------------------------------------*/

.box1_50,.box1_55,.box1_60,.box1_65,.box1_70,.box1_75,.box1_80,.box1_85,.box1_90,.box1_95,.box1_100,.box2_50,box2_55,box2_60,box2_65,box2_70,box2_75,box2_80,box2_85,box2_90,box2_95,box2_100 {
	height: 120px;
	width: 120px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.box1_50 {
	background-color: #FFF7EC;
	color: #333  ;
	background-image: url(img/box1_sankaku.gif);
	background-repeat: no-repeat;
	border: 1px dotted #FF9546;
}
.box1_55 {
	background-color: #FFF7EC;
	color: #333  ;
	background-image: url(img/box1_sankaku.gif);
	background-repeat: no-repeat;
	border: 1px dotted #FF9546;
}
.box1_60 {
	background-color: #FFF7EC;
	color: #333  ;
	background-image: url(img/box1_sankaku.gif);
	background-repeat: no-repeat;
	border: 1px dotted #FF9546;
}
.box1_65 {
	background-color: #FFF7EC;
	color: #333  ;
	background-image: url(img/box1_maru.gif);
	background-repeat: no-repeat;
	border: 1px dotted #FF9546;
}
.box1_70 {
	background-color: #FFF7EC;
	color: #333  ;
	background-image: url(img/box1_maru.gif);
	background-repeat: no-repeat;
	border: 1px dotted #FF9546;
}
.box1_75 {
	background-color: #FFF7EC;
	color: #333  ;
	background-image: url(img/box1_maru.gif);
	background-repeat: no-repeat;
	border: 1px dotted #FF9546;
}
.box1_80 {
	background-color: #FFF7EC;
	color: #333  ;
	background-image: url(img/box1_maru.gif);
	background-repeat: no-repeat;
	border: 1px dotted #FF9546;
}
.box1_85 {
	background-color: #FFF7EC;
	color: #333  ;
	background-image: url(img/box1_2maru.gif);
	background-repeat: no-repeat;
	border: 1px dotted #FF9546;
}
.box1_90 {
	background-color: #FFF7EC;
	color: #333  ;
	background-image: url(img/box1_2maru.gif);
	background-repeat: no-repeat;
	border: 1px dotted #FF9546;
}
.box1_95 {
	background-color: #FFF7EC;
	color: #333  ;
	background-image: url(img/box1_2maru.gif);
	background-repeat: no-repeat;
	border: 1px dotted #FF9546;
.box2_90 {
	background-color: #E6F7FF;
	color: #003366;
	background-image: url(img/box2_90.gif);
	background-repeat: no-repeat;
	border: 1px dotted #68CEFF;
}

.box1_yae {
	background-color: #FFF7EC;
	color: #333  ;
	background-image: url(img/yae.gif);
	background-repeat: no-repeat;
	border: 0px dotted #FF9546;
}
.box1_maka {
	background-color: #FFF7EC;
	color: #333  ;
	background-image: url(img/maka.gif);
	background-repeat: no-repeat;
	border: 0px dotted #FF9546;
}
.box1_sae {
	background-color: #FFF7EC;
	color: #333  ;
	background-image: url(img/sae.gif);
	background-repeat: no-repeat;
	border: 0px dotted #FF9546;
}
.box1_kyoko {
	background-color: #FFF7EC;
	color: #333  ;
	background-image: url(img/kyoko.gif);
	background-repeat: no-repeat;
	border: 0px dotted #FF9546;
}
