/* 基本レイアウト */

html { margin: 0; padding: 0; }
form, input { margin: 0; padding: 0; }
a img { border: 0; }


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

a { color: #0033ff; text-decoration: underline; }
a:hover { color: #ff0000; }
strong {color:#333;}

/* リンク色（ヘッダー） */

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


/* リンク色（サイドメニュー） */

.module-content a { color: #ff9900; }
.module-content a:hover { color: #ffcc00; }

.line { background: #ffff00; }/* 背景マーカー処理 */
/* 見出し */

h1, h2, h3, h4, h5, h6 { font-weight: bold; }
h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote
{
   margin-top: 10px;
   margin-bottom: 10px;
}


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

body
{
   min-width: 750px;
   margin: 0;
   padding: 0;
   font-family: verdana, 'trebuchet ms', sans-serif;
   font-size: 13px;
   text-align: center;
   color: #333;
   background: url(img/bg.gif) #fff ;
}

#container
{
   position: relative;
   margin: 0 auto; 
   text-align: left;
   width: 730px;
}

#container-inner
{
   position: static;
   width: auto;
   background: #fff ;
}


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

#banner
{
   position: relative;
   width: 730px; /* necessary for ie win */
   height: 330px;
   background: url(img/0.jpg)  no-repeat top right;
}

#banner-inner
{
   position: static;
   height: 310px;
   background: url(img/top.jpg)  no-repeat ;
   filter: alpha(style=1,opacity=70,finishopacity=70);
}


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

#banner-header
{
   margin: 0;
   color: #fff;
   font-size: 18px;
   font-weight: bold;
   line-height: 1.5;
   position:absolute; top:30px; left:20px;
}


/* ヘッダー（検索ボックス） */

#banner-search
{
   position:absolute; bottom:35px; left:45px;
   color: #fff;
}


/* ヘッダー（サイト説明） */

.banner-des
{
   position:absolute; top:60px; left:20px;
   width: 500px; 
   font-size: 12px;
   font-weight: nomal;
   color: #fff;
}

#banner-description
{
   display: none;
}


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

#pagebody
{
   position: relative;
   width: 100%;
   text-align: center;
}

#pagebody-inner { position: static; width: 100%; text-align: left; }

#alpha
{
   display: inline; /* ie win bugfix */
   position: relative;
   float: left;
   min-height: 1px;
}
#alpha-entry { 
   display: inline; /* ie win bugfix */
   position: relative;
   min-height: 1px; 
}
#beta 
{ 
   display: inline; /* ie win bugfix */
   position: relative;
   float: right;
   min-height: 1px;
}

#alpha-inner, #beta-inner
{
   position: static;
}


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

#alpha { 
   margin: 0 10px 10px; 
   width: 510px; 
}
#alpha-inner { 
   padding: 15px;
   border: 1px solid #f5deb3;
}
#alpha-entry { 
   margin: 0 auto; 
   width: 728px; 
}
#alpha-entry-inner { 
   padding: 5px 5px 10px 5px;
   border: 1px solid #f5deb3;
}
#alpha-entry-inner a { 
   margin:0 0.4em 0 0;
   line-height:1.3em;
}

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

.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; }

/* 文字装飾 */

