@charset "UTF-8";
/* ************************************************ 
Theme Name: MEGUMI Theme Hana
Theme URI: http://www.10press.net/
Description: About the copyright and the license <a href="http://www.digitalcube.jp/">DigitalCube Co., Ltd.</a> has it.
Author: Theme designed by Webnist + Megane

Theme license: Individual license

 * ************************************************ */

/* ************************************************ 
	CSS Contents
	1-1. Description priority level
	1-2. Notes
	1-3. CSS Zero Include
	
	2-1. Basic setting
	2-2. Each area setting
	2-3. Header area setting
	2-4. Footer area setting
	2-5. Side contents setting
	2-6. The main contents setting
	3-1. Other setting
	
 * ************************************************ */

/* ************************************************ 
 * 1-1.Description priority level
 * ************************************************
 *	width:;
 *	height:;
 *	font-size:;
 *	font-weight:;
 *	line-height:;
 *	color:;
 *	text-align:;
 *	vertical-align:;
 *	margin:;
 *	border:;
 *	padding:;
 *	background:;
 *	background-position:;
 *	display:;
 *	float:;
 *	letter-spacing:;
 *	overflow:;
 *	position:;
 *	top:;
 *	left:;
 *	right:;
 *	bottom:;
 *	clear:;
 * ************************************************ */

/* ************************************************ 
 * 1-2.Notes
 * ************************************************
 *	
 *	Whenever Huck is done,
 *	it describes it in the following filling in column. 
 *	
 *	Line 604 IE hack
 *	
 * ************************************************ */

/* ************************************************ 
 * 1-3.CSS Include
 * ************************************************ */
@import url("initial.css");

/* ************************************************ 
 * 2-1. Basic setting
 * ************************************************ */
body
	{
	text-align:center;
	color:#333333;
	}
a:link
	{
	color:#825D76;
	text-decoration:none;
	}
a:visited
	{
	color:#825D76;
	text-decoration:underline;
	}
a:active
	{
	color:#825D76;
	text-decoration:underline;
	}
a:hover
	{
	color:#825D76;
	text-decoration:underline;
	}
div#footer a
	{
	text-decoration:none;
	}
div#side_contents a
	{
	text-decoration:none;
	}
h1 ,h2 ,h3 ,h4 ,h5 ,h6
	{
	color:#333333;
	}
h1 a:link ,h2 a:link ,h3 a:link ,h4 a:link ,h5 a:link ,h6 a:link ,
h1 a:visited ,h2 a:visited ,h3 a:visited ,h4 a:visited ,h5 a:visited ,h6 a:visited ,
h1 a:active ,h2 a:active ,h3 a:active ,h4 a:active ,h5 a:active ,h6 a:active
	{
	color:#333333;
	text-decoration:none;
	}
h1 a:hover ,h2 a:hover ,h3 a:hover ,h4 a:hover ,h5 a:hover ,h6 a:hover
	{
	color:#333333;
	text-decoration:underline;
	}

/* ************************************************ 
 * 2-2. Each area setting
 * box
 * header
 * footer
 * contents_box
 * main_contents
 * sidebar
 * main_img
 * ************************************************ */
div#box
	{
	width:940px;
	line-height:1.5;
	text-align:left;
	margin:0px auto 0px auto;
	padding:0px 0px 0px 0px;
	}
div#header
	{
	margin:0px 0px 21px 0px;
	position:relative;
	}
div#footer
	{
	font-size:92%;
	margin:20px 0px 0px 0px;
	border:1px solid #E7E4E4;
	padding:10px 10px 10px 10px;
	background:#EDEDED;
	}
div#contents_box
	{
	margin:10px 0px 0px 0px;
	background:url(images/backgrand/contents_backgrand.gif) repeat-y;
	}
div#main_contents
	{
	width:610px;
	float:left;
	}
div#sidebar
	{
	width:280px;
	font-size:92%;
	padding:0px 10px 0px 10px;
	float:right;
	}
div#main_img
	{
	margin:0px 0px 0px 0px;
	}
div#main_img img
	{
	display:block;
	}
body#home div#header
	{
	margin:0px 0px 5px 0px;
	position:relative;
	}
body#home div#contents_box
	{
	background:none;
	}
