@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 { 
	margin:0;
	padding:0;
}


fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}


/* --------- 構成 --------- */

body{
	margin:0; 
	padding:0;
	background: #E2E2AF;
}

body {
	font-size:12px;
	*font-size:small;
	*font:x-small;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Mayryo','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	line-height: 16px;
}

div#container{
	width:900px;
	margin: 0 auto 20px auto;
	padding: 10px 0;
	background: #FFF;
}


/* --------- フォント --------- */

.j10 { font-size: 10px; line-height: 16px; }
.j14 { font-size: 14px; padding-top:20px; line-height: 22px; }
.j16 { font-size: 16px; }
.j18 { font-size: 18px; line-height: 24px; font-weight:bold; }
.j24 { font-size: 24px; line-height: 30px; font-weight:bold; }

.red { color: #FF0000 ;}
.redb { color: #FF0000; font-weight:bold; }
.white { color: #FFF ;}


a:link { 
  color: #669900;
  text-decoration: underline;
}

a:visited { 
  color: #669900;
	text-decoration:underline;
}

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

a:active { 
  color: #669900;
	text-decoration:underline;
}



/* --------- clearfix --------- */

.clearfix:after{
  content:".";/*.という新しい要素を生成*/
	display:block;/*要素をブロック要素に変換*/
	clear:both;/*回り込み解除*/
	visibility:hidden;/*非表示に設定*/
	height:0; /*高さを0*/
}

.clearfix{display:inline-table;zoom:1;}
 /*other IE Mac 5 \*/
 *html.clearfix{height:1%;}
 .clearfix{display:block;}
 /* end other IE Mac5*/


/* --------- margin --------- */

.mt10 {margin-top: 10px !important;}
.mt15 {margin-top: 15px !important;}

.mb05 {margin-bottom: 5px !important;}
.mb10 {margin-bottom: 10px !important;}
.mb15 {margin-bottom: 15px !important;}
.mb20 {margin-bottom: 20px !important;}
.mb50 {margin-bottom: 50px !important;}
.mb80 {margin-bottom: 80px !important;}
.mb100 {margin-bottom: 100px !important;}
.mb110 {margin-bottom: 110px !important;}

.mr05 {margin-right: 5px !important;}
.mr10 {margin-right: 10px !important;}
.mr20 {margin-right: 20px !important;}

.pd03 {padding: 3px !important;}



/* --------- other --------- */

.head_days {
	background: url(../images/head_days.gif) no-repeat;
	font-size: 10px;
	text-align: center;
	color: #666666;
	widows: 175px;
	height: 25px;
	padding: 6px 0 0 0;
}

.head_link {
	background: url(../images/bg_dashi.gif) no-repeat;
	width: 170px;
	height: 230px;
	padding: 0 10px;
	margin: 0;
}

.head_link ul li{
	background: url(../images/headlink_bg.gif) no-repeat;
	margin: 2px 0 2px 10px;
	padding: 5px 5px 0 20px;
	font-size: 14px;
	text-align: left;
}

.hyoka_tb table {
	border-bottom: #CCCCCC 1px solid;
	border-right: #CCCCCC 1px solid;
}

.hyoka_tb td {
	padding: 5px;
	margin: 1px;
	border-top: #CCCCCC 1px solid;
	border-left: #CCCCCC 1px solid;
}

.hyoka_white {
	background: #FFF;
	padding: 30px 30px 15px 30px;
}

.hyoka {
	background: url(../images/hyoka_bg.gif);
	width: 870px;
	margin: 0 auto;
	margin-bottom:20px;
}

.hyoka_rec {
	background: #FFF;
	padding: 10px;
}

.hyoka_ttl {
	width: 200px;
	height: 22px;
	padding: 10px 0 0 0;
	margin-bottom: 5px;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	color: #663300;
	border-bottom: 3px double #669900;
}

.rankPH {
	background: url(../images/ph_bg.jpg) no-repeat;
	width: 210px;
	height: 305px;
	padding: 5px;
	margin: 10px;
}

div#head_Text h1{
	width:900px;
	margin: 5px auto;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	color: #663300;
}

p#rank4last{
margin-bottom:108px !important;
}
p#rank5last{
margin-bottom:80px !important;
}
p#rank6last{
margin-bottom:101px !important;
}
p#rank7last{
margin-bottom:101px !important;
}

.t_top{
/*margin-top:10px;*/
}

a#link1{
padding-left:140px;
padding-top:5px;
padding-bottom:5px;
/*background:url(../images/link.gif) no-repeat;*/
background-position:left;
}