/* 基本レイアウト */

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


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

a { color: #36414d; text-decoration: underline; }
a:hover { color: #a3b8cc; }

.none { color: #36414d; text-decoration: none; }

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

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


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

.module-content a { color: #36414d; }
.module-content a:hover { color: #a3b8cc; }


/* 見出し */

h1, h2, h3, h4, h5, h6 { font-weight: bold; }
h1, h2, h3, h4, h5, h6, 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: 14px;
   text-align: center;
   color: #333;
   background: url(img/bg.jpg) #fff repeat-x;
   line-height: 1.7;
}

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

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


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

#banner
{
   position: relative;
   width: 750px; /* necessary for ie win */
   height: 190px;
}

#banner-inner
{
   position: static;
   width: 750px;
   height: 190px;
   background: url(img/top.jpg)  no-repeat;
}


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

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


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

#banner-search
{
   position:absolute; bottom:10px; left:230px;
   color: #666;
}


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

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

#banner-description
{
   display: none;
}


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

#pagebody
{
   position: relative;
   width: 100%;
   text-align: center;
   background: url(img/bbg.gif);
}

#pagebody-inner 
{
   position: static;
   width: 750px; 
   padding: 10px 0;
   margin: 0 auto; 
   text-align: left; 
}

#alpha
{
   display: inline; /* ie win bugfix */
   position: relative;
   float: right;
   min-height: 1px;
   background: #fff;
   border: 1px solid #ccc;
}

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

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


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

#alpha { 
   margin: 0 10px 10px 0; 
   width: 528px; 
}

#alpha-inner { 
   padding: 10px 5px 10px 5px;
}


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

#beta {
   width: 200px;
}

#beta-inner { padding: 0; }


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

.archive-header
{
   position: relative;
   width: auto;
   height: 30px;
   margin-bottom: 0;
   padding-left: 20px;
   color: #fff;
   background: url(img/a_h.gif)  no-repeat left;
   font-size: 15px;
   font-weight: bold;
   line-height: 30px;
   text-transform: uppercase;
}

.img { float: right; margin: 5px 0px 5px 5px; }

.entry-header {
   margin-top: 10px;
   padding: 0 0 0 5px;
   color: #666;
   font-size: 14px;
   font-weight: bold;
}

.entry-header a {
   color: #3D81EE;
   text-decoration: none; 

}

.entry-content { position: static; clear: both; }
.entry,
.entry-more { clear: both; }

.entry-body { 
   width: 100%; 
   padding: 0 5px 0 5px;
}

.entry-body a { 
   color: #6699ff;
   font-weight: bold;
}

.entry-body a:hover { 
   position:relative; top:1px; left:1px;
}

.entry-body2 { 
   width: 100%; 
   padding: 0 5px 0 5px;
}

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

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

/* フッター */

#footer
{
   width: 748px; /* necessary for ie win */
   height: 58px;
   background: url(img/footer.gif)  no-repeat;
   color: #FFF;
}

#footer-inner
{
   line-height: 58px;
   font-size: 12px;
   text-align: center;
}

.footer-navi
{ 
   background: url(img/bbg.gif);
   font-size: 10px;
   text-align: center;
   line-height: 23px;
   clear: both;
   color: #333;
}

.footer-navi a
{ 
   color: #36414d;
}

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

.module-header
{
   position: relative;
   width: auto;
   height: 30px;
   margin: 10px 0;
   padding: 0;
   color: #fff;
   background: url(img/m_h99.jpg)  no-repeat left;
   font-size: 14px;
   font-weight: bold;
   line-height: 30px;
   text-transform: uppercase;
   text-align: center;
}

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

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

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

.module-list-item a
{
   width: 198px; 
   height: 25px;
   background-color: #fff;
   text-indent: 5px;
   display: block;
   font-size: 12px;
   line-height: 25px;
   margin: 2px 0;
   letter-spacing: 0.1em;
   border: 1px solid #ccc;
   text-decoration: none;
   color: #36414d;
}

.module-list-item a:hover
{
   background: #3D81EE;
   border: 1px solid #ccc;
   color: #fff;
}

/* 表示補助 */

.pkg:after
{
   content: " ";
   display: block;
   visibility: hidden;
   clear: both;
}

.module-header2
{
   position: relative;
   width: auto;
   height: 30px;
   margin: 10px 0;
   padding: 0;
   color: #fff;
   background: url(img/m_h2.gif)  no-repeat left;
   font-size: 14px;
   font-weight: normal;
   line-height: 30px;
   text-transform: uppercase;
   text-align: center;
   font-family: "HGS創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W6";
}

.module-list2
{
   color: #f00;
}

.module-list2 a
{
   color: #f00;
   font-weght:bold;
}

.module-list2 a:hover
{
   background: #f00;
   border: 1px solid #ccc;
   color: #fff;
}

.module-list-item2 a
{
   width: 178px; 
   height: 25px;
   background-color: #fff;
   text-indent: 5px;
   display: block;
   font-size: 10px;
   line-height: 25px;
   margin: 2px 0;
   letter-spacing: 0.1em;
   border: 1px solid #ccc;
   text-decoration: none;
   color: #f00;
}

.module-list-item2 a:hover 
{
   background: #f00;
   border: 1px solid #ccc;
   color: #fff;
}

u {
   color: red;
   text-decoration: none;
}

.large {
   font-size: 16px;
   text-align: center;
}

.large a {
   color: blue;
}

/* ★アフィリエイト広告★ */

.asp {
   line-height: 1.2;
   padding-left: 5px;
   font-size: 14px;
   
}

.asp a {
   font-size: 14px;
   color: #3D81EE;
   font-weight: bold;
   line-height: 25px;
}

.url {
   font-size: 10px;
   color: #999;
}

/* ★幅広いページ★ */

#alpha2 {
   display: inline; /* ie win bugfix */
   position: relative;
   float: right;
   min-height: 1px;
   background: #fff;
   border: 1px solid #ccc;
   font-size:14px;
}


