@charset "utf-8";
/* ----------------------------------------------
	基本CSS
-------------------------------------------------*/

* {
	margin:0;
	padding:0;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #333333;
}

body {
	text-align:center;
	font-size: 80%;
	background-color: #FFFFFF;
	background-image: url(../img/head_bg.gif);
	background-repeat: repeat-x;
}

img,a img {
	border:none;
	vertical-align: top;
}

a:link,a:visited,a:active,a:hover {
	color:#333333;
}

ul,li {
	list-style-type:none;
}

#wrapper {
	text-align: left;
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	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;
	font-size: 1px;
	height: 1px;
	margin: 0px;
	padding: 0px;
}


/* ----------------------------------------------
	ヘッダー部分
-------------------------------------------------*/

#header{
	height: 112px;
}
#header h1 {
	font-size: 11px;
	font-weight: normal;
	color: #CCCCCC;
	margin-top: 5px;
}
#headerL {
	float: left;
	padding-left: 17px;
	margin-top: 17px;
}
#headerR {
	float: right;
	margin-top: 4px;
}


/* ----------------------------------------------
	メイン部分
-------------------------------------------------*/
#main {
	width: 650px;
	float: left;
}



/* ----------------------------------------------
	右サイドエリア
-------------------------------------------------*/
#Rnavi {
	float: left;
	width: 300px;
}
.Rnavi_rank h3 {
	height: 31px;
	width: 287px;
	background-color: #333333;
	background-repeat: no-repeat;
	background-position: 169px;
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 19px;
	padding-left: 13px;
}
.Rnavi_rank ul {
	background-image: url(../img/Rnavi_rank_bg.gif);
	background-repeat: repeat-y;
	padding-bottom: 14px;
	padding-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
.Rnavi_rank li {
	font-size: 12px;
	line-height: 110%;
	margin-bottom: 10px;
	margin-right: 13px;
	margin-left: 13px;
}
.Rnavi_rank h2 {
	margin-bottom: 10px;
	margin-left: 7px;
}
.Rnavi_rank {
	margin-bottom: 15px;
}
.Rpr h2 {
	margin-bottom: 15px;
}
.Rpr ul {
	margin-left: 32px;
}
.Rpr li {
	margin-bottom: 15px;
	font-size: 12px;
	line-height: 110%;
}
.Rpr {
	background-image: url(../img/Rnavi_rank_bg.gif);
	background-repeat: repeat-y;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	margin-bottom: 15px;
}
.Rcont {
	padding-bottom: 15px;
	background-image: url(../img/Rnavi_rank_bg.gif);
	background-repeat: repeat-y;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
.Rcont h2 {
	margin-bottom: 15px;
}
.Rcont li {
	margin-right: 15px;
	margin-left: 15px;
	font-size: 12px;
	line-height: 110%;
	margin-bottom: 10px;
	list-style-type: disc;
	list-style-position: inside;
}
.pr_main {
	margin-bottom: 20px;
}


/* ----------------------------------------------
	フッター
-------------------------------------------------*/
#footer {
	margin-top: 100px;
	background-image: url(../img/footer_bg.gif);
	background-repeat: repeat-x;
}
#footerin {
	width: 944px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	padding-top: 35px;
	padding-bottom: 20px;
}
#footerin ul {
	display: block;
	float: left;
}
#footerin .copyright {
	float: right;
	font-size: 12px;
	color: #666666;
}
#footerin li {
	display: inline;
	margin-right: 20px;
	font-size: 12px;
}
#pan {
	margin-bottom: 30px;
	font-size: 10px;
}

