/* 基本レイアウト */
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 30px;
 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 #88A5C0;
 background: url(http://www.pc-gakusyuu.com/gif/title_bar.jpg) no-repeat left top;
}
.side-header2
{
 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.pc-gakusyuu.com/gif/title_bar2.jpg) no-repeat left top;
}

.m1
{
 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 0px;
}

.ranking th{
border-right:1px solid #666666;
border-bottom:1px solid #666666;
background-color:#efefef;
background-position:left top;
text-align:center;
padding:0 5px 0 5px;
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.pc-gakusyuu.com/saitam/img/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.pc-gakusyuu.com/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.pc-gakusyuu.com/gif/oyawaza4.png");
}

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



.no1,.no2,.no3,.no4,.no5,.no6,.no7,.no8,.no9,.no10{
 height: 24px!important;
 margin: 0 0 0 3px!important;
 padding: 0 0 0 30px!important;
}


.no1,.no2,.no3{
 font-size: 1.0em!important;
 font-weight: bold!important;
 color: #b61704!important;
}
.no4,.no5,.no6{
 font-size: 1.0em!important;
 font-weight: bold!important;
}


/*王冠画像*/
.no1{ background: url(http://www.pc-gakusyuu.com/gif/icon-rank01-01.gif) left top no-repeat; }
.no2{ background: url(http://www.pc-gakusyuu.com/gif/icon-rank01-02.gif) left top no-repeat; }
.no3{ background: url(http://www.pc-gakusyuu.com/gif/icon-rank01-03.gif) left top no-repeat; }
.no4{ background: url(http://www.pc-gakusyuu.com/gif/icon-rank01-04.gif) left top no-repeat; }
.no5{ background: url(http://www.pc-gakusyuu.com/gif/icon-rank01-05.gif) left top no-repeat; }
.no6{ background: url(http://www.pc-gakusyuu.com/gif/icon-rank01-06.gif) left top no-repeat; }
.no7{ background: url(http://www.pc-gakusyuu.com/gif/icon-rank01-07.gif) left top no-repeat; }
.no8{ background: url(http://www.pc-gakusyuu.com/gif/icon-rank01-08.gif) left top no-repeat; }
.no9{ background: url(http://www.pc-gakusyuu.com/gif/icon-rank01-09.gif) left top no-repeat; }
.no10{ background: url(http://www.pc-gakusyuu.com/gif/icon-rank01-10.gif) left top no-repeat; }



.waku1_1{
	border: 1px solid #88A5C0;
	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 #88A5C0;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
	width: 220px;
	height: 730px;
}
.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 #88A5C0;
	margin: 20px 0px 0px 0px;
	width: 220px;
}
.waku1_3 .ninki{
 margin: 20px 0px 20px 0px;
}

.waku1_3 .ninki p{
 margin: 10px 0;
 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;
}
.waku1_3 .ninki a{ text-decoration: underline; }
.waku1_3 .ninki a:link{ color: #333333; }
.waku1_3 .ninki a:visited{ color: #333333; }
.waku1_3 .ninki a:hover{ color: #ff3300; }

.waku1_3 .ninki .no1 a{ text-decoration: none; }
.waku1_3 .ninki .no1 a:link{ color: #b61704; }
.waku1_3 .ninki .no1 a:visited{ color: #b61704; }
.waku1_3 .ninki .no1 a:hover{ color: #ff3300; }


.waku1_3 .ninki .no2 a{ text-decoration: none; }
.waku1_3 .ninki .no2 a:link{ color: #b61704; }
.waku1_3 .ninki .no2 a:visited{ color: #b61704; }
.waku1_3 .ninki .no2 a:hover{ color: #ff3300; }


.waku1_3 .ninki .no3 a{ text-decoration: none; }
.waku1_3 .ninki .no3 a:link{ color: #b61704; }
.waku1_3 .ninki .no3 a:visited{ color: #b61704; }
.waku1_3 .ninki .no3 a:hover{ color: #ff3300; }


.waku1_3 .ninki .no4 a{ text-decoration: none; }
.waku1_3 .ninki .no4 a:link{ color: #333333; }
.waku1_3 .ninki .no4 a:visited{ color: #333333; }
.waku1_3 .ninki .no4 a:hover{ color: #ff3300; }


.waku1_3 .ninki .no5 a{ text-decoration: none; }
.waku1_3 .ninki .no5 a:link{ color: #333333; }
.waku1_3 .ninki .no5 a:visited{ color: #333333; }
.waku1_3 .ninki .no5 a:hover{ color: #ff3300; }

.waku3{
	margin: 20px 0px 0px 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;
}
.ad_style{
margin: 10px 0px 0px 10px;
}
.ad_style p{
margin: 30px 0px 30px 0px;
line-height: 1.5em;
}
p.type1{
font-weight: bold;
color: #FE8D31;
font-size: 18px;
border-bottom: solid 2px #FE8D31;
}
p.type2{
font-weight: bold;
color: #579F67;
font-size: 18px;
border-bottom: solid 2px #579F67;
}
.pad{
padding: 20px 0px 20px 0px;
}
.advert_bn {
margin: 10px 0px 10px 0px;
padding: 10px 30px 10px 0px;
clear  :both;
}

.advert_bn a {
display: block;
width: 200px;
height: 60px;
text-indent: -1000px;
overflow: hidden;
background: url("http://www.pc-gakusyuu.com/gif/advert_bn.gif");
}