.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; } /* 赤・太字 */
.orange { color: #ff9900; } /* オレンジ */

/*色を指定します*/
.aka { color: #ff0000; }
.ao { color: #0000cc; }
.tya { color: #bd000e}
.gray { color: #3d3737}
.ore { color: #ffa500}

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

#beta {
   width: 200px;
}
#beta-inner { padding: 0 5px; }


/* 記事部分コンテンツ */

.archive-header
{
   position: relative;
   width: auto;
   height: 30px;
   margin: 0;
   padding-left: 40px;
   padding-top: 5px;
   color: #ff6600;
   background: url(img/ah.gif)  no-repeat;
   font-size: 16px;
   font-weight: bold;
   text-transform: uppercase;
}

.img { float: left; margin: 5px 5px 5px 0; }
.img1{margin:0px 0px 5px 0px;}
.img2 { float: right; margin: 5px 5px 5px 10px; }

.ads-btn {margin: 0 0 10px 0;}
.ads-btn a:link
,.ads-btn a:active
,.ads-btn a:visited {color: #fff;}
.ads-btn a:hover {color: #fff;}

.entry-header
{
   margin-top: 10px;
   padding: 0 0 0 5px;
   color: #666;
   font-size: 12px;
   font-weight: bold;
}
.entry-body { width: 100%; }
.entry-body p { font-size: 14px; line-height: 1.5; } 

.entry-body1{ font-size: 14px; line-height: 1.5; }

.entry-content { position: static; clear: both; }
.entry-content1 { position: static; clear: both;
                        border: 1px solid #ff9900;
                        margin: 10px 5px;
                        padding: 5px 0 10px 5px;
                        width: 700px;
}
.entry,
.entry-more { clear: both; }

.entry-footer{
   margin: 5px 10px 0 0;
   padding: 5px 0;
   text-align: right;
   font-size: 10px;
   border-top: 1px dotted #f5deb3;
   color: #999;
}

.gotop { text-align: right;  clear: both;}

.ads { margin: 0px 0px 10px 10px; 
        font-size: 14px;
        font-weight: bold;
}
.ads a { color: #0000ff; text-decoration: underline; }
.ads a:hover { color: #ff0000; }

.box{ 
        margin: 0px 0px 15px 0px; 
        padding: 5px 0px 5px 5px;
        font-size: 14px;
        line-height:1.5em;
        font-weight: bold;
        background: #ffffe0 ;
        border: 1px solid #f5deb3;
}
.box a { color: #0000ff; text-decoration: underline; }
.box a:hover { color: #ff0000; }


.ads-cat{ 
        margin: 0px 0px 15px 0px; 
        padding: 5px 0px 5px 5px;
        font-size: 14px;
        font-weight: bold;
        background: #ffffe0 ;
        border: 1px solid #f5deb3;
}
.ads-cat a { color: #0000ff; text-decoration: underline; }
.ads-cat a:hover { color: #ff0000; }


.ads1 { margin: 0px 0px 10px 0px; 
        font-size: 14px;
        font-weight: bold;
        line-height:1.7em;
}
.ads1 a { color: #0000ff; text-decoration: underline; }
.ads1 a:hover { color: #ff0000; }

.ads_entry { margin: 0px 0px 30px 0px; 
        font-size: 15px;
        font-weight: bold;
}
.ads_entry a { color: #0000ff; text-decoration: underline; }
.ads_entry a:hover { color: #ff0000; }

.content-nav { background: #ffffff; }
.content-nav-bread{ background: #ffffff;
                             text-align: right; 
                             font-size: 10px;
}
.content-nav-bread a { margin:0 0.4em 0 0;
}

/* トラックバック関連 */

#trackbacks-info
{
   margin: 10px 0;
   border: 1px dashed #ffcc00;
   padding: 0 10px;
   color: #292e33;
   font-size: 11px;
   text-align: center;
}
.trackbacks-header
{
   margin-top: 10px;
   padding: 0 0 0 5px;
   color: #666;
   font-size: 14px;
   font-weight: bold;
}
.trackback-content { margin: 0; line-height: 1.5; }
.trackback-footer
{
   margin: 0 0 10px 0;
   border-top: 1px solid #dae0e6;
   padding-top: 3px;
   color: #666;
   font-size: 10px;
   text-align: right;
}


/* コメント関連 */

#comment-author, #comment-email, #comment-url, #comment-text
{
   width: 240px;
}
#comment-bake-cookie { margin-left: 0;　vertical-align: middle; }
#comment-post { font-weight: bold; }
.comments-header,.comments-open-header
{
   margin-top: 10px;
   padding: 0 0 0 5px;
   color: #666;
   font-size: 14px;
   font-weight: bold;
}
.comment-content,
.comment-footer,
.comments-open-footer { margin: 10px 0; }
.comments-open-content,
.comments-closed { clear: both; margin: 5px 10px; }
.comments-open label { display: block; }


/* フッター */

#footer
{
   width: 730px; /* necessary for ie win */
   height: 80px;
   background: url(img/footer.jpg)  no-repeat;
   position: relative;
}

#footer-inner
{
   font-size: 10px;
   text-align: center;
   color: #fff;
   line-height: 80px;
}

.footer-navi
{ 
   background: #fff;
   font-size: 10px;
   text-align: center;
   line-height: 20px;
   clear: both;
}
.footer-navi h4{
   font-size: 12px;
   font-weight: normal;
　 color: #66837d;　　　     
   text-align: center;
   line-height: 20px;
   clear: both; 
}

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

.module-header
{
   position: relative;
   width: auto;
   height: 16px;
   margin: 0 0 10px 0;
   padding: 0;
   color: #fff;
   background: #f5deb3;
   font-size: 12px;
   font-weight: nomal;
   line-height: 16px;
   text-transform: uppercase;
   text-align: center;
}

.module
{
   position: relative;
   overflow: hidden;
   width: 180px; 
   margin: 0 5px;
   padding: 0;
}

.module-content
{
   position: relative;
   margin: 10px 0;
   padding: 0;
}

.module-list
{
   margin: 0;
   padding: 0;
   list-style: none;
}

.module-list-item a
{
   width: 178px; 
   
   background-color: #fff;
   text-indent: 5px;
   display: block;
   font-size: 12px;
   line-height: 22px;
   margin: 2px 0;
   letter-spacing: 0.1em;
   border-top: 1px solid #ccc;
   border-left: 1px solid #ccc;
   border-right: 1px solid #ccc;
   border-bottom: 1px solid #ccc;
   text-decoration: none;
}

.module-list-item a:hover
{
   background: #f5deb3;
   border-top: 1px solid #ccc;
   border-left: 1px solid #ccc;
   border-right: 1px solid #ccc;
   border-bottom: 1px solid #ccc;
   color: #ff9900;
}

/*  table（ランキング）
-------------------------------------------------------------*/
table#table-02{
	 margin: 15px 5px 30px 5px;
	 border: 1px solid #757575;
	 border-collapse: collapse;
}


#table-02 th{
	color: #000000; /*文字色を黒にする*/
	font-size: 14pt; /*文字のサイズ*/
	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;/*下の枠線*/

}

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

#table-02 td{
	padding: 8px 15px 30px; /*上を8px、左右を15px、下を30px*/
	font-size: 11pt;
}
