@charset "UTF-8";
@import "reset.css";

*{font-family:"ＭＳ Ｐゴシック","平成角ゴシック",sans-serif;}

strong{font-weight:bold;}

/* リンク色（ページ全体） */
a:link { color: #03c; text-decoration: underline; }
a:visited {color: #000080;}
a:hover { color: #ff0000;}
a:hover img {
	opacity:0.8;
	filter: alpha(opacity=80);
}




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

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


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

html{
 background:url("img/bk5.jpg");
}

body
{
 margin: 0;
 padding: 0;
 font-size: 100%;
 text-align: center;
 color: #333;
 background:url("img/body_bk.jpg");
 background:url("img/bk3.jpg");
 background:url("img/bk4.jpg") repeat-x;
 line-height: 1.5;
}

#container
{
 margin: 0 auto;
 padding: 0;
 text-align: center;
 width: 900px;
 background:#fff;
 border-left:1px solid #5e3d14;
 border-right:1px solid #5e3d14;
 position:relative;
 overflow:hidden;
}

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

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

#banner
{
 width: 900px;
 height: 189px;
 overflow:hidden;
 margin: 0 auto 45px;
 background-color:#fff;
 background-image:url(img/bnr_shiraga4.jpg);
 background-repeat:no-repeat;
 background-position:left top;
 clear:both;
}

#banner h1
{
 margin:0px 10px;
 font-size:85%;
 color:#333;
 font-weight:normal;
 text-align:left;
}


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

#pagebody
{
 text-align: left;
}

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


/* ナビゲーション */

#navi {
 overflow:hidden;
 background:#f7eee1;
 text-align:left;
 color:#5e3d14;
 border-bottom:1px solid #E8D0A9;
 position:absolute;
 top:189px;
 left:0;
 width:900px;
 clear:both;
 padding:3px 10px;
 font-size:85%;
}

#navi h1{
 display:inline;
 font-weight:normal;
}

#navi a{ color:#5e3d14;}
#navi a:hover{ color:#f00;}

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


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

#main{
 width:630px;
 float:left;
 overflow:hidden;
 }


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

.entry
{
 line-height: 1.5;
 margin: 0 15px 0px;
 font-size:14px;
 clear:both;
}

.entry_waku{
 padding:0px;
 margin: 0 0px 25px 15px;
 border:1px solid #E8D0A9;
 width:610px;
 overflow:hidden;
}

.entry_option{

}

.entry_option img {
 border:1px solid #ddd;
 margin-bottom:3px;
}

.entry_option p{
 font-size:12px!important;
}

.morebtn img{
 border:none;
 text-align:right;
 float:right;
}

.enrty_right{

}



.mltimg{
 margin-left:190px;
 margin-right:5px;
 margin-bottom:20px;
}



.entry p{
 margin:0 0px 15px;
}



.entry:after{
 clear:both;
}

.entry dt{
 margin-bottom:10px;
}

.entry dd{
margin:0 0 20px;
padding:0;
border-bottom: 1px dotted #dcdcdc;
}

.entry dd ul{
margin:0 0 10px 15px;
padding:0;
}

.entry dd li{
list-style:none;
display:inline;
margin-right:10px;
}

.entry ol{
 margin:0 30px;
}

.entry ol li{
 list-style:decimal;
 margin-bottom:10px;
}


.ent2{
 font-size:92%;
}


.more
{
 text-align: right;
 }



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


/* 見出し関連 */

.header1,
.header3
{
 clear: both;
 background:url(img/h3_shiraga.jpg) no-repeat;
 border-bottom:2px solid #5e3714;
 line-height: 1.7;
 font-size: 110%;
 font-weight: bold;
 letter-spacing:0px;
 height:32px;
 padding-left:40px;
 margin:5px 15px 5px;
}

.header1 a{
 color:#333;
 text-decoration:none;
}

.header1 a:hover{
 color:#f00;
 text-decoration:underline;
}

.sub_header{
 background:none;
 padding:5px 0 1px 0px;
 margin:20px 0px 5px;
 height:1%;
 line-height: 1.3;
 border-bottom:2px solid #E8D0A9;
 font-size: 120%;
}

.header2 {
 border-left:none;
 color: #333;
 font-size: 123%;
 font-weight:bold;
 height:40px;
 line-height: 30px;
 margin: 5px 0px 5px 10px;
 padding:0px 0px 0px 5px;
}

.header2 span{
 display:block;
 border-bottom:1px solid #ddd;
}

.header2 span img{
 margin-bottom:-6px;
}


/* サイド */

#side{
 width:250px;
 float:right;
}

.side_box{
 margin:0 10px 20px;
}

.side_title{
 color:#fff;
 font-weight:bold;
 background:#5e3d14;
 text-indent:10px;
 padding:5px 0 3px;
}

.side_title a{
 color:#333;
 text-decoration:none;
}

.side_cont{
 font-size:84%;
 border:1px solid #E8D0A9;
}

.side_cont p{
 font-size:12px;
 margin:5px 7px 5px;
 text-align:justify;
}

.side_cont dl{
 margin-top:-1px;
}

