* {
	padding:0;
	line-height: 140%;
	margin: 0;
	}

body {
	background-color: #C1BEAB;
	background-image: url(img/bg4.jpg);
	background-repeat: repeat-x;
}

h2 {
	font-size: 16px;
	background-color: #E9E7E0;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-left-width: 8px;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-bottom-color: #D9D6CA;
	border-left-color: #444444;
	color: #333333;
	line-height: 25px;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-right: 3px;
	margin-left: 3px;
}



h4 {
	padding-left: 3px;
	margin: 5px;
}

h4,h4 a {
	color: #515151;
	line-height: 16px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E7E7E7;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #DCDAD6;
}

a {
	color:#4B70CD;
}

a:hover {
	text-decoration: none;
}

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


/*
ベース
-------------------------------------------------------------------*/
#base {
	width:800px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(img/base_bg.gif);
	background-repeat: repeat-y;
	border: 3px solid #444444;
}

#wrap {
	width: 790px;
	float: right;
	padding: 5px;
}


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

#header {
	width:800px;
	height:150px;
	background-image: url(img/title.jpg);
	background-repeat: repeat-x;
}

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


h1 a {
	font-size: 20px;
	color: #666666;
	display: block;
	width: 300px;
	text-decoration: none;
	padding-top: 20px;
	padding-bottom: 5px;
	padding-left: 30px;
}


p#desc {
	margin-left: 30px;
	color: #999999;
}


/*ナビゲーション
----------------------------------------------- */
#nav {
	width:785px;
	height: 25px;
	background-image: url(img/nav2.jpg);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E3E3E3;
	padding-right: 15px;
}

#nav p {
	color: #EEEEEE;
	padding-top: 3px;
}

#nav table {
	float: right;
	margin-right: 10px;
}


#nav label {
	font-size: 10px;
	color: #FFFFFF;
}

#nav td {
	padding-left: 1px;
}

#nav a {
	color: #EEEEEE;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 10px;
}

#nav a:hover {
	color: #333333;
	background-color: #DDDDDD;
	border-bottom-style: none;
}


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

#contents {
	width:570px;
	float: right;
	padding: 5px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #999999;
}

#contents img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
}

#contents p{
	padding-bottom: 10px;
	padding-right: 15px;
	color: #555555;
}

#contents h3 {
	font-size: 14px;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #CC3333;
	padding-left: 5px;
	background-image: url(img/dot.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	color: #515151;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
}

#contents td {
	padding: 5px;
	border: 1px solid #666666;
	font-size: 12px;
	}


/*
解説項目用
-------------------------------------------------------------------*/
.description{
	margin-right: 15px;
	margin-left: 15px;
	background-color: #F5F4F1;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	margin-bottom: 10px;
}

.description p{
	padding:10px;
	margin:0;
	color: #333333;
}

/*
サイド・メニュー
-------------------------------------------------------------------*/
#side {
	float: right;
	width: 194px;
	padding: 5px;
}

#side_d {
	background-color: #E0DEDA;
	padding-top: 2px;
	border: 1px solid #C6C0B9;
	background-image: url(img/linebg3.jpg);
}

#side_d h3 {
	display: block;
	width: 185px;
	line-height: 20px;
	text-align: center;
	color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	margin-top: 3px;
	background-color: #666666;
	background-image: url(img/side4_ch.jpg);
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	padding-top: 3px;
	padding-bottom: 5px;
	font-size: 14px;
}

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

#side_d li a {
	display: block;
	width:140px;
	text-decoration:none;
	color:#333333;
	line-height: 15px;
	margin-top: 1px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 22px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #9E917E;
	background-image:url(img/li3.jpg);
	background-repeat: repeat-x;
	background-color: #E0DBD5;
	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: 3px;
	font-size: 14px;
}


#side_d li a:hover {
	background-color: #FFFFFF;
	color: #666666;
	text-decoration: underline;
	background-image: none;
}


#side img {
	border:none;
}

#side p {
	padding: 10px;
}