body#home div#main_contents
	{
	width:940px;
	float:none;
	}

/* ************************************************ 
 * 2-3. Header area setting
 * ************************************************ */
div#header h1
	{
	text-align:right;
	font-size:92%;
	color:#555560;
	}
div#header p#logo
	{
	display:block;
	}
div#header p#feed
	{
	position:absolute;
	top:69px;
	right:2px;
	}
div#header p#feed img
	{
	display:block;
	}

/*/ Page Navigation Setting /*/
div#header ul#page_nav
	{
	width:100%;
	min-height:37px;
	font-size:107%;
	background:url(images/nav/navigation_backbround.gif) repeat-x left top #FDDCEB;
	display:table;
	}
div#header ul#page_nav li
	{
	width:auto;
	float:left;
	display:table-cell;
	}
div#header ul#page_nav li:hover
	{
	position:relative;
	}
div#header ul#page_nav li a
	{
	width:auto;
	line-height:2.7;
	text-decoration:none;
	color:#474747;
	padding:0px 30px 0px 30px;
	background:url(images/nav/navigation_border.gif) no-repeat right center;
	float:left;
	}
div#header ul#page_nav li.feed
	{
	float:right;
	}
div#header ul#page_nav li.feed a
	{
	padding:2px 2px 2px 2px;
	background:none;
	}

/*/ Pulldown Setting /*/
div#header ul#page_nav li ul
	{
	display:none;
	}
div#header ul#page_nav li:hover > ul
	{
	width:270px;
	border-top:1px solid #CACACA;
	display:block;
	position:absolute;
	top:100%;
	left:0px;
	z-index:3;
	}
div#header ul#page_nav li ul li
	{
	width:270px;
	background:none;
	}
div#header ul#page_nav li ul li a
	{
	width:248px;
	border:1px solid #CACACA;
	border-top:none;
	padding:0px 10px 0px 10px;
	background:#FDE6F1;
	}
div#header ul#page_nav li ul li a:hover
	{
	background:#F6B3D3;
	}
div#header ul#page_nav li ul li:hover ul
	{
	top:0px;
	left:100%;
	z-index:3;
	}