.side_cont dt{
 border-top:1px solid #E8D0A9;
 background:url(img/side_li_bk2.jpg);
 padding:2px 10px 2px 15px;
 margin:0 2px;
 text-align:justify;
}

.side_cont dd{
 min-height:20px;
 font-size:92%;
 margin-left:18px;
 min-height:28px;
}

.side_cont ul{
 margin-top:-1px;
}

.side_cont li{
 background:#f7eee1;
 border-top:1px solid #E8D0A9;
 background:url(img/side_li_bk2.jpg);
 min-height:40px;
 padding:2px 10px 2px 15px;
 margin:0 2px;
 text-align:justify;
}

.side_cont li a{
 display:block;
 min-height:40px;
}

.side_cont li a:hover{

}


/* フッター上メニュー */


div.f_menu{
 background:#F7EEE1;
 border-top:1px solid #E8D0A9;
 text-align:left;
}

div.f_menu table{
 width:100%;
 border-collapse:separate;
 border-spacing:3px;
}

div.f_menu caption{
 font-weight:bold;
 margin:3px 5px;
 border-bottom:1px solid #ccc;
}

div.f_menu table td{
 vertical-align:top;
 width:25%;
 padding:10px;
 font-size:80%;
 border:1px solid #E8D0A9;
 background:#FDF8EF;
}

.td20{width:20%!important;}
.td33{width:30%!important;}

div.f_menu div{
 border-left:5px solid #5e3d14;
 font-weight:bold;
 margin-bottom:5px;
 text-indent:7px;
}

div.f_menu a{
 color:#5e3d14;
 text-decoration:none;
}

div.f_menu a:hover{
 text-decoration:underline;
 color:#f00;
}

div.f_menu p{
 text-align:justify;
 margin-left:10px;
}

div.f_menu ul{
 margin-left:10px;
}

div.f_menu li{
 margin-left:10px;
 list-style-type:disc;
}



/* フッター */
#footer{
 position: relative;
 width: 900px;
 height:55px;
 background: #5e3d14;
 clear: both;
 color: #fff;
}

#footer p{
 padding: 20px 0 0;
 margin: 0 0 5px;
 font-size: 77%;
}

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


#footer a:hover{
 color: #fff;
 text-decoration: underline;
}


/*記事本文下テキストリンク*/

.ent_main_ad{
 clear:both;
 margin:0 15px 25px;
}

.ent_main_ad a{
 font-weight:bold;
 font-size:115%;
 background:url(img/arrow11_r.gif) no-repeat left center;
 padding-left:24px;
}

.ent_main_ad a:hover{
 background:url(img/arrow9_r.gif) no-repeat left center;
}


/* リスト関連 */

ul.prlink{
 margin:0 5px 30px 20px;
 font-size:85%;
}

ul.prlink li{
 list-style-type:disc;
 margin-left:10px;
}

ul.prlink a{
 color:#333;
}

ul.prlink a:hover{
 color:#f00;
 text-decoration:none;
}


ul.continlist{
 margin:0 5px 20px;
 border:1px solid #ccc;
 padding:10px;
}

ul.continlist li{
 list-style-type:disc;
 margin-left:15px;
 margin-bottom:5px;
}

ul.continlist a{
 color:#333;
}

ul.continlist a:hover{
 color:#f00;
 text-decoration:none;
}


.mlt{

}

.mlt li{
 background:url(img/reten.gif) no-repeat left 2px;
 padding-left:25px;
 margin-bottom:10px;
 border-bottom:1px dotted #ddd;
 line-height:1.4;
 display:block!important;
 padding-top:0!important;
}

.mlt li a{ text-decoration:none;}
.mlt li a:hover{ text-decoration:underline;}

.ent_btm_menu{
 margin:10px 10px 10px 3px;
}

.ent_btm_menu li{
 background:url(img/menu_arrow.jpg) no-repeat left 3px;
 padding-left:25px;
 margin-bottom:5px;
 line-height:1.4;
}

.ent_btm_menu a{
 text-decoration:none;
}

.ent_btm_menu a:hover{
 text-decoration:underline;
}



/*運営者情報テーブル*/

table.ask {
	border: 1px solid #E8D0A9;
	border-collapse: collapse;
	margin-bottom: 20px;
	width: 100%;
}

table.ask th{
	border: 1px dotted #E8D0A9;
	border-collapse: collapse;
	background-color: #FEF5E7;
	color: #333333;
	font-size: 12px;
	font-weight:bold;
	line-height: 160%;
	margin:0;
	padding: 5px 10px;
	text-align: center;
	white-space:nowrap;
}


table.ask td{
	border: 1px dotted #E8D0A9;
	border-collapse: collapse;
	font-size: 12px;
	margin:0;
	padding: 5px 15px;
	line-height: 140%;
}



/*tableタグ*/

.item_tbl{
 margin:0 0 15px 0;
}

.item_tbl td{
 padding:10px;
}

.kochira{
 width:50%;
 overflow:hidden;
 margin-left:250px;
}