#side p a {
	background-color: #E2DECF;
	display: block;
	padding: 10px;
	line-height: 15px;
	border: 2px solid #C6BCB0;
}

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

.ads {
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
}

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

#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: center;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	background-color: #736D61;
	background-image: url(img/dot.gif);
	background-repeat: repeat-x;
	background-position: top;
	font-size: 10px;
	clear: both;
}

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

#top_img {
	width:100%;
	text-align: center;
	background-color: #666666;
	border: 1px solid #C6CFD0;
	background-image: url(img/linebg3.jpg);
	
}

/*
エントリページ用
-------------------------------------------------------------------*/
.entry-body{
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom:20px;
}



/*ランキング用*/
/********************************************/

.flame {width:549px; height:190px; background:url(./img/flame.gif) no-repeat; margin-bottom:17px;}

.flame2 {width:549px; height:190px; margin-bottom:10px;}

.flame3 {width:549px; height:190px; background:url(./img/flame2.gif) no-repeat; margin-bottom:17px;}


.flame_line {width:549px; height:7px; background:url(./img/rank_line.gif) no-repeat; margin-bottom:17px;}

.caparea {float:left; width:180px; height:181px; text-align:center; vertical-align:middle; padding-top:9px;}

.capdetail {float:right; width:344px; height:181px; padding:9px 12px 0px; text-align:left;}

/********************************************/

.capdetail_fx{width:344px;}

.capdetail_rank { float:left; padding:0 5px 0 0;}

.capdetail_name1 {font-size:16px; display:inline; float:left; line-height:180%;}

.capdetail_name1 a {line-height:180%; font-weight:bold; color:#0000cc; text-decoration:underline;}

.capdetail_name1 a:visited {line-height:180%; font-weight:bold; color:#0000cc; text-decoration:underline;}

.capdetail_name1 a:hover {line-height:180%; font-weight:bold; color:#0000cc; text-decoration:none;}

.capdetail_name2 {font-size:10px; display:inline; float:left; padding:10px 0 0 5px; color:#616161;}

.capdetail_copy {font-size:12px; color:#666666; font-weight:bold; margin:5px 0 10px;}

.capdetail_point {font-size:12px; color:#FF0000; font-weight:bold; background:url(./img/search9.gif) no-repeat; background-position:left center; padding:0 0 0 50px; margin:10px 0 0 0;}


.details_copy {font-size:12px; color:#666666; font-weight:bold; margin:0px 0 10px;}

.details_txt {font-size:12px; color:#666666; margin:10px 0 0; line-height:140%;}

.capdetail_txt {font-size:10px; color:#616161; padding:0 0 10px;}

/********************************************/

.capdetail_table {width:344px; border-collapse:collapse;}

.capdetail_td1 {height:21px; width:125px; font-size:10px; color:#000000; background:#f7f6f2; margin:4px 0; border:solid 1px #cccccc; text-align:center;}

.capdetail_td2 {height:21px; width:42px; font-size:10px; color:#000000; background:#ffffff; margin:4p 0; border:solid 1px #cccccc; text-align:center;}

/********************************************/

.capdetail_btn {width:344px; margin:5px 0 0 0;}

.bodyR {float:right;}

.bodyL {float:left;}

.capdetail_btnimg {background:url(./img/btn_rank_no.gif) no-repeat; width:160px; height:44px; text-align:center; line-height:270%;}

.capdetail_btnimg a{display:block; font-size:16px; font-weight:bold; text-decoration:none; width:160px; height:44px; background:url(./img/btn_rank_no.gif) no-repeat; color: #616161;}

.capdetail_btnimg a:visited{display:block; text-decoration:none; width:160px; height:44px;background:url(./img/btn_rank_no.gif) no-repeat;}

.capdetail_btnimg a:hover{display:block; text-decoration:none; width:160px; height:44px; background:url(./img/btn_rank_on.gif) no-repeat;}

/********************************************/

.style5 {color: #FFFFFF; font-weight: bold; }


#contents dt{
	font-size: 12px;
	color: #666666;
}

#contents dl{
	font-size: 12px;
	color: #666666;
}