/* 基本レイアウト */


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


/* 見出し */


h1, h2, h3, h4, h5, h6
{
    margin: 0;
    font-weight: normal;
    font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W7";
}


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


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

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

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


body {
    width: 790px;
    text-align: center;
    margin: 0 auto;
    padding: 0;
    font-size: 13px;
    color: #333;
    background: #fff;
    line-height: 1.5;
    font-family: "ＭＳ Ｐゴシック";
    position: relative;
}


/* ヘッダー（レイアウト） */


#header {
    position: relative;
    margin: 0 auto;
    padding: 0 5px;
    width: 780px;
    _width: 790px;
    height: 70px;
    text-align: left;
    background: url(img/head.gif) ;

}


/* ヘッダー（サイトタイトル） */


#header h1
{
    margin: 0;
    font-size: 24px;
    font-weight: normal;
    line-height: 1.25;
    position:absolute; top: 20px; left: 65px;
    font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W7";
    color: #666;
}


#banner {
    position: relative;
    margin: 0 auto;
    padding: 0 5px;
    width: 780px;
    height: 210px;
    background: url(img/bbg.gif) ;
}

#banner h2 {
    color: #fff;
    border-bottom: 1px solid #fff;
    margin-bottom: 10px;
    position:absolute; top: 25px; left: 160px;
}

#banner div {
    width: 780px;
    height: 200px;
    background: url(img/banner.gif) ;
}

#banner p
{
    position:absolute; top: 65px; left: 160px;
    margin: 0 ;
    padding: 0;
    width: 600px;
    font-size: 16px;
    line-height: 1.25;
    font-weight: normal;
    font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W7";
    color: #fff;
    text-align: left;
    letter-spacing: 0;
    background: none ;
}


/* メインコンテンツ全体 基本レイアウト*/


#container
{
    position: relative;
    width: 780px;
    _width: 790px;
    margin: 0 auto;
    padding: 0 5px;
    text-align: center;
    background: url(img/bbg.gif) repeat-y ;
}


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


/* メインコンテンツ基本レイアウト（記事部分） */


#main
{
    display: inline; /* ie win bugfix */
    position: relative;
    float: left;
    min-height: 1px;
    text-align: left;
    width: 550px;
    margin: 0 0 0 10px;
    padding: 0;
}

/* メインコンテンツ基本レイアウト（サイドメニュー） */

#side
{ 
    display: inline; /* ie win bugfix */
    position: relative;
    float: right;
    min-height: 1px;
    text-align: left;
    width: 200px;
    padding: 0;
    margin: 10px 10px 0 0;
    background: url(img/2.jpg)  no-repeat left ;
}


/* 記事部分見出し */


.header {
    /* ie win (5, 5.5, 6) bugfix */
    width: auto;
    _width: 100%;
    margin: 10px 0;
    line-height: 40px;
    padding: 0 5px 0 20px;
    font-size: 1.4em;
    font-weight: normal; 
    font-family: "HGP創英角ｺﾞｼｯｸUB","ヒラギノ角ゴ8","ヒラギノ角ゴ Pro W7";
    text-align: left;
    clear: both;
    background: url(img/h.gif) no-repeat;
}

.index #main .header {
    /* ie win (5, 5.5, 6) bugfix */
    margin: 0;
    line-height: 40px;
    padding: 0 5px 0 20px;
    font-size: 1.4em;
    font-weight: normal; 
    font-family: "HGP創英角ｺﾞｼｯｸUB","ヒラギノ角ゴ8","ヒラギノ角ゴ Pro W7";
    text-align: left;
    clear: both;
    background: url(img/h.gif) no-repeat;
    color: #666;
}


.header2 {
    /* ie win (5, 5.5, 6) bugfix */
    width: auto;
    _width: 100%;
    margin: 15px 0 5px;
    line-height: 1.25;
    padding: 5px 5px 5px 25px;
    font-size: 1.2em;
    font-weight: normal; 
    font-family: "HGP創英角ｺﾞｼｯｸUB","ヒラギノ角ゴ8","ヒラギノ角ゴ Pro W7";
    text-align: left;
    clear: both;
    border-bottom: 1px dotted #dcdcdc;
    background: url(img/check.gif) no-repeat left;
}