.kousiki a{
 display:block;
 float:right;
 width:46%;
 color: #FF6600;
 background-color: #FFEFDF;
 border: 1px solid #FFCC99;
 font-size: 12px;
 line-height: 20px;
 text-align:center;
}

.kousiki a:hover{
 color:#fff;
 background:#fc9;
}

.shousai a{
 display:block;
 float:left;
 width:46%;
 color: #0066CC;
 background-color: #E1F0FF;
 border: 1px solid #AAD5FF;
 font-size: 12px;
 line-height: 20px;
 text-align:center;
}

.shousai a:hover{
 color:#fff;
 background:#AAD5FF;
}


/* ベスト３ */

#contents table.best3{
 border:1px solid #ddd;
 border:1px solid #E8D0A9;
 border-collapse:collapse;
 margin:0 auto;
}

#contents table.best3 th{
 border:1px solid #ddd;
 border:1px solid #E8D0A9;
 text-align:center;
 font-size:85%;
}

#contents table.best3 td{
 border:1px solid #ddd;
 border:1px solid #E8D0A9;
 text-align:center;
 padding:3px;
 font-size:82%;
 min-width:186px;
}

#contents table.best3 a{
 color:#03c;
}

#contents table.best3 a:hover{
 color:#f00;
 text-decoration:none;
}

#bestwindow{
 width:100%;
 height:330px;
 * height:340px;
 border:0px;
 overflow:hidden;
}

#bestwindow2{
 width:250px;
 height:855px;
 * height:865px;
 border:0px;
 overflow:hidden;
 margin-left:auto;
 margin-right:auto;
}

#whats_new{
 width:640px;
 height:30px;
 border:0px;
 overflow:hidden;
 margin-left:10px;
}

/*このサイトについて*/

#about{
 background:url(img/aboutsite.jpg) 630px top;
 line-height: 1.5;
 margin: 0 4px 25px 15px;
 clear:both;
 border:1px solid #E8D0A9;
}

#about p{
 margin-bottom:10px;
 margin-left:10px;
 margin-right:10px;
 font-size:80%;
}

#about div{
 border-bottom:1px dotted #5e3d14;
 border-bottom:1px dotted #e8d0a9;
 margin:5px;
 text-indent:7px;
 font-size:85%;
 color:#ed9122
}


/* その他 */

#ent_body{
 position:relative;
}



/*文字装飾*/

.rb		{ color:#f03;}
.uline	{ text-decoration:underline;}
.yb		{ background:#ff0;}

.t_left		{ text-align:left;}
.t_center	{ text-align:center;}
.t_right,
.tRight{ text-align:right;}

.c_both{ clear:both;}

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

.right{
float:right;
margin:0 0 0 20px;
}


/*
===== 1: CLEARFIX ==========================================
*/



.clearfix:after {
 content: " ";
 display: block;
 clear: both;
 height: 0;
 visibility: hidden;
}

.clearfix { display: inline-block; }

/* \*/

* html .clearfix { height: 1%; }

.clearfix { display: block; }

/* */


/* margin関連 */

.no_margin { margin: 0;}

.aM5{ margin: 5px!important; }
.tM5{ margin-top: 5px!important; }
.rM5{ margin-right: 5px!important; }
.bM5{ margin-bottom: 5px!important; }
.lM5{ margin-left: 5px!important; }

.aM10{ margin: 10px!important; }
.tM10{ margin-top: 10px!important; }
.rM10{ margin-right: 10px!important; }
.bM10{ margin-bottom: 10px!important; }
.mM10{ margin-left: 10px!important; }

.aM15{ margin: 15px!important; }
.tM15{ margin-top: 15px!important; }
.rM15{ margin-right: 15px!important; }
.bM15{ margin-bottom: 15px!important; }
.lM15{ margin-left: 15px!important; }

.aM20{ margin: 20px!important; }
.tM20{ margin-top: 20px!important; }
.rM20{ margin-right: 20px!important; }
.bM20{ margin-bottom: 20px!important; }
.lM20{ margin-left: 20px!important; }


/* padding関連 */

.no_padding { padding: 0;}

.aP5{ padding: 5px!important; }
.tP5{ padding-top: 5px!important; }
.rP5{ padding-right: 5px!important; }
.bP5{ padding-bottom: 5px!important; }
.lP5{ padding-left: 5px!important; }

.aP10{ padding: 10px!important; }
.tP10{ padding-top: 10px!important; }
.rP10{ padding-right: 10px!important; }
.bP10{ padding-bottom: 10px!important; }
.mP10{ padding-left: 10px!important; }

.aP15{ padding: 15px!important; }
.tP15{ padding-top: 15px!important; }
.rP15{ padding-right: 15px!important; }
.bP15{ padding-bottom: 15px!important; }
.lP15{ padding-left: 15px!important; }

.aP20{ padding: 20px!important; }
.tP20{ padding-top: 20px!important; }
.rP20{ padding-right: 20px!important; }
.bP20{ padding-bottom: 20px!important; }
.lP20{ padding-left: 20px!important; }


#rotate{
 margin-left:5px;
 margin-bottom:10px;
}

#slinks{
 font-size:12px;
}

