/* ----------------------------------------------
	基本CSS
-------------------------------------------------*/

* {
	margin:0;
	padding:0;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #333333;
}

body {
	color:#333333;
	text-align:center;
	background-image: url(../img/head_bg.gif);
	background-repeat: repeat-x;
	font-size: 80%;
}

img,a img {
	border:none;
	vertical-align: top;
}

a:link,a:visited,a:active,a:hover {
	color:#006699;
}

ul,li {
	list-style-type:none;
}

#wrapper {
	text-align: left;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
   margin:0;
   padding:0;
}
.clear {
	clear: both;
}


/* ----------------------------------------------
	ヘッダー部分
-------------------------------------------------*/

#header{
	width: 900px;
	height: 81px;
}
.headerL {
	float: left;
}
.headerL a {
	margin-top: 2px;
	margin-left: 6px;
	display: block;
}
.headerR {
	float: right;
	text-align: right;
}
.headerR h1 {
	font-size: 10px;
	color: #666666;
	font-weight: normal;
	margin-top: 10px;
	margin-right: 6px;
}
.news {
	height: 18px;
	width: 500px;
	background-image: url(../img/news_box.gif);
	background-repeat: no-repeat;
	margin-top: 15px;
	margin-right: 6px;
	text-align: right;
}
.news marquee {
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	margin-right: 6px;
	margin-left: 74px;
	padding-top: 4px;
	display: block;
}


/* ----------------------------------------------
	左ナビゲーション部分
-------------------------------------------------*/
#Lnavi {
	float: left;
	width: 220px;
}
#Lnavi h2 {
	font-size: 12px;
	font-weight: bold;
	height: 18px;
	background-image: url(../img/navi_h2_bg.gif);
	background-repeat: no-repeat;
	padding-top: 3px;
	padding-left: 23px;
	margin-bottom: 15px;
	margin-left: 5px;
	line-height: 100%;
}
#Lnavi h2 a:link,#Lnavi h2 a:visited,#Lnavi h2 a:active,#Lnavi h2 a:hover {
	color:#FFFFFF;
}
.navi_box {
	background-image: url(../img/navi_bg.gif);
	background-repeat: repeat-y;
	width: 200px;
	margin-bottom: 22px;
}
.navi_top {
	padding-bottom: 10px;
}
.navi_box ul {
	margin-left: 16px;
	padding-bottom: 8px;
}
.navi_box li {
	background-image: url(../img/navi_li_bg.gif);
	background-repeat: no-repeat;
	font-size: 12px;
	margin-bottom: 10px;
	padding-left: 13px;
	line-height: 100%;
}
.navi_box li a {
	text-decoration: none;
}
.navi_bottom {
	height: 17px;
	width: 200px;
	background-image: url(../img/navi_bottom_bg.gif);
	background-repeat: no-repeat;
}