#alpha-inner2 {
   position: static;
}


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

#alpha2 { 
   margin: 0 10px 10px 0; 
   width: 730px; 
}

#alpha-inner2 { 
   padding: 10px 5px 10px 5px;
}


/* ★★人気ランキング★★ */

.archive-header2
{
   position: relative;
   width: auto;
   height: 30px;
   margin: 0;
   padding-left: 20px;
   color: #fff;
   background: red;
   font-size: 18px;
   font-weight: bold;
   line-height: 30px;
   text-transform: uppercase;
}

.archive-header3
{
   position: relative;
   width: auto;
   height: 30px;
   margin: 0;
   padding-left: 5px;
   color: red;
   background: #fff;
   font-size: 20px;
   font-weight: bold;
   line-height: 30px;
   text-transform: uppercase;

}

.entry-header2
{
   position: relative;
   width: 700px;
   height: 25px;
   margin: 15px 0 10px 0;
   padding: 0 0 0 10px;
   color: #36414d;
   background: #eee;
   font-size: 16px;
   font-weight: bold;
   line-height: 25px;
   text-transform: uppercase;
   border-left: 5px solid blue;
   border-bottom: 1px solid gray;
}

.sen{
   background-image: url(img/sen.jpg);
   display:block;
   line-height: 24px;
   margin-top:0px;
}

.sen a { 
   color:blue; 
}

p {
   margin-top: 24px;
   margin-bottom: 24px;
}

.table2 {
   font-size: 14px;
   line-height: 1.7;
}

.table2 a {
   font-size: 18px;
   color:blue;
}

.chumoku {
   text-align: center;
}

.chumoku a {
   font-size: 14px;
   color: blue;
   font-weight: bold;
   letter-spacing: 0.1em;
}

.chumoku a:hover {
   text-decoration:none;
   color: orange;
}


/* ★★トップページメニュー★★ */

.entry-header3 {
   margin-top: 10px;
   padding: 0 0 0 5px;
   color: #666;
   font-size: 14px;
   font-weight: bold;
}

.entry-header3 a {
   color: #3D81EE;
   text-decoration: none; 
}

.entry-body3 { 
   width: 100%; 
   padding: 0 5px 0 5px;
   font-size: 14px;
   line-height: 30px;
}

.entry-body3 a { 
   color: #555;
   margin-right: 3px;
   line-height: 30px;
}

.content-nav-bread {
   font-size: 12px;
}