.header a, .header2 a  { text-decoration: none; }


#main p {
    margin: 15px 0;
    padding: 0;
}

.entry
{
 line-height: 1.5;
 margin: 10px;
 padding-bottom: 10px; 
 border-bottom: 1px dotted #dcdcdc;
}

.content
{
 line-height: 1.5;
 margin: 5px 0;
 padding:  0 0  5px 5px; 
 border-bottom: 1px dotted #dcdcdc;
 font-size: 0.9em;
}

p.more
{
 text-align: right;
 }


/* フッター */


#footer
{
    position: relative;
    margin: 0 auto;
    padding: 0 5px;
    width: 780px;
    _width: 790px;
    height: 150px;
    text-align: center;
    font-size: 0.9em;
    clear: both;
    background: url(img/footer.gif) bottom no-repeat;
}


#footer p { margin: 0; padding: 0; }

.copy
{ 
    margin: 0;
 padding: 30px 0 0;
    color: #666;
    font-size: 0.9em;
}

.f-navi
{
 text-align: center;
 padding: 10px;
}

/* サイドメニュー内部 */


#side ul
{
    margin: 0 0 10px;
    padding: 0;
    list-style: none;
}


#side li
{
    width: 200px; 
    display: block;
    line-height: 20px;
    margin: 0;
    padding: 0;
    letter-spacing: 0;
    text-decoration: none;
    color: #666;
    border-bottom: 1px solid #ccc;
}


#side li a
{
    width: auto; 
    _width: 100%; 
    font-size: 0.9em;
    padding: 8px 3px 8px 10px;
    color: #666;
    display: block;
    line-height: 1.5;
    margin: 2px 0 1px;
    text-decoration: none;
    border-left: 5px solid #ccc;
    background: url(img/li.gif) ;
}


#side li a:hover
{
    color: #cc0000;
    border-left: 5px solid #ff9900;
    background: url(img/lih.gif) ;
}



#side .sidetitle
{
    width: auto;
    height: 38px;
    margin: 5px 0 0;
    padding: 0 0 0 10px;
    text-align: center;
    font-size: 1em;
    color: #fff;
    font-weight: bold;
    line-height: 36px;
    display: block; 
    background: url(img/st.gif) no-repeat;
}

.box
{
    position: relative;
    width: auto;
    _width: 100%;
    line-height: 1.5;
    margin: 15px 10px;
    padding: 0;
    font-size: 0.9em;
    border: 1px solid #dcdcdc;
    background: url(img/boxbg.gif) #f8f8f8;
}

#main .box p
{
    border-bottom: 1px solid #ccc;
    margin: 0;
    padding: 3px 0 3px 5px;
    background: #fff;
}

.box ul {
    margin: 10px 0 10px 25px;
    padding: 0;
    line-height: 1.5;
}


.click a
{
    position:absolute; bottom: 5px; right: 5px;
    min-height: 30px;
    _height: 30px;
    margin: 0;
    padding: 0 25px 0 0;
    background: url(img/go.gif) no-repeat right top;
}


.click a:hover
{
    background: url(img/goh.gif) no-repeat right top;
}


.gotop
{
    height: 18px;
    text-align: right;
    margin: 15px;
    padding: 0 20px 0 0;
    background: url(img/gotop.gif) no-repeat right;
    clear: both;
}


.adr
{
    margin: 0;
    padding: 0;
    width: 500px;
    min-height: 500px;
}


#side p
{
    margin: 10px 0;
    padding: 0;
}


.center { text-align: center; }


.b {
    font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W7";
    font-weight: normal; 
    font-size: 1.2em;
}

.widget
{
    margin: 0;
    padding: 10px 0;
}


.widget-center
{
    margin: 0;
    padding: 10px 0;
    text-align: center;
}