/*/ Category Navigation Setting /*/
div#header ul#cat_nav
	{
	width:100%;
	background:url(http://free-wp-themes.net/wp-content/themes/megumi_hana/images/nav/catnav_back.gif) repeat-x left bottom #ECECEC;
	display:table;
	}
div#header ul#cat_nav li
	{
	width:auto;
	float:left;
	display:table-cell;
	}
div#header ul#cat_nav li a
	{
	width:auto;
	line-height:1.7;
	color:#3D3938;
	padding:0px 15px 0px 15px;
	background:url(http://free-wp-themes.net/wp-content/themes/megumi_hana/images/nav/catnav_borde.gif) no-repeat right center;
	float:left;
	}

/* ************************************************ 
 * 2-4. Footer area setting
 * ************************************************ */
div#footer div#footer_contents
	{
	font-size:85%;
	margin:0px 0px 15px 0px;
	border:1px solid #E7E4E4;
	padding:10px 10px 10px 10px;
	background:#FFFFFF;
	}
div#footer div#footer_contents h2.headline
	{
	font-weight:bold;
	color:#333333;
	margin:0px 0px 10px 0px;
	}
div#footer div#footer_contents #footer_box_01 ,
div#footer div#footer_contents #footer_box_02 ,
div#footer div#footer_contents #footer_box_03 ,
div#footer div#footer_contents #footer_box_04
	{
	width:210px;
	float:left;
	}
div#footer div#footer_contents #footer_box_02
	{
	margin:0px 10px 0px 15px;
	}
div#footer div#footer_contents #footer_box_04
	{
	float:right;
	}
div#footer div#footer_contents ul
	{
	line-height:1.7;
	}
div#footer div#footer_contents ul li ul
	{
	margin:0px 0px 0px 10px;
	}
div#footer address
	{
	text-align:center;
	}

/* ************************************************ 
 * 2-5 Side contents setting
 * ************************************************ */
/*/ Title /*/
div#sidebar h2.headline
	{
	font-size:136%;
	font-weight:bold;
	line-height:1.9;
	margin:0px 0px 12px 0px;
	background:url(images/title/side_headline_border.gif) repeat-x left bottom;
	}

/*/ Widgets /*/
div#sidebar div.widgets
	{
	margin:0px 0px 10px 0px;
	}

/*/ List /*/
div#sidebar ul
	{
	width:280px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	}
div#sidebar ul li
	{
	width:278px;
	display:block;
	}
div#sidebar ul li a
	{
	width:263px;
	border-bottom:1px solid #FFFFFF;
	padding:3px 0px 3px 15px;
	background:url(images/icon/side_icon_01.gif) no-repeat left center;
	display:block;
	}
div#sidebar ul li a:hover
	{
	text-decoration:none;
	background:url(images/icon/side_icon_02.gif) no-repeat left center #FDDBEB;
	}
div#sidebar ul li.current-cat a ,
div#sidebar ul li ul li a
	{
	width:253px;
	padding:3px 0px 3px 25px;
	background:url(images/icon/side_icon_01.gif) no-repeat 10px center;
	}
div#sidebar ul li.current-cat a:hover ,
div#sidebar ul li ul li a:hover
	{
	background:url(images/icon/side_icon_02.gif) no-repeat 10px center #FDDBEB;
	}

/*/ recentcomments /*/
div#sidebar ul#recentcomments a
	{
	border:none;
	padding:0px 0px 0px 15px !important;
	background:url(images/icon/side_icon_01.gif) no-repeat left 3px;
	}
div#sidebar ul#recentcomments li.recentcomments a.url
	{
	padding:0px 0px 0px 0px !important;
	background:none;
	}

/*/ Selectt /*/
div#sidebar select
	{
	width:260px;
	margin:10px 10px 20px 10px;
	}
	
/*/ searchform /*/
div#sidebar #searchform
	{
	margin:10px 0px 20px 0px;
	}
div#sidebar #searchform input.text
	{
	width:236px;
	height:13px;
	vertical-align:middle;
	margin:0px 0px 0px 0px;
	border:1px solid #BBBBBB;
	border-right:1px solid #DDDDDD;
	border-bottom:1px solid #DDDDDD;
	padding:4px 4px 4px 4px;
	}
div#sidebar #searchform input.button
	{
	vertical-align:middle;
	}

/*/ Calendar /*/
div#sidebar #wp-calendar
	{
	width:260px;
	margin:0px auto 0px auto;
	}
div#sidebar #wp-calendar caption
	{
	text-align:center;
	margin:0px 0px 0px 0px;
	background:#FDDBEB;
	}
div#sidebar #wp-calendar th ,
div#sidebar #wp-calendar td
	{
	text-align:center;
	color:#6E7073;
	padding:2px 10px 2px 10px;
	}
div#sidebar #wp-calendar th
	{
	font-weight:bold;
	padding:15px 0px 0px 0px;
	}
div#sidebar #wp-calendar td a
	{
	text-decoration:underline;
	}

/*/ Post List /*/
div#sidebar ul.post_list
	{
	margin:0px 0px 0px 0px;
	padding:0px 0px 7px 0px;
	}
div#sidebar ul.post_list li span.data ,
div#sidebar ul.post_list li span.title
	{
	display:block;
	}
/*/ Post List /*/
div#sidebar ul#banner_list
	{
	margin:0px 0px 0px 0px;
	padding:0px 0px 7px 0px;
	}
div#sidebar ul#banner_list li
	{
	margin:0px 0px 5px 0px;
	padding:0px 0px 0px 0px;
	}
div#sidebar ul#banner_list li a
	{
	margin:0px 0px 0px 0px;
	border:none;
	padding:0px 0px 0px 0px;
	background:none;
	}

/* ************************************************ 
 * 2-6 Main contents setting
 * ************************************************ */
/*/ Title /*/
div#main_contents h2.page_title
	{
	font-size:167%;
	font-weight:bold;
	line-height:2.3;
	border-bottom:1px solid #E7E4E4;
	padding:0px 15px 0px 15px;
	background:#F3F3F3;
	}
div#main_contents div.post h2.post_title
	{
	font-size:152%;
	font-weight:bold;
	margin:0px 0px 1px 0px;
	border-bottom:1px solid #CCCCCC;
	}
div#main_contents div.post h2.post_title a
	{
	color:#333333;
	}

/*---------- post ----------*/
div#main_contents div.post
	{
	font-size:107%;
	margin:0px 0px 15px 0px;
	}
div#main_contents div.post p.data
	{
	font-size:85%;
	margin:0px 0px 1px 0px;
	padding:0px 0px 0px 15px;
	background:url(images/icon/icon_01.gif) no-repeat left 2px;
	}
div#main_contents div.post div.entry
	{
	margin:10px 0px 15px 0px;
	}
div#main_contents div.post div.entry p
	{
	margin:10px 0px 15px 0px;
	}
div#main_contents div.post div.entry span.thumbnail
	{
	margin:0px 10px 10px 0px;
	display:block;
	float:left;
	}
div#main_contents div.post div.entry p.go_more
	{
	padding:10px 0px 0px 0px;
	}
div#main_contents div.post div.meta
	{
	text-align:right;
	font-size:85%;
	margin:0px 0px 1px 0px;
	border-top:1px dotted #A1A1A1;
	padding:5px 0px 0px 15px;
	clear:both;
	}
div#main_contents div.post div.meta span.com
	{
	padding:0px 25px 0px 25px;
	background:url(http://free-wp-themes.net/wp-content/themes/megumi_hana/images/icon/icon_02.gif) no-repeat left 2px;
	}
div#main_contents div.post div.meta span.edit
	{
	padding:0px 0px 0px 25px;
	}

/*---------- Post Decoration ----------*/
div#main_contents div.post div.entry h1 ,
div#main_contents div.post div.entry h2 ,
div#main_contents div.post div.entry h3
	{
	font-size:197%;
	font-weight:bold;
	margin:0px 0px 15px 0px;
	border-bottom:1px solid #CCCCCC;
	}
div#main_contents div.post div.entry h2
	{
	font-size:152%;
	}
div#main_contents div.post div.entry h3 ,
div#main_contents div.post div.entry h4
	{
	font-weight:bold;
	font-size:107%;
	margin:0px 0px 15px 0px;
	}
div#main_contents div.post div.entry h5
	{
	font-weight:bold;
	font-size:100%;
	margin:0px 0px 15px 0px;
	}
div#main_contents div.post div.entry h6
	{
	font-weight:bold;
	font-size:92%;
	margin:0px 0px 5px 0px;
	}
div#main_contents div.post div.entry blockquote
	{
	margin:30px 0px 15px 0px;
	border:1px dotted #BABABA;
	padding:20px 35px 0px 35px;
	background:url(images/backgrand/blockquote_backgrand.gif) no-repeat center 5px #F8F8F8;	
	}
div#main_contents div.post div.entry ul
	{
	margin:inherit;
	padding:inherit;
	}
div#main_contents div.post div.entry ol ,
div#main_contents div.post div.entry ul
	{
	margin:0px 0px 20px 0px;
	padding:inherit;
	}
div#main_contents div.post div.entry ul li
	{
	margin:0px 0px 0px 28px;
	list-style:disc;
	}
div#main_contents div.post div.entry ol li
	{
	margin:0px 0px 0px 35px;
	list-style:decimal;
	}
div#main_contents div.post div.entry table
	{
	border:1px solid #E7E4E4;
	}
div#main_contents div.post div.entry table tr th
	{
	border:1px solid #E7E4E4;
	background:#F8F8F8;
	}
div#main_contents div.post div.entry table tr td
	{
	border:1px solid #E7E4E4;
	}

/*---------- navigation ----------*/
div#main_contents .navigation
	{
	width:100%;
	min-height:25px;
	margin:10px 0px 10px 0px;
	padding:0px 0px 0px 0px;
	position:relative;
	}
div#main_contents .navigation p.previous_post
	{
	width:48%;
	position:absolute;
	top:0px;
	left:0px;
	}
div#main_contents .navigation p.next_post
	{
	width:48%;
	text-align:right;
	position:absolute;
	top:0px;
	right:0px;
	}

/*---------- comment ----------*/
div#main_contents div#commentlist_box ,
div#main_contents div#respond
	{
	margin:0px 0px 10px 0px;
	border:1px solid #E7E4E4;
	padding:20px 30px 20px 30px;
	background:#F3F3F3;
	}
div#main_contents div#commentlist_box h3 ,
div#main_contents div#respond h3
	{
	font-size:152%;
	font-weight:bold;
	margin:0px 0px 15px 0px;
	border-bottom:1px solid #E7E4E4;
	}
div#main_contents div#commentlist_box .commentlist
	{
	}
div#main_contents div#commentlist_box .commentlist li
	{
	min-height:60px;
	margin:0px 0px 10px 0px;
	border:1px solid #E7E4E4;
	padding:10px 15px 20px 80px;
	background:#FFFFFF;
	position:relative;
	}
*+html div#main_contents div#commentlist_box .commentlist li
	{
	height:60px;
	}
div#main_contents div#commentlist_box .commentlist li div.reply
	{
	position:absolute;
	bottom:5px;
	left:80px;
	}

div#main_contents div#commentlist_box .commentlist li img.avatar
	{
	position:absolute;
	top:10px;
	left:10px;
	}
div#main_contents div#commentlist_box .commentlist li cite
	{
	color:#1293A9;
	}
div#main_contents #commentform p
	{
	margin:0px 0px 15px 0px;
	}
div#main_contents #commentform p label em
	{
	font-style:normal;
	color:#FF0000;
	}
div#main_contents #commentform p label input
	{
	width:225px;
	vertical-align:middle;
	margin:0px 10px 0px 0px;
	border:1px solid #E5E5E5;
	padding:3px 0px 3px 25px;
	}
div#main_contents #commentform p label input#author
	{
	background:url(images/icon/comment_author.gif) no-repeat 5px center #FFFFFF;
	}
div#main_contents #commentform p label input#email
	{
	background:url(images/icon/comment_email.gif) no-repeat 5px center #FFFFFF;
	}
div#main_contents #commentform p label input#url
	{
	background:url(images/icon/comment_url.gif) no-repeat 5px center #FFFFFF;
	}
div#main_contents #commentform p textarea
	{
	width:100%;
	margin:10px 0px 0px 0px;
	border:1px solid #E5E5E5;
	}
div#main_contents #commentform p button
	{
	color:#000000;
	border:1px solid #ACACAC;
	background:#DCDCDC;
	}
div#main_contents #commentform button:hover
	{
	color:#000000;
	border:1px solid #EBE9ED;
	background:#ACACAC;
	}

/*---------- home ----------*/
body#home #contents_box div#home_post_list
	{
	border-top:1px solid #E2E2E2;
	border-bottom:1px solid #E2E2E2;
	padding:0px 10px 10px 10px;
	}
body#home #contents_box div#home_post_list p
	{
	width:222px;
	font-size:85%;
	margin:10px 10px 0px 0px;
	display:block;
	float:left;
	}
body#home #contents_box div#home_post_list p.post_list_right
	{
	margin:10px 0px 0px 0px;
	float:right;
	}
body#home #contents_box div#home_post_list p strong.titlex
	{
	display:block;
	}
body#home #contents_box div#home_post_list strong.title
	{
	margin:10px 0px 5px 0px;
	}
body#home #contents_box div#home_post_list p span.thumbnail
	{
	margin:0px 0px 5px 0px;
	display:block;
	}
body#home #contents_box div#home_post_list p span.thumbnail img
	{
	border:1px solid #858989;
	display:block;
	}

/* ************************************************ 
 * 3-1 Other setting
 * ************************************************ */
div#main_contents div.post div.entry div.note
	{
	margin:20px 0px 20px 0px;
	border:1px dotted #973A78;
	padding:20px 20px 20px 20px;
	background:#F8F8F8;
	}
#back-to-top
	{
	margin:30% 0px 0px 0px;
	position:absolute;
	right:5px;
	}
.googlemaps
	{
	margin:0px 0px 15px 0px;
	}
.go_posts
	{
	text-align:right;
	margin:15px 0px 0px 0px;
	}
.go_posts a
	{
	font-weight:bold;
	color:#973A78;
	padding:3px 25px 3px 25px;
	background:url(images/backgrand/go_post_backgrand.gif) repeat-x left top #CCA0B6;
	}

/* ************************************************ 
 * Feeling!!
 * It is inquiry in the webnist
 * webnist@webnist.jp
 * ************************************************ */