/*ここは消さないで下さい!*/
/* Template Name: m113_Yellow */
/*CSSLicense: jp-soft.com Tsunehisa Hazama*/

* {
	margin: 0;
	padding: 0;
}

html{height: 100%;}

/* BODY */
body {
	margin : 0;
	text-align: center;
	color:#333;
	font-size: 13px;
	line-height: 150%;
	background: #FFF;
background-color:#FBF5E1;
font-family: arial, helvetica, hirakakupro-w3, osaka, "ms pgothic", sans-serif;
	}


/* 画像の属性 */
img {border: none; margin: 0;}
.img-left {	float: left;margin: 5px 10px 5px 0;}
.img-right {float: right;margin: 5px 0 5px 10px;}
.img-center {;margin: 10px auto;}

/* 強調文の属性*/
h1,h2,h3,h4,p{font-size: 100%;font-weight: normal;}

/* リンクの属性（未指定の時） */
a:link, a:visited, a:active {color: #997F00;text-decoration: underline;}
a:hover {color:#FF7733;text-decoration: none;}

/*引用属性*/
blockquote {
	width: 400px;
	height: 200px;
	overflow: auto;
	border: 1px solid #CCC;
	scrollbar-face-color: #DCEBF0;
	margin: 10px 20px 10px 20px;
	padding: 5px;
	text-align: left;
}

/*span*/
.span{font-weight: bold;}

/*罫線*/
hr {margin: 30px 0px;border-style: solid;}

/* 基本設定*/
#wrapper{
	position: relative;
	width: 728px;
	margin: 0 auto;
	text-align: center;
background-color:#FFFFFF;}

/*ヘッダー*/
#header	{
    margin: 0;
	padding: 0;
	height : 225px;
	text-align: left;
	border-top: 20px solid #997F00;
	background: url("http://dogoonsen.ya-do.com/img/header.jpg") no-repeat top left;
}

#header h1{
	position: absolute;
	top: 30px;
	left: 5px;
	color: #665D33;
	font-size: 18px;
	font-weight: bold;
	line-height: 120%;
	text-align: left;
 	text-indent: -2000px;
}

#header h2{
	position: absolute;
	left: 5px;
	top: 2px;
	width: 700px;
	color: #FFF;
	font-size: 10px;
	line-height: 120%;
	text-align: left;
}

.h_banner{
	position: absolute;
	top: 70px;
	left: 0px;
	text-align: right;
}

/*ヘッダーメニュー*/
ul#topmenu {
 	position: absolute;
 	top: 170px;
 	left: 0px;
 	width: 718px;
 	height: 25px;
	list-style: none;
	padding-left: 10px;
	border-top: 3px solid #997F00;
	border-bottom: 1px solid #997F00;
}

#topmenu li{
    height: 25px;
    display: block;
    color: #555;
    line-height: 180%;
    float: left;
}

#topmenu li a:link, #topmenu li a:visited, #topmenu li a:active {
    height: 25px;
    padding: 0 30px 0 15px;
    display: block;
    color: #997F00;
    text-decoration: none;
 	background: url("img/topmenu_back.gif") no-repeat;
    float: left;
}

#topmenu li a:hover{
 	color: #FF7733;
}

/*ブログの枠等の属性*/
#container{
	width: 728px;
	margin: 0 auto;
	text-align:left;
	}

/*コンテンツ*/
#content {
	margin: 0;
}
				
#content h2	{
	margin: 10px 0;
	height: 25px;
	font-size: 124%;
	color: #665D33;
	font-weight: bold;
	line-height: 25px;
	text-indent: 10px;
	text-align: left;
	border-left: 8px solid #999;
}

#content h3 {
	height: 20px;
	display: block;
	font-size:108%;
	font-weight: bold;
	color: #665D33;
	line-height: 150%;
	text-align: left;
	overflow: hidden;
}

#content h3.cnt {
	height: 20px;
	margin: 0 10px;
	display: block;
	font-size:108%;
	font-weight: normal;
	color: #665D33;
	line-height: 150%;
	text-align: right;
	overflow: hidden;
}


#content h3.comments-header,
#content h3.comments-open-header,
#content h3.trackbacks-header {
	height: 20px;
	display: block;
	margin: 20px 0 10px 0;
	font-size:108%;
	font-weight: bold;
	color : #CC338C;
	line-height: 150%;
	text-align: left;
	border-bottom: 1px dotted #999;
	overflow: hidden;
}

/* h2 h3リンク属性 */
#content a{font-weight: bold;}
#content a.c1{font-weight: normal;}

#content h2 a:link,
#content h2 a:visited,
#content h2 a:active,{
    color: #665D33;
    font-weight: bold;
    text-decoration: none;
    display: block;
}

#content h3.cnt a:link,
#content h3.cnt a:visited,
#content h3.cnt a:active{
    color: #665D33;
    font-weight: normal;
    text-decoration: none;
    display: block;
}

#content h2 a:hover,
#content h3.cnt a:hover,
#content h3 a:hover{
    color : #FF6633;
}

#content h4 {
	margin: 10px 0 0  0;
	padding-left:5px;
	border-bottom: 1px dotted #BBB;
	font-size:100%;
    color: #997F00;
	font-weight: bold;
}

/*記事枠*/
#content .doc{
	padding: 10px 30px 10px 30px;
	text-align: left;
	line-height: 19px;
	font-size:15px;
}

