/* 基本レイアウト */

html { margin: 0; padding: 0; }
form { margin: 0; padding: 0; }
a { text-decoration: underline; }
a img { border: 0; }
p  { margin: 15px; padding: 0; }

/* 見出し */

h1, h2, h3, h4, h5, h6 { font-weight: bold; margin: 5px 0; }

/* リンク色（ページ全体） */

a { color: #0000ff; text-decoration: underline; }
a:hover { color: #ff6600; }

.s a { color: #333; text-decoration: underline; }

/*p a { color: #333; text-decoration: none; }*/

/* アドセンス・アフィリ */

.af a{text-decoration: underline; 
 color:#00f;
 font-weight: bold;
 font-size:18px;}

.af-center {text-align: center;}
.af-right {text-align: right;}
.af-left {text-align: left;}


.af-center a{text-decoration: underline; 
 color:#00f;
 font-weight: bold;
 font-size:18px;
 }

.af-right a{text-decoration: underline; 
 color:#00f;
 font-weight: bold;
 font-size:18px;
 }

.af-left a{text-decoration: underline; 
 color:#00f;
 font-weight: bold;
 font-size:18px;
 }

/* ページレイアウト */

*:first-child+html body { padding: 0 1px 0 0; }

#header
{
    position: relative;
    bottom:0px;
    width: 810px;
    height: 260px;
    margin: 0 auto;
    padding: 0;
    text-align: left;
    border-bottom: 1px solid #666;
}

#header p
{
    width: 500px;
    margin: 0 auto ;
    padding: 0;
    text-align: left;
    position:absolute; top: 80px; left: 40px;
    font-size: 0.8em;
    line-height:20px;
}
#header h2 {
    margin: 0;
    padding: 0;
    width: 500px;
    font-size: 1.4em;
    font-family: "HGP創英角ｺﾞｼｯｸUB";
    font-weight: normal;
    position:absolute; top: 10px; left: 30px;
}
#container{
    font-weight:normal;
    font-size:1.1em;
    font-family: Arial, Helvetica, sans-serif;
    color:#000;
}

/* コンテンツ */

#container:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

ul#menu1, ul#menu2, ul#link
{
    position: relative;
    display: block;
    width; auto;
    min-height: 30px;
    list-style: none;
    margin: 0 0 10px;
    padding: 10px 5px 10px;
    text-align: center;
}

ul#menu1 li, ul#menu2 li, ul#link li
{
    margin: 0;
    padding: 5px;
    list-style: none;
    display: inline;
}

#ad1, #ad2 { clear: both; padding: 10px 0; text-align: left; }

#kiji01, #kiji02, #kiji03, #kiji04, #kiji05
{
    margin: 10px 15px;
    padding: 1px 0 15px;
    clear: both;
    text-align: left;

}

/* フッター */


#foot p
{
    margin: 0 20px 5px;
    padding: 0;
    font-size: 12px;
}

/* 見出し */

h1 {
    position: relative;
    margin: 14px auto 0 auto;
    padding-top: 0px;
    padding-bottom:6px;
    width: 760px;
    text-align: left;
    font-size: 1.0em;
    font-family: "HGP創英角ｺﾞｼｯｸUB";
    font-weight: normal;
    line-height: 20px;
    color: #999;
}

h2 {
    margin: 0;
    padding: 0;
    width: 500px;
    font-size: 1.0em;
    font-family: "HGP創英角ｺﾞｼｯｸUB";
    font-weight: normal;
    position:absolute; top: 40px; right: 20px;
}


h4 {
    margin: 10px 0;
    padding: 0;
    font-size: 1.1em;
    font-weight: normal;
    line-height: 1.5;
    text-align: left;
    border-bottom: 1px dotted #7e571e;
    font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W8";
    text-align: center;
    clear: both;
}

/* 画像回り込み */

.img1 { float: right; margin: 0 20px 0 10px; }
.img2 { float: left; margin: 0 15px 10px 0; }


/* 文字制御 */

.right { text-align: right; } /* 左寄せ */
.center { text-align: center; } /* 右寄せ */

/* ボックス */

.box
{
    margin: 10px 0;
    border: 1px dotted #999;
    background-color: #fff5c7;
    padding: 0 0px 0 0;
    clear: both;
    line-height: 1.25;
}

.box p
{
    margin: 10px 0;
    line-height: 1.5;
    font-size: 0.9em;
    padding:0 10px;
}

/* 文字装飾 */

.bbb /* 最大・太字 */
{
    color: #000;
    font-size: 1.4em;
    font-family: "HGP創英角ｺﾞｼｯｸUB";
    font-weight: normal;
    padding: 0;
}

.bb /* 大・太字 */
{
    color: #000;
    font-size: 1.2em;
    font-family: "HGP創英角ｺﾞｼｯｸUB";
    font-weight: normal;
}

.bbbr /* 最大・太字・赤 */
{
    color: #dc0000;
    font-size: 1.4em;
    font-family: "HGP創英角ｺﾞｼｯｸUB";
    font-weight: normal;
}

.bbr /* 大・太字・赤 */
{
    color: #dc0000;
    font-size: 1.2em;
    font-family: "HGP創英角ｺﾞｼｯｸUB";
    font-weight: normal;
}

.b { font-weight: bold; } /* 太字 */
.br { color: #dc0000; font-weight: bold; } /* 赤・太字 */

.line { background: #ffff00; }/* 背景マーカー処理 */
.u { border-bottom: 1px solid ; } /* アンダーライン */


/* 文字色 */

.red { color: #cc0000; } /* 赤 */ 
.blue { color: #003399; } /* 青 */ 
.green { color: #339900; } /* 緑 */ 
.orange { color: #ff9900; } /* オレンジ */ 

.kome { font-size: 12px; color: #cc0000; line-height: 1.25;} /* 赤小文字 */ 
.s { font-size: 12px; color: #333; line-height: 1.25; } /* 小文字 */ 

.lanking{
       
}
.lank01{
      width:600px;
      padding:20px 0 20px 100px;
      background:url(img/ranking_no1.gif) no-repeat left;
      border-bottom:1px dotted #cacaca;
      font-family: Arial, Helvetica, sans-serif;
      font-size:0.8em;
}

.lank02{
      width:600px;
      padding:20px 0 20px 100px;
      background:url(img/ranking_no2.gif) no-repeat left;
      border-bottom:1px dotted #cacaca;
      font-family: Arial, Helvetica, sans-serif;
      font-size:0.8em;
}
.lank03{
      width:600px;
      padding:20px 0 20px 100px;
      background:url(img/ranking_no3.gif) no-repeat left;
      border-bottom:1px dotted #cacaca;
      font-family: Arial, Helvetica, sans-serif;
      font-size:0.8em;
}

.good dt{
	height: 30px;
	background: url(img/img_good.gif) no-repeat left top;
	padding: 0 0 0 130px;
	margin-top: 10px;
	font-weight: normal;
	font-size: 1.4em;
	color: #000000;
}

.bad dt{
	height: 30px;
	background: url(img/img_bad.gif) no-repeat left top;
	padding: 0 0 0 105px;
	margin-top: 10px;
	font-weight: normal;
	font-size: 1.4em;
	color: #000000;
}

dd {
	padding-bottom: 5px;
	border-bottom: dotted 1px #666666;
}

table.setumei{
    clear:both;
    width:650px;
    border-top: 1px #000000 dotted;
    border-right: 1px #000000 dotted;
    font-size:0.8em;
    margin:20px;
}

table.setumei .td01 {
	width: 15%;
    padding: 0 20px 0 0;
    border: 1px #000000 dotted;
    border-width: 0 0 1px 1px;
    font-weight: bold;
    line-height: 120%;
    text-align: right;
}
table.setumei .td02 {
	width: 85%;
    padding: 5px 20px 5px 20px;
    border: 1px #000000 dotted;
    border-width: 0 0 1px 1px;
    text-align: left;
}

#img01 {
	width: 700px;
	height: 230px;
	background:url("img/ad_btn01.gif") no-repeat center top;
}

#area_button {
	padding: 130px 10px 0 190px;
}

#img02 {
	width: 700px;
	height: 210px;
} 

.ad_left {
    float:left;

}

.ad_right {
    float:right;

}

.pr a {
	text-decoration: none;
	color: #333;
}
