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

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

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


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

body
{
 min-width: 730px;
 margin: 0;
 padding: 0;
 font-size: 13px;
 text-align: center;
 color: #333;
 background: #579f67;
 line-height: 1.5;
}

#container
{
 position: relative;
 margin: 0 auto;
 padding: 0;
 text-align: center;
 width: 730px;
 background: #fff;
}

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


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

#banner
{
 position: relative;
 width: 730px;
 height: 170px;
 margin: 0;
 background: url(img/banner.gif) top no-repeat;
}


#banner div
{
 position: relative;
 display: block;
 width: 730px;
 height: 167px;
 margin: 0;
 border-bottom: 2px solid #990000;
}


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

#banner h1
{
 margin: 0;
 color: #fff;
 font-size: 1.4em;
 font-weight: normal;
 line-height: 1.25;
 font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W8";
 text-align: left;
 position:absolute; top: 25px; left: 190px;
 letter-spacing: 1.2em;
}

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

#banner-search
{
 position:absolute; bottom:5px; right:10px;
 color:#666;
 letter-spacing: 1em;
 font-size: 10px;
}

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

#banner p
{
 margin: 0;
 width: 520px;
 font-size: 0.9em;
 font-weight: normal;
 line-height: 1.25;
 text-align: left;
 position:absolute; top: 55px; left: 190px;
 letter-spacing: 0.2em;
 color: #999;
}


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

#pagebody
{
 position: relative;
 width: 730px;
 margin: 0;
 text-align: left;
 border-top: 3px solid #000;
}

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


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


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

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

#s-main /* 検索結果記事部分 */

{
 display: inline;
 position: relative;
 float: right;
 min-height: 1px;
 width: 510px;
 _width: 490px;
 margin: 10px;
 text-align: left;
 }

/* 記事部分見出し */

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

.header2
{
 position: relative;
 margin-top: 20px;
 border-left: 5px solid #990000;
 padding: 10px 0 5px 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;
 }

/* 記事部分見出し（日付） */

.header1 .date
{
 display: block;
 font-size: 0.8em;
 color: #666;
 letter-spacing: 0.3em;
 margin: 0;
 padding: 0 0 10px;
}


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

.entry
{
 line-height: 30px;
 margin: 10px 0 0 10px;
 padding: 0; 
 background: url(img/note.gif);
}

.entry p
{
 margin: 30px 0;
 line-height: 30px
}

.more
{
 text-align: right;
 }

.entry-footer,
{
 margin: 5px 10px 0 0;
 border-top: 1px dotted #f0f0f0;
 padding: 5px 0;
 color: #ccc;
 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 #f0f0f0;
}

/* フッター */

#footer
{
 position: relative;
 width: 730px;
 height: 70px;
 text-align: center;
 padding: 0;
 margin: 0;
 clear: both;
 color: #666;
}

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

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

.footer-navi
{
  width: 720px;
 margin: 20px auto;
 padding: 5px 0;
 font-size: 0.8em;
 text-align: center;
 line-height: 1.25;
 clear: both;
 color: #ccc;
 border-top: 1px dotted #ccc;
 border-bottom: 1px dotted #ccc;
 letter-spacing: 0.3em;
}

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


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


