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

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

strong{font-weight:bold;}

/* リンク色（ページ全体） */
a { color: #0000ff; 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; }


/* ページレイアウト */
body
{
 margin: 0;
 padding: 0;
 font-size: 100%;
 text-align: center;
 color: #333;
 background: #eee;
 line-height: 1.5;
}

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


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

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

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

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


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

#pagebody
{
 text-align: left;
}

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


/* ナビ */

#navi {
 clear:both;
 width:900px;
 overflow:hidden;
 position:absolute;
 top:170px;
 left:0px;
 padding:3px 10px 3px 18px;
 font-size:85%;
 background:#fce9f3;
 color:#a04d76;
 text-align:left;
 border-top:1px solid #de579a;
 border-bottom:1px solid #de579a;
}

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

#navi a{ color:#a04d76;}
#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 #de579a;
 width:610px;
 overflow:hidden;
}

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


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

.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;
}

.ent2{
 font-size:92%;
}

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

.more a{
 font-size:85%;
 font-weight:bold;
 background:url(img/arrow11_r.gif) no-repeat left center;
 padding:2px 0 0px 22px;
 line-height:22px;
}

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



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


/* サイド */

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

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

.side_title{
 color:#333;
 font-weight:bold;
 background: url(img/tab_mae.jpg) #de579a;
 text-indent:10px;
 padding:5px 0 3px;
 border:1px solid #de579a;
}

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

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

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

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

.side_cont dt{
 border-top:1px solid #de579a;
 background:url(img/side_li_bk.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!important;
}

.side_cont li{
 background:#f7eee1;
 border-top:1px solid #de579a;
 background:url(img/side_li_bk.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{

}


/* フッター */
#footer
{
 position: relative;
 width: 900px;
 height:55px;
 background: url(img/tab_mae.jpg) #de579a;
 clear: both;
 color: #333;
 padding:10px 0;

}

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

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


#footer a:hover{ color: #f00;}


/*文字装飾*/

.rb{
 color:#f03;
}

.uline{
 text-decoration:underline;
}

.yb{
 background:#ff0;
}

.bold{
 font-weight:bold;
}

.ad_link{
 clear:both;
 text-align:center;
 margin: 0 0px 40px 0px;
}

.ad_link a{
 font-weight:bold;
 font-size:134%;
}

.ad_link a:hover{
}


.top_ad{
 font-weight:bold;
}

.t_left{
 text-align:left!important;
}

.t_center{
 text-align:center!important;
}

.t_right{
 text-align:right!important;
}

.c_both{
 clear:both;
}


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

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

.asp_bnr{
 margin-bottom:20px;
}



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

.ent_main_ad{
 clear:both;
 margin-bottom:25px!important;
}

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

.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.entinlist{
 margin:0 5px 15px 20px;
}

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


.mlt{
 margin:0px 0px 10px;
}

.mlt li{
 background:url(img/reten.gif) no-repeat left 1px;
 padding-left:22px;
 margin-bottom:10px;
 border-bottom:1px dotted #ddd;
 line-height:1.4;
 font-weight:bold;
}

.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;
}


/* 見出し関連 */

.header1,
.header3
{
 clear: both;
 background:url(http://www.hinaidori.com/img/h3_jyohol.jpg) no-repeat;
 border-bottom:2px solid #791c4a;
 line-height: 32px;
 font-size: 114%;
 font-weight: bold;
 letter-spacing:0px;
 height:31px;
 padding-left:38px;
 margin:10px 15px 5px;
}

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

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

.sub_header{
 background:none;
 padding:15px 0 1px 0px;
 margin:5px 0px 5px;
 height:1%;
 line-height: 1.3;
 border-bottom:2px solid #ccc;
 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;
}


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

table.ask {
	border: 1px solid #666;
	border-collapse: collapse;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 2%;
	width: 94%;

}


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


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


/* ベスト３ */

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

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

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

#contents table.best3 a{

}

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

#bestwindow{
 width:680px;
 height:330px;
 * height:340px;
 border:0px;
 overflow:hidden;
 clear:both;
}


/* 余白関連 */
.aM0{ 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; }
.lM10{ 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; }

.aP0{ 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; }
.lP10{ 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; }

.txtbnr{
 font-size:92%;
 margin:0 0 15px 0px;
 padding-top:10px;
}

.txtbnr span{
 font-weight:bold;
}

.txtbnr span a{
 background:#ff0;
}

.adtbl{
width:100%;
}

.adtbl td{
vertical-align:top;
}

#whats_new{
 width:680px;
 height:25px;
 border:0px;
 overflow:hidden;
 position:absolute;
 top:215px;
 left:40px;
}

.e_left{
 width:500px;
 float:left;
}

.e_right{
 float:right;
}


/* 追加分 */

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

#slinks{
 font-size:12px;
}


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

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

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

#about div{
 border-bottom:1px dotted #de579a;
 margin:5px;
 text-indent:7px;
 font-size:85%;
 color:#791c4a;
}


/* アドセンス記事下*/

.ads{
 margin-left:-5px!important;
 margin-bottom:20px;
}


