/* 基本レイアウト */
html { margin: 0; padding: 0; }
form, input { margin: 0; padding: 0; }
a img { border: 0; }

/* リンク色（ページ全体） */
a { color: #cc0000; text-decoration: underline; }
a:hover { color: #ff9900!important; }

/* リンク色（ヘッダー） */
#banner a { color: #000; text-decoration: none; }
#banner a:hover { color: #fff; }

#banner a:hover { color: #ff9900; }

/* リンク色（サイドメニュー） */
#side a { color: #cc0000; }
#side a:hover { color: #ff9900; }

/* 見出し */
h1, h2, h3, h4, h5, h6 { font-weight: bold; }
h1, h2, h3, h4, h5, h6 { margin: 0px; }


/* ページレイアウト */
body
{
 min-width: 750px;
 margin: 0;
 padding: 0;
 font-size: 0.8em;
 text-align: center;
 color: #333;
 background: #fff ;
 line-height: 1.5;
}

#container
{
 position: relative;
 margin: 0 auto;
 padding: 0;
 text-align: center;
 width: 740px;
 background: url(img/bbg.gif) #fff;
}

#container:after
{
 content: " ";
 display: block;
 visibility: hidden;
 clear: both;
}


/* ヘッダー（レイアウト） */
#banner
{
 position: relative;
 width: 740px;
 height: 160px;
 margin: 0 auto;
 background: url(img/top.gif);
}


/* ヘッダー（サイトタイトル） */
#banner h1
{
 margin: 0;
 color: #fff;
 font-size: 1.1em;
 font-weight: normal;
 line-height: 1.25;
 font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W8";
 position:absolute; top: 0px; left: 10px;
}


/* ヘッダー（検索ボックス） */
#banner-search
{
 position:absolute; top: 120px; right: 15px;
}


/* ヘッダー（サイト説明） */
#banner-description
{
 position:absolute; top: 28px; left: 10px;
 width: 380px;
 text-align: left;
}

/* メインコンテンツ全体 基本レイアウト*/
#pagebody
{
 position: relative;
 width: 730px;
 margin: 0 auto;
 text-align: left;
}

#pagebody:after
{
 content: " ";
 display: block;
 visibility: hidden;
 clear: both;
}


/* メインコンテンツレイアウト */

#main /* 記事部分 */
{
 display: inline;
 position: relative;
 float: left;
 min-height: 1px;
 width: 510px;
 margin: 10px;
 text-align: left;
 }

#side /* サイドメニュー */
{
 display: inline;
 position: relative;
 float: right;
 min-height: 1px;
 margin: 0 10px;
 width: 180px;
 text-align: left;
}

#s-main /* 検索結果記事部分 */
{
 display: inline;
 position: relative;
 float: left;
 min-height: 1px;
 width: 510px;
 _width: 490px;
 margin: 10px;
 text-align: left;
 }

/* 記事部分見出し */

.header1
{
 position: relative;
 width: auto;
 _width: 100%;
 margin: 10px 0;
 padding: 3px 0 2px 10px;
 border-left: 5px solid #666;
 border-bottom: 1px solid #666;
 background: #ffc;
 line-height: 1.25;
 font-size: 1.2em;
 font-weight: normal;
 font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W8";
 text-transform: uppercase;
 clear: both;
color:#f60 ;
}


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

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

.more
{
 text-align: right;
 }

.header2
{
 position: relative;
 margin-top: 10px;
 border-left: 5px solid #ccc;
 padding: 2px 0 2px 10px;
 font-size: 1.1em;
 font-weight: normal;
 font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W8";
 line-height: 1.25;
}

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

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

.bread
{
 background: none;
 margin: 0 10px;
 padding-left: 10px;
 text-align: left;
}

.f-navi
{
 margin: 5px 0;
 text-align: center;
 clear: both;
}

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

.img
{
 float: left;
 margin: 0 5px 5px 0;
 text-align: center;
}

.tb-info
{
 text-align: center;
 border: 1px dotted #ccc;
}


/* フッター */
#footer
{
 position: relative;
 width: 740px;
 height: 60px;
 background: url(img/footer.gif) no-repeat;
 text-align: left;
 padding: 0;
 clear: both;
 color: #666;
}

#footer p
{
 padding: 0;
 margin: 0;
 font-size: 0.8em;
 position:absolute; top: 10px; right: 20px;
}

#footer a
{
 text-decoration: none;
 color: #666;
}

.footer-navi
{
  width: 730px;
 margin: 0 5px;
 padding: 5px 0;
 background: #ccc;
 font-size: 0.8em;
 text-align: center;
 line-height: 1.25;
 clear: both;
}

.footer-navi a
{
 color: #666;
}


/* サイドメニュー内部 */
.side-header
{
 position: relative;
 width: auto;
 height: 16px;
 margin: 10px 0 5px 0;
 padding: 0;
 color: #fff;
 background: #666;
 font-size: 14px;
 font-weight: nomal;
 line-height: 16px;
 text-align: center;
}

#side p 
{
 padding: 0 5px;
}

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

#side li a
{
 width: 178px;
 _width: 180px;
 background-color: #fff;
 text-indent: 5px;
 display: block;
 font-size: 12px;
 line-height: 1.25;
 margin: 2px 0;
 padding: 5px 0;
 letter-spacing: 0.1em;
 border: 1px solid #ccc;
 text-decoration: none;
}

#side li a:hover
{
 background: #cc0000;
 border: 1px solid #ccc;
 color: #fff;
}

#side dl
{
 padding: 2px;
}

#side dt
{
 font-size: 12px;
 line-height: 1.5;
}

/* 紹介記事 */
.setumei { 
line-height: 1.9;
	font-size: 0.9em;
}

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

.img { margin: 0 10px 20px; float: left; }

.imgl { float: left; 
margin: 0px 10px 5px 0px;
_margin: 0px 0px 0px 0px;
 }

.contents-title {
       text-align: center;
	padding: 0px;
        background: #ff0 no-repeat center;
 width: auto;
 _width: 100%;
	line-height: 1.25;
margin:0px 0px 10px 0px;
_margin:0px 0px 10px 0px;
border: 1px solid #ccc ;
color:#f60 ;
	padding: 0px;
	font-weight: normal; 
	font-family: "HGP創英角ｺﾞｼｯｸUB","ヒラギノ角ゴ Pro W6";
	font-size: 1.25em;
}

.header {
	/* ie win (5, 5.5, 6) bugfix */
	width: auto;
	_width: 100%;
	margin: 10px 0;
	line-height: 1.25;
	padding: 15px 10px;
	font-size: 1.5em;
	font-weight: normal; 
	font-family: "HGP創英角ｺﾞｼｯｸUB","ヒラギノ角ゴ Pro W6";
	text-align: center;
	clear: both;
	color: #c40000;
	border-top: 1px solid #ffcc00;
	border-bottom: 1px solid #ffcc00;
}

.header a{
color: #0000ff!important;
text-decoration: none;
}

.header a:hover { color: #ff9900!important; }

.both { clear:both; }

.copy { 
	margin: 0;
	padding: 5px;
	color: #666;
	font-size: 0.9em;
	text-align: center;
}

.tubu{
text-align: center;
    clear: both;
}

.mini-img{ 
margin:5px 15px 0px 15px!important;
_margin:5px 10px 0px 10px;
float: left; 
width: 120px;
height: 120px;
font-size: 0.9em;
text-align: center;
}

.list-box {
float: right; 
height: 155px;
	font-size: 1em;
margin:0px 0px 10px 0px!important;
_margin:0px 0px 0px 0px;
}

.list-box p{
margin:5px;
}

.rank-box{
padding:0px 15px 0px 15px;
_padding:8px;
width:490px;
text-align: center;
}

.box {
	position: relative;
	width: auto;
	_width: 100%;
	line-height: 1.5;
	margin: 10px 5px;
	padding: 5px;
	font-size: 0.9em;
	border: 1px solid #dcdcdc;
	background: #ffffe0  ;
}

.red { color: #cc0000; } /* 赤 */ 
.blue { color: #003399; } /* 青 */ 
.green { color: #339900; } /* 緑 */ 
.orange { color: #ff9900; } /* オレンジ */ 
.gold { color: #f7c114 ; } /* 金 */ 
.silver { color:#fff  ; } /*銀 */ 
.aian { color: #7b7c7d ; } /*鉄 */ 
.line { background: #ffff00; } /* 背景マーカー処理 */ 

.side-banner{
text-align: center;
margin: 10px;
}

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


#footer p
{
 padding: 0;
 margin: 0;
 font-size: 0.8em;
 position:absolute; top: 10px; right:90px;
}

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


.kanren{
	margin: 20px 10px;
	padding: 10px ;
	background: #fafafa;
	border-top: 2px solid #999;
	border-bottom: 2px solid #999;
	}

.kanren li{
	margin: 9px;
	text-align: left;
	list-style: none;
	padding:9px 0  0 25px;
	line-height: 14px;
	font-size: 13px;
	background:url("news/icon-menu01-r-red.gif") no-repeat left center ;
	}

