@charset "utf-8";
/* CSS Document */

/*----------------------------------------------*/
/*リセット*/
/*----------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td,tbody{
	padding:0;
	margin:0;
}
table{
	/*border-collapse: collapse;
	border-spacing:0;*/
	
}
fieldset,img{
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var{
	font-weight:normal;
	font-style:normal;
}
ol,ul{
	list-style:none;
}
caption,th{
	text-align:left;
}
h1,h2,h3,h4,h5,h6{
	font-weight:normal;
	font-size:100%;
}
q:before,q:after{
	content:'';
}
abbr,acronym{
	border:0;
}

/*----------------------------------------------*/
/*微調整*/
/*----------------------------------------------*/
.clear{
	clear:both;
}

.ML10{
	margin-left:35px;
}
.MR5{
	margin-right:5px;
}


.MTB10{
	margin:10px 0;
}

.borderGray{
	padding:5px;
	border:#CCC 1px dashed;
	background:#D9EEFD;
	margin:10px 0;
}
/*----------------------------------------------*/
/*共通レイアウト設定*/
/*----------------------------------------------*/

body{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
	font-size:12px;
	color:#333;
	border-top:#232323 solid 5px;
}

#all{
	width:1000px;
	margin:0 auto;
}

#wrrap{
	width:1000px;
	margin-right:auto;
}
#head #logoArea{
	float:left;
	display:inline;
	width:225px;
}
#head #headTtl{
	float:right;
	width:775px;
	display:inline;
	padding-top:50px;
	text-align:right;
}

#maincont #maincontLeft{
	text-align:left;
	margin-right:auto;
	width:200px;
	float:left;
	display:inline;
}
#maincont #maincontRight{
	text-align:left;
	width:790px;
	float:right;
	display:inline;
	padding-left:10px;
}
#foot{
	margin-right:auto;
	width:1000px;
	margin:0 auto;
}

/*link*/
a:hover{
	text-decoration:none;
	color:#F60;
}

a{
	text-decoration:underline;
	color:#F90;
}

/*----------------------------------------------*/
/*左メニューリスト設定*/
/*----------------------------------------------*/

li.listTtl{
	background:url(../img/menuList_ttl_back.gif) no-repeat;
	width:198px;
	height:25px;
	position:relative;
}

.ttl{
	position:absolute;
	left: 27px;
	top: 6px;

}

#menuList li a{
	background:url(../img/ico_li.gif) no-repeat 5px 4px;
	padding-left:12px;
}

#menuList li.menulist{
	padding:5px;
}

#menuList{
	background:#F6F7F7;
	width:198px;
	border-bottom:solid 1px #999;
	border-left:solid 1px #999;
	border-right:solid 1px #999;
}



/*read設定*/
#read{
	margin-bottom:10px;
	width:196px;
	background-color:#FFF2D8;
	border:#FFA800 2px solid;
}

#read #readTtl{
	background-color:#FFA800;
	
}

#read #readTtl p{
	background:url(../img/ico_denkyu.gif) no-repeat;
	padding:5px 0 0 12px;
	height:22px;
	color:#FFF;
	letter-spacing:0;
}

#read p{
	padding:5px;
}

/*----------------------------------------------*/
/*右側メインコンテンツ部分*/
/*----------------------------------------------*/

.h2ttlBack_ranking{
	width:788px;
	background:url(../img/h2_ttiback.gif) no-repeat;
	height:43px;
	position:relative;
}


.h2ttlBack_ranking h2{
	font-size:16px;
	font-weight:bold;
	position:absolute;
	left: 55px;
	top: 16px;
	width: 718px;
}

#ranking{
	width:788px;
	border-left:#999 1px solid;
	border-right:#999 1px solid;
	border-bottom:#999 1px solid;
}


/*::::::::::::::::
rankBoxIn
::::::::::::::::*/

.rankBoxIn{
	width:250px;
	border:#CCC 1px solid;
	background-color:#FEFBF4;
	margin-left:6px;
	float:left;
	display:inline;
}

#rankBox ,#osusumeBox{
	width:788px;
	margin:6px 0;
}

td.noOne{
	background:url(../img/ico_no1.gif) no-repeat;
	height:17px;
	
}

td.notwo{
	background:url(../img/ico_no2.gif) no-repeat;
	height:17px;
	
}

td.noThree{
	background:url(../img/ico_no3.gif) no-repeat;
	height:17px;

}

td{
	margin:10px;
}

td.star{
	background:url(../img/yuueyoudo.gif) no-repeat;
	width:241px;
	height:20px;
	position:relative;
}

.starIco{
	width:117px;
	float:left;
	display:inline;
	text-align:right;
	padding-right:3px;
}


.percent{
	
	width:117px;
	float:left;
	display:inline;
	color:#F00;
	text-align:right;
	padding-right:3px;
}


td.tel{
	font-size:24px;
	font-weight:800;
	color:#F00;
}

/*::::::::::::::::
osusumeBox
::::::::::::::::*/

table.osusume{
	width:186px;
	border:#999 1px solid;
	background-color:#FEFBF4;
	display:inline;
	margin:10px 0 10px 7px;
	float:left;
}

table.osusumeBox{
	width:187px;
	border-left:#CCC 1px solid;
	border-right:#CCC 1px solid;
	border-bottom:#CCC 1px solid;
	background-color:#FEFBF4;
	margin-left:6px;
	float:left;
	display:inline;
}

#osusume{
	width:788px;
	border-left:#999 1px solid;
	border-right:#999 1px solid;
	border-bottom:#999 1px solid;
}


.osusumeBoxIn{
	width:186px;
	border:#CCC 1px solid;
	background-color:#FEFBF4;
	margin-left:6px;
	float:left;
	display:inline;
}

.h2ttlBack_osusume{
	width:788px;
	background:url(../img/h2_ttiback_osusume.gif) no-repeat;
	height:39px;
	position:relative;
}

.h2ttlBack_osusume h2{
	font-size:16px;
	font-weight:bold;
	position:absolute;
	left: 56px;
	top: 13px;
}
#osusume{
	margin:10px 0;
}

/*::::::::::::::::
sentakuBox
::::::::::::::::*/


.h2ttlBack_sentaku{
	width:788px;
	background:url(../img/h2_ttiback_sentaku.gif) no-repeat;
	height:52px;
	position:relative;
}

.h2ttlBack_sentaku h2{
	font-size:16px;
	font-weight:bold;
	position:absolute;
	left: 64px;
	top: 21px;
	width: 490px;
}
.sentakuTtl{
	background:url(../img/mokuteki_ttiback.gif) no-repeat;
	width:185px;
	height:25px;
	position:relative;

	
}

.sentakuTtl h3{
	display:block;
	height:17px;
	position:absolute;
	left: 25px;
	top: 5px;
	width: 105px;

}

td.imgArea{
	padding-top:5px;
	border-top:#999 1px dotted;
}

#sentaku{
	width:788px;
	border:#CCC 1px solid;
	margin-bottom:10px;
}

/*foot*/
#foot{
	margin:0 auto;
	background:#232323;
	color:#FFF;
	padding:10px 0;
	text-align:center;
}







/*riyoukiyaku*/
#maincontRight h4{	
	border-left:7px solid #F90;
	border:1px solid #F90;
	padding:3px;
	margin:10px 0;
	font-size:14px;
	font-weight:800;
	color:#F60;
}

#maincontRight h5{
	border-bottom:#CCC 1px dotted;
	border-left:7px #F90 solid;
	padding:3px 0;
	margin-bottom:3px;
	text-indent:10px;
}

#maincontRight p{
	margin-bottom:10px;
}