/* ----------------------------------------------
	メイン部分
-------------------------------------------------*/
#container {
	float: left;
	width: 680px;
}
#main {
	width: 500px;
	float: left;
}
.rankbox_top {
	height: 40px;
	width: 500px;
	background-image: url(../img/rankbox_top_bg.gif);
	background-repeat: no-repeat;
}
.rankbox_top p {
	margin-left: 43px;
	color: #CCCCCC;
	font-size: 12px;
}
.rankbox_top b {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 32px;
	font-family: Arial, Helvetica, sans-serif;
}
.rank {
	color: #FFFFFF;
	font-size: 14px;
}
.red {
	color: #FF0033;
}
.rankbox_main {
	width: 500px;
	background-image: url(../img/rankbox_bg.gif);
	background-repeat: repeat-y;
}
.rankboxL {
	width: 218px;
	float: left;
}
.rankboxL h3 {
	margin-bottom: 13px;
	margin-left: 12px;
	padding-top: 11px;
	font-size: 16px;
}
.rankboxL .category {
	margin-bottom: 6px;
	margin-left: 10px;
}
.rankboxL .site_img {
	margin-left: 10px;
	margin-bottom: 8px;
}
.rankboxL p {
	margin-left: 13px;
	font-size: 16px;
	color: #999999;
	margin-bottom: 10px;
}
.rankboxL .gray {
	font-size: 10px;
	color: #333333;
}
.rankboxL p b {
	font-size: 14px;
	font-weight: bold;
}
.rankboxL .ken11 {
	font-size: 11px;
}
.rankboxR {
	float: left;
	width: 268px;
}
.rankboxR li {
	background-repeat: no-repeat;
	padding-top: 2px;
	padding-left: 60px;
	height: 21px;
	font-size: 10px;
	color: #666666;
}
.rankboxR .data01 {
	background-image: url(../img/data01.gif);
}
.rankboxR .data02 {
	background-image: url(../img/data02.gif);
}
.rankboxR .data03 {
	background-image: url(../img/data03.gif);
}
.rankboxR .data04 {
	background-image: url(../img/data04.gif);
}
.rankboxR ul {
	margin-top: 16px;
	margin-bottom: 10px;
}
.review h4 {
	margin-bottom: 8px;
}
.review p {
	font-size: 10px;
	line-height: 130%;
	color: #666666;
	margin-right: 5px;
	margin-left: 5px;
}
.review .more {
	text-align: right;
	margin-right: 6px;
	font-size: 10px;
	margin-bottom: 10px;
	margin-top: 6px;
}
.ranlbox_bottom {
	height: 10px;
	width: 500px;
	background-image: url(../img/rankbox_bottom_bg.gif);
	background-repeat: no-repeat;
	font-size: 1px;
}
.rankbox {
	margin-bottom: 4px;
}
.pan {
	font-size: 10px;
	color: #999999;
	margin-bottom: 21px;
	margin-left: 2px;
}
.cnt h2 {
	font-size: 14px;
	font-weight: bold;
	background-image: url(../img/h2_bg.gif);
	background-repeat: no-repeat;
	height: 28px;
	padding-top: 8px;
	padding-left: 25px;
	margin-bottom: 3px;
	line-height: 100%;
	color: #FFFFFF;
}


/* ----------------------------------------------
	右ナビゲーション部分
-------------------------------------------------*/
#Rnavi {
	float: right;
	width: 160px;
}
.over18 {
	margin-top: 7px;
	margin-bottom: 14px;
}
.sub_cnt {
	width: 160px;
	background-image: url(../img/subcnt_bg.gif);
	background-repeat: repeat-y;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #BAC7D0;
	border-bottom-color: #BAC7D0;
	margin-bottom: 14px;
}
.sub_cnt h3 {
	margin-top: 8px;
	margin-left: 7px;
	margin-bottom: 14px;
}
.sub_cnt p {
	font-size: 10px;
	line-height: 130%;
	color: #666666;
	margin-right: 10px;
	margin-left: 9px;
}
.sub_cnt .more {
	text-align: right;
	margin-right: 11px;
	margin-top: 4px;
	font-size: 10px;
	margin-bottom: 12px;
}
.exp_bnr {
	margin-bottom: 14px;
}
.sub_cnt ul {
	margin-left: 8px;
	margin-bottom: 12px;
}
.sub_cnt li {
	margin-bottom: 8px;
	font-size: 10px;
}


/* ----------------------------------------------
	フッター部分
-------------------------------------------------*/

#footer {
	margin-top: 37px;
	background-image: url(../img/footer_bg.gif);
	background-repeat: repeat-x;
	padding-top: 13px;
	padding-bottom: 10px;
}
.footer_navi {
	margin-left: 13px;
	font-size: 10px;
	color: #333333;
	margin-bottom: 28px;
}
.footer_navi a {
	font-weight: bold;
	text-decoration: none;
}
#footer ul {
	margin-left: 14px;
	margin-bottom: 17px;
}
#footer li {
	font-size: 10px;
	color: #333333;
	margin-bottom: 5px;
}
.copyright {
	margin-left: 13px;
	color: #000000;
	font-size: 11px;
}
.cnt02 h2 {
	background-image: url(../img/cnt02_h2_bg.gif);
	background-repeat: no-repeat;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	height: 24px;
	padding-top: 5px;
	padding-left: 29px;
}
.page_top {
	text-align: right;
	font-size: 10px;
	margin-top: 24px;
	margin-right: 12px;
	font-weight: bold;
}