.img { margin: 0 10px 10px; float: left; }
.imgr { margin: 0 10px 10px; float: right; }
.imgt { margin: 5px 5px 10px 10px; float: left; }
img { border: none; }
table {
    font-size: 0.8em;
    margin: 0;
    background: #ccc;
}
td { background: #fff;}

form
{
    width: auto;
    _width: 100%;
    margin: 10px 0 ;
    padding: 10px;
    font-size: 0.9em;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    background: url(img/boxbg.gif) #f9f9f9;
    clear: both;
    text-align: center;
}


.red { color: #cc0000; } /* 赤 */ 
.blue { color: #003399; } /* 青 */ 
.green { color: #339900; } /* 緑 */ 
.orange { color: #ff9900; } /* オレンジ */ 
.line { background: #ffff00; }
.kome { font-size: 12px; color: #cc0000; line-height: 1.25;}
.s { font-size: 12px; color: #333; line-height: 1.25; } 

.big{font-size:16px;
     font-weight:bold
}

.des
{
    width: 500px;
    border: 1px solid #ccc;
    margin : 0 auto;
    text-align:left;
    padding: 10px;
    background-color:#FFFFAA;
    padding-bottom: 20px;
}


.des2
{
    width: 498px;
    border: 1px solid #ccc;
    margin : 0 auto;
    text-align:left;
    padding: 10px;
    background-color:#fff;
    padding-bottom: 20px;
}


.des3
{
    width: 500px;
    text-align:left;
    background-color:#FFEAAA;
background: url(img/bbg.gif) ;
}

.des4
{
    width: 230px;
    border: 1px solid #ccc;
    margin : 15px  7px 15px 6px;
    text-align:left;
    float:left;
    padding: 10px;
    background-color:#fff;
    padding-bottom: 5px;
}


.space
{
    clear:left;
}

.des5
{
    width: 770px;
    
    margin : 0 auto;
    text-align:left;
    padding: 10px;
    background-color:#fff;
    padding-bottom: 5px;
    background: url(img/bbg.gif) #fff;
}


.des6
{
    width: 498px;
    border: 1px solid #ccc;
    margin : 0 auto;
    text-align:left;
    padding: 10px;
    background-color:#fff;
    padding-bottom: 5px;
}

.des7
{
    width: 450px;
    margin : 0 auto;
    text-align:left;
    padding: 10px;
    background-color:#fff;
    padding-bottom: 5px;
}


.des8
{
    width: 180px;
    border: 1px solid #ccc;
    margin : 5px  0px 15px 0px;
    text-align:left;
    padding: 10px;
    background-color:#fff;
    padding-bottom: 5px;
}


.pickup
{
    width: auto;
    height: 38px;
    margin: 10px 0 0 0;
    color: #fff;
    padding: 0;
    text-align: left;
    font-size: 1em;
    font-weight: bold;
    line-height: 36px;
    display: block; 
    background: url(img/st.gif) no-repeat;
    border-left: none;
    text-indent: 10px;
}



.cont
{
	text-align	:left;
	clear		:left;

}




.ranking1
{
	color		:#000000;
	font-size	:18px;
	font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W7";
	margin	:0px 0 15px 5px;
	padding: 12px 0 0 80px;
	text-align	:left;
	clear		:left;
	height: 50px;
	background: url("ranking1.gif") no-repeat;
}


.ranking2
{
	color		:#000000;
	font-size	:16px;
	font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W7";
	margin	:0px 0 15px 5px;
	padding: 9px 0 0 50px;
	text-align	:left;
	clear		:left;
	height:63px;
	background: url("ranking2.gif") no-repeat;
}

.ranking3
{
	color		:#000000;
	font-size	:16px;
	font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W7";
	margin	:0px 0 15px 5px;
	padding: 9px 0 0 50px;
	text-align	:left;
	clear		:left;
	height:63px;
	background: url("ranking3.gif") no-repeat;
}


#rolloverMenu li {
  margin-bottom: 3px;
  list-style : none;
  
  
}

#btn6 a {
display:block;
width:150px;
height:25px;
color:#666666;
background-image:url(img/btn.gif);
background-repeat:no-repeat;
font-size:1em;
text-decoration:none;
text-align:center;
padding-top:0.3em;
float: left;
}
#btn6 a:hover {
color: #cc0000;
background-image:url(img/btn_over.gif);
background-repeat:no-repeat

} 




#time
	{text-align	:center;
     font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W8";
	font-size:26px;
}

#img3 {
	margin: 10px 10px 0px 10px;
	padding: 0;
	}
	
.kensaku{font-size:20px;
font-weight:bold
}


#navi
{
    width: 800px;
    height: 50px;
    margin: 0 auto;
    padding: 0;
    background: url(naviback.gif)  no-repeat;
}

#navi ul
{
    height: 50px;
    list-style: none;
    margin: 0;
    padding: 0 0 0 170px;
    text-align: center;
    background: url(naviback.gif)  no-repeat;
}

#navi li
{
    height: 50px;
    margin: 0;
    padding: 0;
    float: left;
    background: url(naviatama.gif)  no-repeat left top;
}

#navi li a
{
    width: 150px;
    height: 45px;
    display: block;
    font-size: 13px;
    margin: 0;
    padding: 5px 7px 0 0px ;
    letter-spacing: 0.1em;
    text-decoration: none;
    float: left;
    color: #FFAA55;
    font-weight: bold;
}

#navi li a:hover
{
	height: 45px;
    background: url(navi.gif) repeat-x;
    color: #fff;
}

#navi li a.selected
{
    background: url(img/lis.gif) ;
    color: #fff;
}

#time
	{text-align	:center;
     font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W8";
	font-size:26px;
}

#img3 {
	margin: 10px 10px 0px 10px;
	padding: 0;
	}
	
.kensaku{font-size:20px;
font-weight:bold
}

/* 画像回り込み */

#img1 { float: right; margin-left: 10px; }
#img2 { float: left; margin: 0 15px 10px 0; }


/* 文字制御 */

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

/* 文字装飾 */

.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 ; } /* アンダーライン */


/*  ラインマーカー
-------------------------------------------------------------*/
.line1 { background: #ff99cc; } /*ピンク*/
.line2 { background: #ff9966; } /*オレンジ*/
.line3 { background: #ccff66; } /*黄緑*/
.line4 { background: #99ccff; } /*水色*/
.line5 { background: #ccccff; } /*ラベンダー*/


/*  フォントの指定
-------------------------------------------------------------*/

.font{ font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W8"; }
.arial{ font-family: "Arial"; }
.arial-b{ font-family: "Arial Black"; }
.comic{ font-family: "Comic Sans MS"; }
.courier{ font-family: "Courier New"; }
.time{ font-family: "Times New Roman"; }
.impact{ font-family: "Impact"; }
.trebuchet{ font-family: "Trebchet MS"; }
.verdana{ font-family: "Verdana"; }


/*  フォントのサイズ
-------------------------------------------------------------*/

.fs9{ font-size: 9pt!important; }
.fs10{ font-size: 10pt!important; }
.fs11{ font-size: 11pt!important; }
.fs12{ font-size: 12pt!important; }
.fs14{ font-size: 14pt!important; }
.fs16{ font-size: 16pt!important; }
.fs18{ font-size: 18pt!important; }
.fs20{ font-size: 20pt!important; }
.fs22{ font-size: 22pt!important; }
.fs24{ font-size: 24pt!important; }


/*  margin（上下左右）
-------------------------------------------------------------*/

.m0{ margin: 0px!important; }
.m10{ margin: 10px!important; }
.m20{ margin: 20px!important; }
.m30{ margin: 30px!important; }
.m40{ margin: 40px!important; }
.m50{ margin: 50px!important; }


/*  margin（上）
-------------------------------------------------------------*/

.mt0{ margin-top: 0px!important; }
.mt10{ margin-top: 10px!important; }
.mt20{ margin-top: 20px!important; }
.mt30{ margin-top: 30px!important; }
.mt40{ margin-top: 40px!important; }
.mt50{ margin-top: 50px!important; }


/*  margin（下）
-------------------------------------------------------------*/

.mb0{ margin-bottom: 0px!important; }
.mb10{ margin-bottom: 10px!important; }
.mb20{ margin-bottom: 20px!important; }
.mb30{ margin-bottom: 30px!important; }
.mb40{ margin-bottom: 40px!important; }
.mb50{ margin-bottom: 50px!important; }


/*  margin（左）
-------------------------------------------------------------*/

.ml0{ margin-left: 0px!important; }
.ml10{ margin-left: 10px!important; }
.ml20{ margin-left: 20px!important; }
.ml30{ margin-left: 30px!important; }
.ml40{ margin-left: 40px!important; }
.ml50{ margin-left: 50px!important; }


/*  margin（右）
-------------------------------------------------------------*/

.mr0{ margin-right: 0px!important; }
.mr10{ margin-right: 10px!important; }
.mr20{ margin-right: 20px!important; }
.mr30{ margin-right: 30px!important; }
.mr40{ margin-right: 40px!important; }
.mr50{ margin-right: 50px!important; }


/*  padding（上下左右）
-------------------------------------------------------------*/

.p0{ padding: 0px!important; }
.p10{ padding: 10px!important; }
.p20{ padding: 20px!important; }
.p30{ padding: 30px!important; }
.p40{ padding: 40px!important; }
.p50{ padding: 50px!important; }


/*  padding（上）
-------------------------------------------------------------*/

.pt0{ padding-top: 0px!important; }
.pt10{ padding-top: 10px!important; }
.pt20{ padding-top: 20px!important; }
.pt30{ padding-top: 30px!important; }
.pt40{ padding-top: 40px!important; }
.pt50{ padding-top: 50px!important; }


/*  padding（下）
-------------------------------------------------------------*/

.pb0{ padding-bottom: 0px!important; }
.pb10{ padding-bottom: 10px!important; }
.pb20{ padding-bottom: 20px!important; }
.pb30{ padding-bottom: 30px!important; }
.pb40{ padding-bottom: 40px!important; }
.pb50{ padding-bottom: 50px!important; }


/*  padding（左）
-------------------------------------------------------------*/

.pl0{ padding-left: 0px!important; }
.pl10{ padding-left: 10px!important; }
.pl20{ padding-left: 20px!important; }
.pl30{ padding-left: 30px!important; }
.pl40{ padding-left: 40px!important; }
.pl50{ padding-left: 50px!important; }


/*  padding（右）
-------------------------------------------------------------*/

.pr0{ padding-right: 0px!important; }
.pr10{ padding-right: 10px!important; }
.pr20{ padding-right: 20px!important; }
.pr30{ padding-right: 30px!important; }
.pr40{ padding-right: 40px!important; }
.pr50{ padding-right: 50px!important; }


/*  線
-------------------------------------------------------------*/

.border1 { border: 1px solid #cccccc; }/*グレーの線*/
.border2 { border: 1px solid #ff99cc; }/*ピンクの線*/
.border3 { border: 1px solid #cc0000; }/*赤の線*/
.border4 { border: 1px solid #000000; }/*黒の線*/


/*  回り込みの解除
-------------------------------------------------------------*/

.clear{ clear: both; }



/*  table（ランキング）
-------------------------------------------------------------*/

table{
	border-bottom: solid 1px #cccccc;/*下の枠線*/
	border-right: solid 1px #cccccc;/*右の枠線*/
	border-left: solid 1px #cccccc;/*左の枠線*/
}

th{
	color: #000000;
	font-size: 12pt;
	font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W8";
	font-weight: normal;
	padding: 5px 0 5px 10px;
	background: url(img/th-bg.jpg) repeat-x bottom;
	border-top: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
}

th.no1{ background: url(img/th-bg2.jpg) repeat-x bottom; }


td{
	padding: 8px 15px 10px;
	font-size: 11pt;
}



