@charset "UTF-8";

/* ---------- reset ---------- */

*
{
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font-family: Verdana, Arial, sans-serif;
}

/* ---------- reset_end ---------- */

/* ---------- body ---------- */

body
{
    color: #D5D5D5;
	background-image:url(http://www.hanamuke.net/img/backimg.gif);
	background-position:center;
	padding: 0 10px;
    text-align:center;
}

a
{
	color: #837548;
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}

/* ---------- body_end ---------- */

/* ---------- container ---------- */


div#container
{
    min-width:500px;
    width: 800px;
    margin-right: auto;
	margin-left: auto;
    text-align: left;

}

div.container-inner
{
    background-coloer: #D5D5D5;
}

/* ---------- container_end ---------- */

/* ---------- header ---------- */

div#header
{
	width:100%;
	margin:0px;
}

div#header img
{
	float:center;
}

div.header-inner
{
	width:100%;
	float:right;
	text-align:right;
}

div.header-inner p
{
	font-size:60%;
	color: #D5D5D5;
}


/* ---------- header_end ---------- */


div#content
{
	clear:both;
	float: left;
	width: 100%;
	padding: 10px 0 0px 0;
}

/* ---------- banner ---------- */

div#banner
{
	/*border-top:3px solid #333333;
	padding:2px 0 2px 0;
	background-image:url(http://www.hanamuke.net/img/dotted_bg.gif);
	background-repeat:repeat-x;
	background-position:0 100%;
	margin-bottom:20px;*/
}

div.banner-inner
{
	/*height:20px;
	background-image:url(http://www.hanamuke.net/img/banner_inner_bg.gif);
	background-repeat:no-repeat;   
	background-position:50% 0;*/
}

div.banner-inner h1
{
	padding-left:5px;
}

div.banner-inner h1 a
{
	color:#837548;
	text-decoration:none;
                font-size: 12px;
}

div.banner-inner h2
{
	color:#ffffff;
	font-weight:normal;
	font-size:80%;
	padding-left:30px;
}

div.banner-inner h3
{
	color:#ffffff;
	font-weight:normal;
	font-size:80%;
	padding-left:30px;
}

/* ---------- banner_bg ---------- */

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



div#main
{
	width:100%;
	margin: 0 -200px 0 0;
	float: left;

}

div.main-inner
{
	margin: 0 210px 0 0;
	min-height: 450px;
}

div#main-archives
{
	width:100%;
	margin: 0 -200px 0 0;
	float: left;
}

div.main-archives-inner
{
    text-align:left;
	margin: 0 210px 0 0;
	min-height: 450px;
	border-top:2px solid #000000;
	padding:5px 5px 5px 0;
}

div#contents-box
{
	width:100%;
	border-top:2px solid #000000;
	padding: 0px 0px 5px 0;
}

div#info-box
{
	width:100%;
}

div.info-box-inner
{
	/*border-top:3px solid #333333;*/
	padding: 0 0px 5px 0;
	margin-right:0px;
}

div.info-box-inner p
{
	font-size:80%;
                
	line-height:140%;
	color:#333333;
	margin-bottom:10px;
}
div.info-box-inner h3
{
    font-size:90%; 
    text-align:left;
    background-color:#000000; 
    background-image:url(http://www.hanamuke.net/img/title_banner.gif); 
    background-position:0 100%; 
    background-repeat:no-repeat;
    border-top:3px solid #000000;
    padding:4px;margin-bottom: 5px;
}
div.info-box-inner h5
{
	font-size:80%;
	font-weight:normal;
	color:#666;
	margin-bottom:0px;
	background-image:url(http://www.hanamuke.net/img/contents_h5_bg.gif);
	background-position:0 50%;
	background-repeat:no-repeat;
	padding-left:10px;
}
div#news-box
{
	width:100%;
	float:left;
                
}

div.news-box-inner
{
                
	/*border-top:2px solid #747474;*/
	padding:0px 0px 5px 0;
	margin-left:5px;
}

div.news-box-inner ul li
{
	list-style:none;
	font-size:80%;
	background-color:#000000;
	padding:2px;
	margin-bottom:5px;
}

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

/* ---------- sidebar ---------- */

div#sidebar
{
	width:200px;
	float:right;
}

div.contents-menu,div.contents-search,
{
	border-top:2px solid #000000;
	margin-bottom:10px;
}

div.contents-menu
{
	font-size:80%;
}

div.contents-menu h4,div.contents-search h4,
{
	font-size:2px;
	text-decoration:none;
	text-align:left;
	display:block;
	height:27px;
	text-indent:-1200px;
	background-position:0 0;
	background-repeat:no-repeat;
}

div.contents-menu h4
{
	background-image:url(http://www.hanamuke.net/img/contents_tit_bg.gif);
}

div.contents-search h4
{
	background-image:url(http://www.hanamuke.net/img/search_tit_bg.gif);
}



div.category-archives ul
{
	list-style:none;
}

div.category-archives ul li
{
	background-image:url(http://www.hanamuke.net/img/dotted_bg.gif);
	background-position:0 100%;
	background-repeat:repeat-x;
	padding:1px 0 2px 0;
}

div.category-archives ul.sub-category
{
	padding:1px 0 0 0;
}

div.category-archives ul.sub-category li
{
	background-image:url(http://www.hanamuke.net/img/sub_menu_bg.gif);
	background-position:0 50%;
	background-repeat:no-repeat;
	padding:2px 0 1px 0;
}

div.category-archives ul.sub-category li a
{
	margin-left:20px;
}

div.category-archives ul li a
{
	display:block;
	padding:4px;
	text-decoration:none;
	color:#747474;
	background-image:url(http://www.hanamuke.net/img/contents_a_bg.gif);
	background-position:95% 50%;
	background-repeat:no-repeat;
}

div.category-archives ul li a:hover
{
	color:#837548;
	background-color:#000000;
	background-image:url(http://www.hanamuke.net/img/contents_hover_bg.gif.gif);
}

div.search-form
{
	margin: 1px 0 0 0;
	padding:10px;
	background-image:url(http://www.hanamuke.net/img/search_bg.gif);
}

div.search-form label
{
	font-size:60%;
	color:#999999;
}

div.search-form input
{
	font-size:80%;
	border:1px solid #999999;
	color:#000000;
	width:100%;
}

input.search-input
{
	border:1px solid #999999;
	color:#999999;
	width:40%;
}

div.search-form input#search
{
	margin-bottom:0px;
}

div.search-form input.searchsubmit
{
	border:0;
}

div#sidebar a.rss
{
	font-size:2px;
	text-decoration:none;
	text-align:left;
	display:block;
	height:38px;
	text-indent:-1200px;
	background-position:0 0;
	background-repeat:no-repeat;
	background-image:url(http://www.hanamuke.net/img/rss.gif);
                margin-bottom: 5px
}




/* ---------- sidebar_end ---------- */

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

div#main-archives p.navi
{
	font-size:60%;
	color: #D5D5D5;
	margin-bottom:15px;
}

div#main-archives div.entry h3.entry-header
{
font-size:90%;
text-align:left;
background-color:#000000;
background-image:url(http://www.hanamuke.net/img/title_banner.gif);
background-position:0 100%;
backgr-repeat:no-repeat;
border-top:3px solid #000000;
padding:4px;
margin-bottom: 5px;
}

div.entry-content p,div.comments-body p
{
	font-size:80%;
	color: #D5D5D5;
	line-height:150%;
	margin-bottom:10px;
}

div.entry-info ul,ul.comments-info
{
	background-image:url(http://www.hanamuke.net/img/dotted_bg.gif);
	background-position:0 0;
	background-repeat:repeat-x;
	padding:5px 0 0 0;
}

div.entry-info ul li,ul.comments-info li
{
	list-style:none;
	font-size:80%;
	display:inline;
	margin:0 15px 0 0;
}

div.entry
{
	width:100%;
	margin-bottom:30px;
}

div#main-archives div.trackbacks h4,div#main-archives div.comments h4
{
	font-size:90%;
	color:#D5D5D5;
	background-image:url(http://www.hanamuke.net/img/dotted_bg.gif);
	background-position:0 100%;
	background-repeat:repeat-x;
	padding-bottom:4px;
	margin-bottom:10px;
}

div.trackbacks,div.comments
{
	margin-bottom:20px;
}

div.trackbacks p
{
	font-size:80%;
	color:#D5D5D5;
}

div.trackbacks input
{
	border:1px solid #D5D5D5;
	color:#111111;
}

div.comments-post h5
{
	font-size:80%;
	font-weight:normal;
	color:#000000;
	margin-bottom:10px;
	background-image:url(http://www.hanamuke.net/img/contents_h5_bg.gif);
	background-position:0 50%;
	background-repeat:no-repeat;
	padding-left:10px;
}

div.comments-post p.comments-open-moderated
{
	font-size:80%;
	color:#D5D5D5;
	line-height:140%;
	margin-bottom:10px;
}

div.comments-post input#comment-author,div.comments-post input#comment-email,div.comments-post input#comment-url
{
	width:280px;
	border:1px solid #D5D5D5;
	font-size:80%;
	color:#111111;
}

div#comments-open-data
{
	width:100%;
}

div.comments-post label
{
	font-size:80%;
	color:#D5D5D5;
	margin-bottom:5px;
}

div.comments-post textarea#comment-text
{
	width:400px;
	border:1px solid #999999;
	font-size:80%;
	line-height:130%;
	color:#111111;
	margin-bottom:15px;
}

div.comments-post legend
{
	font-size:80%;
	color:#D5D5D5;
	margin-bottom:10px;	
}

div.comments-post ul
{
	list-style:none;
}

div.comments-post dl#name-email dd
{
	margin-bottom:10px;
}

ul.comments-open-footer li
{
	display:inline;
	margin-bottom:0px;
}

ul.comments-open-footer li input
{
	width:120px;
	font-size:12px;
                color:#D5D5D5;
	background-image:url(http://www.hanamuke.net/img/input_btn_bg.gif);
	background-repeat:repeat-x;
	border:1px solid #999999;
}

div.typekey-text
{
	font-size:80%;
	margin-bottom:10px;
}

div.entry blockquote
{
	background-color:#efeddc;
	padding:10px;
	margin-bottom:20px;
	font-size:80%;
	line-height:140%;
	border:1px solid #e1debd;
}

div.entry h1
{
	font-size:90%;
	color:#ffffff;
	background-image:url(http://www.hanamuke.net/img/entry_h1_bg.gif);
	padding:4px;
	margin-bottom:10px;
}

div.entry h2
{
	font-size:90%;
	color:#ffffff;
	background-image:url(http://www.hanamuke.net/img/entry_h2_bg.gif);
	padding:4px;
	margin-bottom:10px;
}

div.entry h1 a,div.entry h2 a { color:#ffffff; }

div.entry h3
{
	font-size:90%;
	background-color:#fdfde8;
	background-image:url(http://www.hanamuke.net/img/dotted_bg.gif);
	background-position:0 100%;
	background-repeat:repeat-x;
	border-top:3px solid #660000;
	padding:4px;
	margin-bottom:10px;
}

div.entry h4
{
	font-size:90%;
	background-color:#f5f5f5;
	background-image:url(http://www.hanamuke.net/img/dotted_bg.gif);
	background-position:0 100%;
	background-repeat:repeat-x;
	border-top:3px solid #333333;
	padding:4px;
	margin-bottom:10px;
}

div.entry h5
{
	font-size:90%;
	background-image:url(http://www.hanamuke.net/img/entry_h5_bg.gif);
	background-position:0 50%;
	background-repeat:no-repeat;
	line-height:150%;
	padding-left:25px;
	margin-bottom:10px;
}

div.entry h6
{
	font-size:90%;
	background-image:url(http://www.hanamuke.net/img/entry_h6_bg.gif);
	background-position:0 50%;
	background-repeat:no-repeat;
	line-height:150%;
	padding-left:25px;
	margin-bottom:10px;
}

ul.site-archives
{
	padding:0 15px;
	list-style-position:inside;
}

ul.site-archives li
{
	font-size:80%;
	margin-bottom:5px;
}

div.entry-body ul,div.entry-more ul
{
	padding-left:20px;
	line-height:150%;
}

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

/* ---------- news-box ---------- */

div.news-box-inner h3
{
    font-size:90%; 
    text-align:left;
    background-color:#000000; 
    background-image:url(http://www.hanamuke.net/img/title_banner.gif); 
    background-position:0 100%; 
    background-repeat:no-repeat;
    border-top:3px solid #000000;
    padding:4px;
　　 margin-bottom: 5px;
    margin-top: 0px;
}

/* ---------- news-box_end ---------- */

/* ---------- footer ---------- */

div#footer
{
	clear:both;
	text-align:right;
	font-size:70%;
	color:#D5D5D5;
	background-image:url(http://www.hanamuke.net/img/footer.png);
	background-position:0 0;
	background-repeat:repeat-x;
	padding-top:55px;
	padding-bottom:40px;
}

/* ---------- footer_end ---------- */

.lite a, .lite a:visited { border:1px solid #fff; display:block; width:50px; height="200" }
.lite a:hover { border:2px solid #837548; }

/* ---------- tagcloud ----------*/

.module-tagcloud .module-content { text-align: left; }
.module-tagcloud .module-content .module-list { list-style: none; }
.module-tagcloud .module-content .module-list .module-list-item { display: inline; }
.module-tagcloud .module-content .module-list li.taglevel1{ font-size: 20px; }
.module-tagcloud .module-content .module-list li.taglevel2{ font-size: 18px; }
.module-tagcloud .module-content .module-list li.taglevel3{ font-size: 16px; }
.module-tagcloud .module-content .module-list li.taglevel4{ font-size: 14px; }
.module-tagcloud .module-content .module-list li.taglevel5{ font-size: 12px; }
.module-tagcloud .module-content .module-list li.taglevel6{ font-size: 10px; }
.module-tagcloud .module-content .module-list li.taglevel1 a { color: #F07A6D; }
.module-tagcloud .module-content .module-list li.taglevel2 a { color: #A8EFB2; }
.module-tagcloud .module-content .module-list li.taglevel3 a { color: #A976A1; }
.module-tagcloud .module-content .module-list li.taglevel4 a { color: #95A3D6; }
.module-tagcloud .module-content .module-list li.taglevel5 a { color: #837548; }
.module-tagcloud .module-content .module-list li.taglevel6 a { color: #747474; }

/* ---------- tagcloud_end ----------*/