#content .doc p{
padding: 5px 0;
}

#content .next{
	text-align: right;
}

#content ol{
	margin: 0px 0px 0px 30px;
}

#content li{
	margin: 0;
	font-size: 100%;
	line-height: 19px;
}

#content p{
	margin: 10px 0;
}

#content .posted {
	text-align: right;
	font-size: 10px;
	margin: 0px 10px 0px 0;
}

/*トップコンテンツ 中尾さん*/
#content .naka{
	clear: both;
	overflow: auto;
	margin: 0px 0 20px 20px;
	padding: 5px 10px 5px 10px;
	border-width:1px;
	border-color:#333366;
	border-style:dotted;
}

/*  パンくずリスト  */
#content .navi {
	margin : 5px 0;
	font-size: 10px;
	color:#666;
	}

/*----- trackbacks & Comments-----*/

#content .comments-content,
#content .trackbacks-content{
	font-size: 12px;
	color: #888;
	line-height: 120%;
	margin: 10px 0 10px 10px;
}

#content .trackbacks-info{
	font-size: 12px;
	line-height: 120%;
	color: #333;
	margin-left: 10px;
}

#content .comments-footer,
#content .trackback-footer{
	margin: 0 0 10px 10px;
	font-size:10px;
	text-align: right;
}

#content .error {
	font-size : 14px;
	color: red;
	border: 1px solid red;
	padding: 5px;
	text-align: center;
}

/* 相互リンクリスト属性 */
#content .slink ul{
	margin: 10px 5px 20px 20px;
}

#content .slink ul li{
	margin: 0;
	font-size: 12px;
	line-height: 150%;
}

/*　アドセンス　*/
.ads_rec{
 	margin: 10px 0 10px 10px;
 	text-align: left;
}

.ads_sky{
    margin:0 auto;
}

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

.ads_banner{
    margin: 15px 0;
    text-align: center;
}

/*NAKAO*/
#news dl{
	margin: 0 0 20px 0;
	color: #555;
}

#news dt a{
	margin: 0 0 0 10px;
	text-decoration: underline;
	font-size: 12px;
}

#news dd{
	margin: 0 0 0 10px;
	color: #666;
	font-size: 10px;
}

/*フッターナビ*/
.f_navi {
	clear: both;
	margin: 0;
	padding: 10px 5px;
	text-align: right;
	font-size: 85%;
}

.f_navi img{border-style: none; vertical-align: middle;padding:0px 3px;}


/*フッター*/
#footer{
	clear: both;
	margin-top: 20px;
	padding-bottom: 20px;
	border-top: 2px solid #997F00;
	background: #FFF;
}
	
#footer h2{
	height: 20px;
	display: block;
	margin: 10px;
	font-size:100%;
	font-weight: bold;
	color : #665D33;
	line-height: 150%;
	text-align: left;
	border-bottom: 1px dotted #999;
	overflow: hidden;
}

/* メニュー */
#footer .cat{
    margin: 0;
	padding: 0 20px;
	list-style: none;
}

.cat ul{
	padding: 0;
	text-align: center;
}

.cat li{
	display: inline;
	margin: 0 5px;
}

#footer a:link, #footer a:visited, #footer a:active {color: #997F00;text-decoration: underline;}
#footer a:hover {color:#FF6633;text-decoration: none;}

/*Copyrights*/
#copyrights{
	clear: both;
	margin: 0;
	height: 50px;
	padding: 10px 10px 0 0;
	color: #666;
	text-align: right;
	line-height: 120%;
	font-size: 12px;
	border-top: 1px solid #999;
	border-bottom: 5px solid #997F00;
}

#footer a:link, #footer a:visited, #footer a:active {color: #997F00;text-decoration: underline;}
#footer a:hover {color:#FF6633;text-decoration: none;}

/* タグ指定 */

.module-tagcloud{
	margin: 0;
}

.module-tagcloud .module-content{
	margin: 0;
	background: #EEE;
	text-align: left; 
}

.module-tagcloud .module-content .module-list{
	padding: 5px;
	list-style: none;
}

.module-tagcloud .module-content .module-list .module-list-item { display: inline; }
.module-tagcloud .module-content .module-list li.taglevel1 { font-size: 19px; }
.module-tagcloud .module-content .module-list li.taglevel2 { font-size: 17px; }
.module-tagcloud .module-content .module-list li.taglevel3 { font-size: 15px; }
.module-tagcloud .module-content .module-list li.taglevel4 { font-size: 13px; }
.module-tagcloud .module-content .module-list li.taglevel5 { font-size: 11px; }
.module-tagcloud .module-content .module-list li.taglevel6 { font-size: 9px; }

.tag_line{
	margin: 10px;
	text-align: left;
}

.yellow{background:#ffff00; font-size: 100%;}

table{border-width: 0px;}
td{padding: 5px;}

table.d1 {margin: 0px 10px 10px 10px; border: solid 1px #996600; border-collapse: collapse; width: 97%;}
td.d2 {
	border: solid 1px #996600;
	padding : 5px 5px 5px 15px;
	color: #333;
	text-align:left;
}
td.d3 {
	border: solid 1px #996600;
	padding : 5px 5px 5px 15px;
	color: #333;
	text-align:center;
}
.botan {
	padding-left:80%;
padding-bottom:20px;
}
.style3{font-weight: bold;}

.saka{
        float:right;
        background:#f5f1e2;
        padding:15px;
} 

