@charset "UTF-8";

/*---------------------------------------------------------
　サイト全体
---------------------------------------------------------*/
body{background-color: #B27246; text-align: center; color: #333333; padding: 0;margin: 0;}
h1,h2,h3,h4,h5,p,li,ul,form{margin:0;padding:0;}
table td{vertical-align: top; text-align: left;}

/*---ボーダーなし ---*/
img{ border: none;}

/*---リストなし---*/
ul,li{list-style:none;}

/*---クリア---*/
.clear{clear:both;}

/*---リンク---*/
a{color:#D2B28C;text-decoration:none;}
a:link{color:#D2B28C;text-decoration:none;}
a:visited{color:#D2B28C;text-decoration:none;}
a:active{color:#D2B28C;text-decoration:none;}
a:hover{color:#D2B28C;text-decoration:underline;}

/*---------------------------------------------------------
　header
---------------------------------------------------------*/
div#header{
	width: 100%;
	margin: 0;
	padding: 25px 0 10px 0;
	background: #160201 url(http://www.zilch-e.sakura.ne.jp/img/common/bg_header.jpg) repeat-x bottom;
}

div.headerInner{
	width: 800px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

div#header h1{
	margin: 0;
	padding: 0;
	font-size: 12px;
}

/*---------------------------------------------------------
　mainImg
---------------------------------------------------------*/
div.mainImg{
	width: 100%;
	margin: 0;
	padding: 11px 0 0 0;
	text-align: center;
	background: url(http://www.zilch-e.sakura.ne.jp/img/common/bg_main.jpg) repeat-x top left;
}

/*---------------------------------------------------------
　wrapper
---------------------------------------------------------*/
div#wrapper{
	width: 100%;
	margin: 0;
	padding: 0;
	background: #160201 url(http://www.zilch-e.sakura.ne.jp/img/common/bg_body.jpg) repeat-x top left;
}

/*---------------------------------------------------------
　container
---------------------------------------------------------*/
div#containerTop{
	width: 800px;
	height: 15px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	font-size: 1px;
	background: #FFFFFF url(http://www.zilch-e.sakura.ne.jp/img/common/bg_contentstop.jpg) repeat-x;
}

div#container{
	width: 800px;
	margin: 0 auto;
	padding: 0 0 80px 0;
	text-align: left;
	background: #FFFFFF url(http://www.zilch-e.sakura.ne.jp/img/common/bg_contents.jpg) repeat-y;
}

div#container:after{
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}

/*---------------------------------------------------------
　leftBox
---------------------------------------------------------*/
div.leftBox{
	width: 200px;
	margin: 0;
	padding: 0;
	float: left;
	text-align: center;
}

div.leftBox h4
{
	width:200px;
	height:28px;
	font-size:1px;
	text-indent:-9999px;
	background:url(http://www.zilch-e.sakura.ne.jp/img/common/sidebar_top.jpg) no-repeat;
}

div.sideNavi{
	width: 178px;
	margin:0 auto;
	padding: 0;
}

div.sideNavi ul
{
	width:178px;
	margin:0;
	padding: 0;
	text-align: left;
}

div.sideNavi ul li
{
	font-size:12px;
	font-weight:normal;
	font-family:Verdana,"ＭＳ ゴシック";
	margin:0;
	padding: 0;
}

div.sideNavi ul li a
{
	width:139px;
	_width:178px;
	padding: 12px 0 12px 39px;
	_padding: 12px 0 12px 39px;
	font-weight:bold;
	font-family:Verdana,"ＭＳ ゴシック";
	text-decoration:none;
	color:#8A6F64;
	background:url(http://www.zilch-e.sakura.ne.jp/img/common/category.jpg) no-repeat 0 0;
	display:block;
}
div.sideNavi ul li a:link{color:#8A6F64;text-decoration:none;}
div.sideNavi ul li a:visited{color:#8A6F64;text-decoration:none;}
div.sideNavi ul li a:active{color:#8A6F64;text-decoration:none;}
div.sideNavi ul li a:hover{color:#411709;text-decoration:none;background:url(http://www.zilch-e.sakura.ne.jp/img/common/category_hover.jpg) no-repeat 0 0;}

/*---------------------------------------------------------
　rightBox
---------------------------------------------------------*/
div.rightBox{
	width: 585px;
	margin: 0;
	padding: 0 0 20px 0;
	float: right;
}

/*-- トピックパス --*/
div.rightBox p.topicpath{
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 12px;
	color: #8B7164;
}

/*-- entry --*/
div.rightBox div.entry-body{
	width: 557px;
	margin: 0 0 15px 5px;
	padding: 0;
}

/*-- h3 --*/
div.rightBox h3{
	color: #443228;
	font-size: 16px;
	margin: 0 0 5px 0;
	padding: 17px 0 14px 83px;
	background: url(http://www.zilch-e.sakura.ne.jp/img/common/h3.jpg) no-repeat;
	clear: both;
}

/*-- h4 --*/
div.rightBox h4{
	color: #BF7D4B;
	font-size: 14px;
	margin: 0 0 15px 0;
	padding: 5px 0 2px 44px;
	background: url(http://www.zilch-e.sakura.ne.jp/img/common/h4.jpg) no-repeat;
	border-bottom: 1px dotted #A39A95;
	clear: both;
}

/*-- h5 --*/
div.rightBox h5{
	font-size: 12px;
	margin: 0 0 15px 0;
	padding: 0 0 0 20px;
	color: #A01E2A;
	background: url(http://www.zilch-e.sakura.ne.jp/img/common/h5.jpg) no-repeat 0 2px;
}

/*-- h6 --*/
div.rightBox h6{
	font-size: 12px;
	margin: 0 0 10px 0;
	padding: 5px 0 4px 30px;
	color: #874C14;
	background: url(http://www.zilch-e.sakura.ne.jp/img/common/h6.jpg) no-repeat;
}

/*-- p --*/
div.rightBox p{
	font-size:12px;
	color:#666666;
	background-color:inherit;
	line-height:150%;
	margin-bottom:10px;
}

/*-- リスト（丸） --*/
ul.disc{
	margin: 0 0 10px 0;
	padding: 0 0 0 20px;
	font-size: 0.8em;
}

ul.disc li{
	list-style: disc;
}

/*-- リスト（数字） --*/
ol.decimal{
	margin: 0 0 30px 0;
	padding: 0 0 0 20px;
	font-size: 0.8em;
}

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

/*-- 最新情報 --*/
div.news-box
{
	width: 570px;
	margin: 0 0 25px 0;
	padding: 0;
	text-align: center;
}

div.news-box h2
{
	width: 570px;
	height: 48px;
	margin: 0 0 10px 0;
	font-size: 1px;
	text-indent: -9999px;
	background: url(http://www.zilch-e.sakura.ne.jp/img/top/h3_news.jpg) no-repeat;
}

div.news-box ul
{
	width:525px;
	margin: 0 auto;
	_margin: 0;
	padding: 0;
	text-align: left;
}

div.news-box li
{
	font-size:12px;
	font-weight:normal;
	color:#666666;
	line-height:150%;
	list-style:none;
	margin: 0 0 5px 0;
}


/*---------------------------------------------------------
　footer
---------------------------------------------------------*/
div#footer{
	width: 100%;
	margin: 0;
	padding: 20px 0;
	background: #B27246 url(http://www.zilch-e.sakura.ne.jp/img/common/bg_footer.jpg) repeat-x top;
	clear: both;
}

div#footer p{
	width: 800px;
	margin: 0 auto 15px auto;
	padding: 0;
	color: #D2B28C;
	font-size: 12px;
	text-align: center;
}

address{
	font-style: normal;
	font-size: 12px;
	color: #FFFFFF;
	margin: 0;
	padding: 0;
}

/*---------------------------------------------------------
　sitemap
---------------------------------------------------------*/
div#sitemap-box {
	font-size:12px;
	background-color:inherit;
	line-height:150%;
	margin-bottom:10px;
	font-family:sans-serif, "ＭＳ ゴシック", Verdana, osaka;
}
div#sitemap-box ul {
	margin-left:20px;
}

div#sitemap-box ul li a{color:#B1844E;text-decoration:none;}
div#sitemap-box ul li a:link{color:#B1844E;text-decoration:none;}
div#sitemap-box ul li a:visited{color:#B1844E;text-decoration:none;}
div#sitemap-box ul li a:active{color:#B1844E;text-decoration:none;}
div#sitemap-box ul li a:hover{color:#B1844E;text-decoration:underline;}


/* CSSロールオーバー(アルファ使用)
==========================================================*/
a:hover img{
	opacity:0.6;
	filter: alpha(opacity=60);
}

/* option
==========================================================*/
.img-left{
	float:left;
	margin:0 10px 10px 0;
	}
	
.img-right {
	float:right;
	margin:0 10px 10px 10px;
	}
	
.Txt-right {
	width: 340px;
	float:right;
}

/*---------------------------------------------------------
top
----------------------------------------------------------*/
div.top-inner01{
	width: 557px;
	margin: 0 0 20px 0;
	padding: 0;
}

div.top-inner01:after{
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}

div.top-inner01 img{
	float: left;
}

div.top-inner01 div.top-innerR{
	width: 250px;
	padding: 0;
	float: right;
}

/*---------------------------------------------------------
contents
----------------------------------------------------------*/
div.contents-inner01{
	width: 557px;
	margin: 0 0 20px 0;
	padding: 0;
}

div.contents-inner01:after{
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}

div.contents-inner01 img{
	float: left;
}

div.contents-inner01 div.contents-innerR{
	width: 250px;
	padding: 0;
	float: right;
}

div.contents-inner02{
	width: 557px;
	margin: 0 0 20px 0;
	padding: 0;
}

div.contents-inner02:after{
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}

div.contents-inner02 img{
	float: right;
}

div.contents-inner02 div.contents-innerL{
	width: 300px;
	padding: 0;
	float: left;
}





/* ---------- main ---------- */

div#layout-one-column #main
{
	width:700px;
	float:left;
}

div#layout-two-column-right #main
{
	width:500px;
	float:left;
}

div#layout-two-column-left #main
{
	width:600px;
	float:left;
}

div#layout-three-column #main
{
	width:400px;
	float:left;
}

div.content
{
	padding:0 15px 15px 15px;
}

div.entry
{
	margin:0 0 20px 0;
}

p.date-header
{
	color:#666666;
	font-size:10px;
	font-weight:normal;
	padding:5px 0 5px 0;
	background-color:inherit;
}



h3.entry-header
{
	color: #443228;
	font-size: 16px;
	margin: 0 0 5px 0;
	padding: 17px 0 14px 83px;
	background: url(http://www.zilch-e.sakura.ne.jp/img/common/h3.jpg) no-repeat;
	clear: both;
}
h3.entry-header a
{
	color:#8a6f64;
	background-color:inherit;
}

div.entry-content
{
	padding:10px;
}

div.content blockquote
{
	padding:10px;
	border:1px dashed #999999;
	background-color:#ffffff;
	margin:0 0 15px 0;
}

div.content blockquote p
{
	color:#669966;
	font-size:12px;
}

div.entry-body p,
div.entry-more p
{
	color:#666666;
	font-size:12px;
	line-height:140%;
	margin:0 0 10px 0;
	background-color:inherit;
}

div.entry-body img,
div.entry-more img
{
	border:0;
	margin:0 0 20px 0;
}

div.entry-body ul,
div.entry-more ul
{
	list-style-position:inside;
}

div.entry-body li,
div.entry-more li
{
	color:#666666;
	font-size:12px;
	margin:0 5px 0 0;
	list-style-type: square;
	background-color:inherit;
}

div#category-archives h4
{
	font-size:2px;
	text-indent:-9999px;
	background:#ffffff url(http://www.zilch-e.sakura.ne.jp/img/contents-menu.jpg) no-repeat left top;
        margin:3px auto;
	color:inherit;
	width:172px;
	height:22px;
}

div.content div.entry-tags h4
/*
{
	color:#666666;
	font-size:12px;
	padding:0 0 5px 0;
	margin:0 0 5px 0;
	background-color:transparent;
	border-bottom:1px dotted #999999;
}
*/
{
	font-size:130%;
	font-weight:bold;
	font-family:sans-serif, "ＭＳ ゴシック", Verdana, osaka;
	color:#D50D4E;
	background:transparent url(http://www.zilch-e.sakura.ne.jp/img/h4.jpg) no-repeat left 0;
        text-indent:30px;
	border:none;
	line-height:130%;
	margin:0 5px 10px 0;
        height:29px;
}


div.entry-tags ul.entry-tags-list
{
	list-style:none;
	border-bottom:1px dotted #999999;
	padding:0 0 5px 0;
	margin:0 0 10px 0;
}

div.entry-tags ul.entry-tags-list li
{
	display:inline;
	margin:0 10px 0 0;
	font-size:12px;
}

div.entry-info
{
	padding-bottom:10px;
	text-align:right;
}

div.entry-info ul
{
	list-style-type: none;
}

div.entry-info li
{
	color:#666666;
	font-size:10px;
	display:inline;
	margin-right: 5px;
	background-color:inherit;
}

div.content h4
{
	font-size:2px;
	text-indent:-9999px;
	background:#ffffff url(http://www.zilch-e.sakura.ne.jp/img/search.gif) no-repeat left top;
	color:inherit;
	width:188px;
	height:20px;
}



div.content h5
/*
{
	color:#666666;
	font-weight:bold;
	font-size:10px;
	border-bottom:1px dotted #cccccc;
	padding:2px;
	margin-bottom:10px;
}
*/

{
	font-size:13px;
        font-wieght:bold;
	color:#666;
	background:transparent url(http://www.zilch-e.sakura.ne.jp/img/h5.jpg) no-repeat 3px 0;
	text-indent:20px;
	line-height:170%;
	margin-bottom:10px;
	font-family:sans-serif, "ＭＳ ゴシック", Verdana, osaka;
}

div.content p.navi-link
{
	color:#666666;
	font-size:12px;
	margin-bottom:15px;
	background-color:inherit;
}

/* ---------- main_end ---------- */

/* ---------- menu ---------- */

div#layout-one-column div#left-menu,
div#layout-one-column div#right-menu
{
	display:none;
}

div#layout-two-column-right div#left-menu,
div#layout-two-column-right div#right-menu
{
	width:198px;
	float:right;
}

div#layout-two-column-left div#left-menu,
div#layout-two-column-left div#right-menu
{
	width:198px;
	float:left;
}

div#layout-three-column div#left-menu,
div#layout-three-column div#right-menu
{
	width:198px;
	float:left;
}

div#layout-two-column-right div.left-content,
div#layout-two-column-right div.right-content
{
	padding:0 15px 0 0;
}

div#layout-two-column-left div.left-content,
div#layout-two-column-left div.right-content
{
	padding:0 0 0 15px;
}

div#layout-three-column div.right-content
{
	padding:0 15px 0 0;
}

div#layout-three-column div.left-content
{
	padding:0 0 0 15px;
}

div.left-content h3,
div.right-content h3
/*
{
	background-color:#666666;
	color:#ffffff;
	font-weight:normal;
	font-size:10px;
	padding:2px;
	margin-bottom:10px;
}
*/
{
	font-size:2px;
	text-indent:-9999px;
	color:inherit;
	background:#ffffff url(http://www.zilch-e.sakura.ne.jp/img/new-topics.gif) no-repeat left top;
}


/*
div.left-content h3 a,
div.right-content h3 a
{
	color:#ffffff;
}
*/


div#left-menu li,
div#right-menu li
{
	list-style-position:inside;
	color:#666666;
	font-size:12px;
	background-color:inherit;
}

div.search-form,
div.category-archives,
div.category-label
{
	margin-bottom: 10px;
}
div.category-label ul
{
	list-style-type:none;
	
}
div.monthly-archives,
div.monthly-archives ul.module-list,
div.recent-entry ul.recent-entry-item
{
	margin-bottom: 10px;
	list-style-type:none;
	
}

div.category-archives h6{
	font-size: 12px;
	margin: 0 0 10px 0;
	padding: 5px 0 4px 30px;
	color: #874C14;
	background: url(http://www.zilch-e.sakura.ne.jp/img/common/h6.jpg) no-repeat;
}

div.monthly-archives h6{
	font-size: 12px;
	margin: 0 0 10px 0;
	padding: 5px 0 4px 30px;
	color: #874C14;
	background: url(http://www.zilch-e.sakura.ne.jp/img/common/h6.jpg) no-repeat;
}


div.recent-entry h6{
	font-size: 12px;
	margin: 0 0 10px 0;
	padding: 5px 0 4px 30px;
	color: #874C14;
	background: url(http://www.zilch-e.sakura.ne.jp/img/common/h6.jpg) no-repeat;
}

div.site-link ul.sub-category
{
	margin-bottom: 10px;
	list-style-type:none;
	
}

div.site-link h6{
	font-size: 12px;
	margin: 0 0 10px 0;
	padding: 5px 0 4px 30px;
	color: #874C14;
	background: url(http://www.zilch-e.sakura.ne.jp/img/common/h6.jpg) no-repeat;
}



div.cclicense,
div.powered,
div.search-feed
{
	margin-bottom: 10px;
}

div.search-form label,
div.cclicense {
	background-color:inherit;
	color:#666666;
	font-size:12px;
	margin:0 0 5px 0;
}

div.search-form input#search {
	width:80%;
	color:#666666;
	font-size:12px;
	border: 1px solid #666666;
	padding:2px;
	background-color:#eeeeee;
}

div.search-form input.searchsubmit {
	color:#ffffff;
	font-size:12px;
	border: 1px solid #666666;
	background-color:#82492c;
	margin-top:5px;
}
div.search-form h6{
	font-size: 12px;
	margin: 0 0 10px 0;
	padding: 5px 0 4px 30px;
	color: #874C14;
	background: url(http://www.zilch-e.sakura.ne.jp/img/common/h6.jpg) no-repeat;
}

/* ---------- menu_end ---------- */


/* ---------- trackback ---------- */

div.trackbacks p,
div.trackbacks dt
{
	color:#666666;
	font-size:12px;
	background-color:inherit;
}

div.trackbacks dl
{
	margin:0 0 15px 0;
}

div.trackbacks p
{
	margin:5px 0 10px 0;
}

div.trackbacks input
{
	color:#999999;
	border: 1px solid #999999;
	padding:2px;
	background-color:#ffffff;
}

ul.trackback-info
{
	border-top: 1px solid #999999;
	padding:5px 0;
}

ul.trackback-info li
{
	color:#5b5b5b;
	font-size:10px;
	display:inline;
	margin-right: 5px;
	list-style-type: none;
	background-color:inherit;
}

/* ---------- trackback_end ---------- */

/* ---------- comment ---------- */

div.comments,
div#comments-open-data label
{
	margin-bottom: 10px;
}

div.comments-body
{
	padding:5px;
}

div.comments-body p,
div.comments-info li,
div#comments-open-data legend,
div#comments-open-data label
{
	color:#666666;
	background-color:inherit;
	font-size:12px;
}

p.comments-open-moderated
{
	color:#666666;
	background-color:inherit;
	font-size:12px;
}

div.comments-body p,
div.comments-post-content p
{
	margin:5px 0 10px 0;
}
div.comments-post h5{
	font-size: 12px;
	margin: 0 0 15px 0;
	padding: 0 0 0 20px;
	color: #A01E2A;
	background: url(http://www.zilch-e.sakura.ne.jp/img/common/h5.jpg) no-repeat 0 2px;
}


ul.comments-info
{
	border-top: 1px solid #999999;
	padding:5px 0;
	margin:0 0 15px 0;
}

ul.comments-info li
{
	display:inline;
	margin-right:5px;
	list-style-type:none;
	color:#666666;
	background-color:inherit;
	font-size:10px;
}

div#comments-open-data legend
{
	color:#666666;
	background-color:inherit;
	margin-bottom:10px;
}

div#comments-open-data input#comment-author,
div#comments-open-data input#comment-email,
div#comments-open-data input#comment-url
{
	width:40%;
	color:#666666;
	font-size:12px;
	border: 1px solid #999999;
	padding:2px;
	background-color:#eeeeee;
	margin:5px 0 10px 0;
}

div#comments-open-data textarea
{
	width:60%;
	color:#666666;
	font-size:12px;
	border: 1px solid #999999;
	padding:2px;
	background-color:#eeeeee;
	margin:5px 0 10px 0;
}

ul.comments-open-footer input
{
	color:#999999;
	font-size:12px;
	border: 1px solid #999999;
	background-color:#ffffff;
	margin-top:5px;
}

ul.comments-open-footer li
{
	display:inline;
	margin-right:15px;
	list-style-type:none;
}

ul.cookie li
{
	display:inline;
	list-style-type:none;
}

/* ---------- comment_end ---------- */

/* ---------- search ----------*/

div.content h3.search-results-header
{
	color: #443228;
	font-size: 16px;
	margin: 0 0 5px 0;
	padding: 17px 0 14px 83px;
	background: url(http://www.zilch-e.sakura.ne.jp/img/common/h3.jpg) no-repeat;
	clear: both;
}

div.search-feed p
{
	color:#666666;
	font-size:10px;
	line-height:140%;
}

div.search-feed-content
{
	border: 1px solid #cccccc;
	padding:10px;
}

p.feed-link
{
	margin:5px 0 0 0;
}

form#search-form label
{
	background-color:inherit;
	color:#666666;
	font-size:12px;
	margin:0 0 5px 0;
}

dd#search-box ul,dd#search-options ul
{
	list-style:none;
	padding:0 0 10px 0;
}

dd#search-box ul li,dd#search-options ul li
{
	display:inline;
	margin:0 15px 0 0;
}

dd#search-box input#search
{
	width:70%;
	color:#666666;
	font-size:12px;
	border: 1px solid #666666;
	padding:2px;
	background-color:#eeeeee;
}

dd#search-box input.searchsubmit {
	color:#666666;
	font-size:12px;
	border: 1px solid #666666;
	background-color:#ffffff;
	margin-top:5px;
}

h5.search-results-tit
{
	color:#666666;
	font-weight:bold;
	font-size:10px;
	border-bottom:1px dotted #cccccc;
	padding:2px;
	margin-bottom:10px;
}

p.search-results-content
{
	color:#666666;
	font-size:12px;
	line-height:140%;
	margin:0 0 10px 0;
	background-color:inherit;
}

/* ---------- search_end ----------*/

/* ---------- archives ----------*/

div.archive-body ul.archive-list li
{
	list-style-position:inside;
	color:#666666;
	font-size:12px;
	background-color:inherit;
}

/* ---------- archives_end ----------*/



div#alpha-inner
{
	color: #BF7D4B;
	font-size: 14px;
	padding: 10px 10px 10px 20px;
}