.side-header
{
 position: relative;
 width: auto;
 margin: 0;
 padding:5px 0px 0px 10px ;
 color: #333;
 font-size: 12px;
 font-weight: bold;
 line-height: 1.25;
 text-align: left;
 border-bottom: 1px solid #cccccc;
 background: url(http://www.pc555.net/gif/title_bar2.jpg) no-repeat left top;
}


.midasi
{
 margin: 0px 20px 0px 10px;
 padding: 2px 10px 2px 10px;
 color: #333;
 background: #ece9d8;
}

p.sp 
{
 margin: 0px 0px 0px 20px;
}
.left_sp
{margin-left: 10px;
padding: 0px;
}

table.ranking{
border-top:1px solid #666666;
border-left:1px solid #666666;
border-collapse:collapse;
border-spacing:0;
empty-cells:show;
margin:10px 0 10px 20px;
width: 360px;
}

.ranking th{
border-right:1px solid #666666;
border-bottom:1px solid #666666;
background-color:#ece9d8;
background-position:left top;
text-align:center;
padding:0 10px 0 10px;
font-size: 12px;
white-space: nowrap;
}

.ranking td{
border-right:1px solid #666666;
border-bottom:1px solid #666666;
text-align:center;
font-size: 12px;
white-space: nowrap;
height: 18px
}

.ad_bar {
margin: 10px 0px 10px 0px;
padding: 10px 30px 10px 0px;
clear  :both;
}

.ad_bar a {
display: block;
width: 220px;
height: 25px;
text-indent: -1000px;
overflow: hidden;
background: url("http://www.pc555.net/gif/adv.gif");
}
.ad_type_a
{
    margin: 20px 0px 20px 0px;
    border: 1px dotted #ccc;
    background-color: #E7F1EA;
    width: 400px;
}
.ad_type_a_top
{
    margin: 5px 0px 0px 5px;

}
.ad_type_a1
{
    margin: 20px 20px 10px 20px;
    width: 330px;

}
.ad_type_a1 p
{
    font-size: 12px;
    line-height: 15px;
}

.qa
{
    margin: 20px 0px 10px 5px;
    padding: 0px 0px 0px 40px;
    font-size: 13px;
    height: 20px;
    background: url(http://www.pc555.net/gif/ad_qa.gif) no-repeat;

}
.qa2
{
    margin: 10px 0px 10px 5px;
    padding: 0px 0px 0px 40px;
}


.ad_type_b1 a {
display: block;
width: 220px;
height: 165px;
text-indent: -1000px;
overflow: hidden;
background: url("http://www.pc555.net/gif/oyawaza4.png");
}

.ad_type_b2 a {
display: block;
width: 220px;
height: 165px;
text-indent: -1000px;
overflow: hidden;
background: url("http://www.pc555.net/gif/oyawaza3.png");
}


.nayami {
	background: url(http://www.pc555.net/gif/nayami.gif) no-repeat;
	float: left;
	height: 35px;
	width: 45px;
	margin-left: 10px;
	margin-right: 5px;
	margin-top: 5px;
}
.ad_yaji{
	height: 18px;
	margin: 0 0 0 10px!important;
	padding: 0 5px 0 22px!important;
	background: url(http://www.pc555.net/gif/side.jpg) no-repeat left;

}



.waku1_1{
	border: 1px solid #cccccc;
	margin: 20px 0px 0px 0px;
	width: 220px;
}


.waku1_1 li{
 list-style-type: square;
 	font-size: 12px;
 	color: #999999;
 	line-height: 1.25;
 	margin: 2px 0;
	padding: 5px 0 5px 0px;
 	letter-spacing: 0.1em;
}
.waku1_1 li a{
 	text-decoration: none;
 	color: #333;
}
.waku1_1 li a:hover{
	text-decoration: underline;
}
.waku1_2{
	border: 1px solid #cccccc;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
	width: 220px;
	height: 250px;
}
.waku1_2 li
{
 list-style-type: square;

 width: 85px;
 float: left;
 font-size: 12px;
 color: #999999;
 line-height: 1.25;
 letter-spacing: 0.1em;
 margin: 2px 0px 2px 0px;
 padding: 2px 0 2px 0px;
}
.waku1_2 li a{
 	text-decoration: none;
 	color: #333;
}
.waku1_2 li a:hover{
	text-decoration: underline;
}
.waku1_3{
	border: 1px solid #cccccc;
	margin: 20px 0px 0px 0px;
	width: 220px;
}
.waku1_3 .ninki{
 margin: 20px 0px 20px 0px;
}

.waku1_3 .ninki p{
 margin: 20px 0px 10px 0px;
 padding: 5px 10px 0 10px;
 font-size: 9pt;
 line-height: 12pt;
}

.waku1_3 .ninki hr{
	margin: 10px 0px 10px 0px;
	padding: 0;
	border-width: 1px 0 0 0;
	height: 1px;
	border-style: dotted none none none;
	color: #ccc;
}


.waku3{
	margin: 20px 0px 50px 0px;
	border: 1px solid #cccccc;
	width: 220px;
}
.waku3 dt{
	margin: 5px 15px 5px 15px;
}
.waku3 a{
 	text-decoration: none;
 	color: #333;
	font-size: 9pt;
}
.waku3 a:hover{
	text-decoration: underline;
}

.ranking
{
    margin: 20px 0px 20px 0px;
    border: 1px dotted #ccc;
    background-color: #F0F1EB;
    width: 380px;
}

.ranking-waku1
{
    margin: 20px 20px 10px 20px;
    padding: 2px 10px 2px 10px;
    background-color: #DADECD;
    width: 200px;
}
.ranking-waku1 p
{
    font-weight: bold;
    font-size: 12px;
}

.ranking-waku2
{
    margin: 20px 20px 10px 20px;
    width: 330px;

}
.ranking-waku2 p
{
    font-size: 12px;
    line-height: 15px;
}

.rank1
{
    margin: 20px 0px 10px 5px;
    padding: 2px 0px 0px 30px;
    font-size: 13px;
    height: 20px;
    font-weight: bold;
    background: url(http://www.pc555.net/gif/rank1.gif) no-repeat;

}
.rank2
{
    margin: 20px 0px 10px 5px;
    padding: 2px 0px 0px 30px;
    font-size: 13px;
    height: 20px;
    font-weight: bold;
    background: url(http://www.pc555.net/gif/rank2.gif) no-repeat;

}
.rank3
{
    margin: 20px 0px 10px 5px;
    padding: 2px 0px 0px 30px;
    font-size: 13px;
    height: 20px;
    font-weight: bold;
    background: url(http://www.pc555.net/gif/rank3.gif) no-repeat;

}

/* リンク色の指定 */

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



.entry a 
{
 color: #0000ff;
 }

.gotop a 
{
 color: #0000ff;
 }


.waku1_3 a{
 	color: #0000ff;
}
.waku1_3 a:hover{
 	color: #ff0000;
}
