@charset "UTF-8";
/* ************************************************ 
Theme Name: MEGUMI Theme Spring
Theme URI: http://premium.contents-summit.net/
Description: About the copyright and the license <a href="http://www.digi3.jp/">DigitalCube Co., Ltd.</a> has it.
Author: Theme designed by Webnist + Megane


 * ************************************************ */

/* ************************************************ 
	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. 
 *	
 *	
 *	
 * ************************************************ */

/* ************************************************ 
 * 1-3.CSS Include
 * ************************************************ */
@import url("initial.css");

/* ************************************************ 
 * 2-1. Basic setting
 * ************************************************ */

body
	{
	text-align:center;
	color:#555555;
	background:url(images/body_backgrand.gif) repeat-y center top #FFF7CD;
	}
a
	{
	color:#0E6E00;
	text-decoration:none;
	}
a:hover
	{
	text-decoration:none;
	}
#sidebar a
	{
	font-weight:bold;
	}
div#footer a
	{
	color:#44A836;
	}
/* ************************************************ 
 * 2-2. Each area setting
 * box
 * header
 * footer
 * contents_box
 * main_contents
 * sidebar
 * main_img
 * ************************************************ */

div#box
	{
	width:930px;
	line-height:1.5;
	text-align:left;
	margin:0px auto 0px auto;
	padding:0px 0px 0px 0px;
	}
div#header
	{
	height:118px;
	max-height:118px;
	margin:0px 0px 6px 0px;
	position:relative;
	}
div#footer
	{
	font-size:77%;
	margin:20px 0px 0px 0px;
	border-top:1px dotted #8A8076;
	padding:10px 0px 15px 0px;
	}
div#contents_box
	{
	margin:10px 0px 0px 0px;
	background:url(images/contents_backgrand.gif) repeat-y right top;
	}
div#main_contents
	{
	width:568px;
	float:left;
	}
div#sidebar
	{
	width:311px;
	font-size:92%;
	padding:0px 10px 0px 10px;
	float:right;
	}
div#main_img
	{
	margin:0px 0px 20px 0px;
	}
div#main_img img
	{
	display:block;
	}

/* ************************************************ 
 * 2-3. Header area setting
 * ************************************************ */
div#header h1
	{
	font-size:92%;
	color:#8B8B8B;
	position:absolute;
	top:5px;
	right:0px;
	}
div#header p#logo
	{
	display:block;
	position:absolute;
	top:0px;
	left:0px;
	}

/*---------- Header Searchform Settings ----------*/
div#header p#header_address
	{
	width:243px;
	display:block;
	position:absolute;
	top:26px;
	right:0px;
	}

/*---------- Page Navigations ----------*/
div#header ul#page_nav
	{
	width:100%;
	height:29px;
	max-height:29px;
	background:#F8B74A;
	position:absolute;
	top:67px;
	right:0px;
	}
div#header ul#page_nav li
	{
	width:auto;
	height:29px;
	display:block;
	float:left;
	}
div#header ul#page_nav li:hover
	{
	position:relative;
	}
div#header ul#page_nav li:first-child
	{
	margin:0px 0px 0px 20px;
	}
div#header ul#page_nav li a
	{
	width:auto;
	height:19px;
	color:#050505;
	text-decoration:none;
	margin:5px 0px 5px 0px;
	border-right:1px solid #050505;
	padding:0px 15px 0px 15px;
	display:block;
	float:left;
	}
div#header ul#page_nav li:first-child a
	{
	border-left:1px solid #050505;
	}
div#header ul#page_nav a:hover
	{
	text-decoration:underline;
	}

/*---------- Category Navigation Settings ----------*/
div#header ul#cat_nav
	{
	width:100%;
	max-height:22px;
	background:#E4E4E4;
	position:absolute;
	top:96px;
	right:0px;
	}
div#header ul#cat_nav li
	{
	width:auto;
	height:23px;
	line-height:1;
	display:block;
	float:left;
	position:relative;
	}
div#header ul#cat_nav li:first-child
	{
	margin:0px 0px 0px 20px;
	}
div#header ul#cat_nav li a
	{
	width:auto;
	height:13px;
	color:#050505;
	margin:4px 0px 0px 0px;
	border-right:1px solid #050505;
	padding:0px 15px 0px 15px;
	display:block;
	float:left;
	}
div#header ul#cat_nav li:first-child a
	{
	border-left:1px solid #050505;
	}
div#header ul#cat_nav a:hover
	{
	text-decoration:underline;
	}
	
/*---------- Pulldown Settings ----------*/
div#header ul#page_nav li ul
	{
	display:none;
	}
div#header ul#page_nav li:hover > ul
	{
	width:150px;
	border-top:1px solid #050505;
	background:#F8B74A;
	display:block;
	position:absolute;
	top:100%;
	left:0px;
	z-index:3;
	}
div#header ul#page_nav li:hover > ul li
	{
	width:148px;
	border:1px solid #050505;
	border-top:none;
	display:block;
	}
div#header ul#page_nav li:hover > ul li:first-child
	{
	margin:0px 0px 0px 0px;
	}
div#header ul#page_nav li:hover > ul li:first-child a
	{
	border:none;
	}
	
div#header ul#page_nav li:hover > ul li a
	{
	width:128px;
	line-height:1.8;
	border:none;
	padding:0px 10px 0px 10px;
	display:block;
	}

/*---------- Pulldown Settings ----------*/
div#header ul#cat_nav li ul.children
	{
	display:none;
	}
div#header ul#cat_nav li:hover > ul.children
	{
	width:150px;
	border-top:1px solid #D2D2D2;
	background:#393939;
	display:block;
	position:absolute;
	top:100%;
	left:0px;
	z-index:3;
	}
div#header ul#cat_nav ul.children li
	{
	width:148px;
	border:1px solid #D2D2D2;
	border-top:none;
	display:block;
	}
div#header ul#cat_nav ul.children li a
	{
	width:128px;
	line-height:1.8;
	padding:0px 10px 0px 10px;
	display:block;
	}
	
/* ************************************************ 
 * 2-4. Footer area setting
 * ************************************************ */
div#footer h2.title
	{
	font-weight:bold;
	color:#555555;
	margin:0px 0px 5px 0px;
	}
div#footer #f_box_01 ,
div#footer #f_box_02 ,
div#footer #f_box_03 ,
div#footer #f_box_04
	{
	width:210px;
	float:left;
	}
div#footer #f_box_02
	{
	margin:0px 10px 0px 15px;
	}
div#footer #f_box_04
	{
	float:right;
	}
div#footer ul
	{
	line-height:1.7;
	}
div#footer ul li ul.children
	{
	margin:0px 0px 0px 10px;
	}

/* ************************************************ 
 * 2-5 Side contents setting
 * ************************************************ */
/*---------- title ----------*/
div#sidebar h2.title
	{
	font-size:144%;
	font-weight:bold;
	line-height:1.9;
	color:#272727;
	margin:0px 0px 13px 0px;
	border-bottom:2px solid #f8B74A;
	padding:0px 0px 0px 5px;
	}
div#sidebar h2.img_title
	{
	margin:0px 0px 13px 0px;
	}

/*---------- Widgets ----------*/
div#sidebar div.widgets
	{
	margin:0px 0px 10px 0px;
	}

/*---------- List ----------*/
div#sidebar ul
	{
	margin:0px 0px 0px 0px;
	padding:0px 7px 7px 7px;
	}
div#sidebar ul li
	{
	line-height:1.8;
	}
div#sidebar ul li a
	{
	line-height:1.3;
	padding:0px 0px 0px 15px;
	background:url(images/icon/side_icon_01.gif) no-repeat left 2px;
	}
div#sidebar ul li ul
	{
	margin:0px 0px 0px 10px;
	padding:0px 0px 0px 0px;
	}

/*---------- Selectt ----------*/
div#sidebar select
	{
	width:320px;
	margin:10px 10px 0px 10px;
	}
	
/*---------- searchform----------*/
div#sidebar #searchform
	{
	margin:10px 0px 20px 0px;
	}
div#sidebar #searchform input.text
	{
	width:268px;
	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;
	}

/*---------- recent_posts ----------*/
div#sidebar dl.recent_posts dd
	{
	color:#888888;
	margin:10px 0px 0px 0px;
	padding:0px 5px 0px 5px;
	}
div#sidebar dl.recent_posts dt
	{
	margin:0px 0px 5px 0px;
	border-bottom:1px dotted #4D3B09;
	padding:0px 5px 5px 5px;
	}

/*---------- Calendar ----------*/
div#sidebar #wp-calendar
	{
	width:260px;
	margin:0px auto 0px auto;
	}
div#sidebar #wp-calendar caption
	{
	text-align:center;
	color:#FFFFFF;
	margin:0px 0px 15px 0px;
	background:#F8B74A;
	}
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;
	color:#6E7073;
	}
div#sidebar p.side_banner
	{
	margin:0px 0px 15px 0px;
	}

/* ************************************************ 
 * 2-6 Main contents setting
 * ************************************************ */
/*---------- title ----------*/
div#main_contents h2.page_title ,
div#main_contents h2.post_title
	{
	font-size:144%;
	font-weight:bold;
	color:#555555;
	margin:0px 0px 15px 0px;
	border-top:3px solid #F8B74A;
	border-bottom:1px solid #F8B74A;
	padding:0px 10px 0px 10px;
	}
div#main_contents h2.post_title a
	{
	color:#555555;
s	}
div#main_contents h3.title
	{
	font-size:129%;
	font-weight:bold;
	line-height:1.9;
	color:#FFFFFF;
	margin:0px 0px 7px 0px;
	padding:0px 0px 0px 25px;
	background:url(images/side_headline.gif) no-repeat left top #555555;
	}

/*---------- post ----------*/
div#main_contents .post
	{
	margin:0px 0px 15px 0px;
	}
div#main_contents .entry h1 ,
div#main_contents .entry h2
	{
	font-size:129%;
	font-weight:bold;
	line-height:1.9;
	margin:0px 0px 7px 0px;
	padding:0px 0px 0px 0px;
	border-bottom:3px solid #F8B74A;
	}
div#main_contents .entry h3,
div#main_contents .entry h4
	{
	font-size:122%;
	font-weight:bold;
	line-height:2;
	margin:0px 0px 15px 0px;
	border-bottom:2px solid #F8B74A;
	padding:0px 5px 0px 5px;
	}
div#main_contents .entry h4
	{
	font-size:107%;
	}
div#main_contents .entry h5
	{
	font-size:122%;
	font-weight:bold;
	}
div#main_contents .entry h6
	{
	font-size:107%;
	font-weight:bold;
	}
div#main_contents .entry ul
	{
	margin:inherit;
	padding:inherit;
	}
div#main_contents .entry ol ,
div#main_contents .entry ul
	{
	margin:0px 0px 20px 0px;
	padding:inherit;
	}
div#main_contents .entry ul li
	{
	margin:0px 0px 0px 28px;
	list-style:disc;
	}
div#main_contents .entry ol li
	{
	margin:0px 0px 0px 35px;
	list-style:decimal;
	}
div#main_contents .entry table
	{
	width:100%;
	margin:0px 0px 10px 0px;
	border:1px solid #B40C0C;
	clear:both;
	}
div#main_contents .entry table th
	{
	width:30%;
	border:1px solid #B40C0C;
	padding:5px 5px 5px 5px;
	background:#E2E2E2;
	}
div#main_contents .entry table td
	{
	width:70%;
	border:1px solid #B40C0C;
	padding:5px 5px 5px 5px;
	}

/*---------- entry ----------*/
div#main_contents .entry
	{
	margin:10px 0px 15px 0px;
	}
div#main_contents .entry .thumbnail
	{
	margin:0px 11px 0px 0px;
	display:block;
	float:left;
	}
div#main_contents .entry p
	{
	margin:10px 0px 15px 0px;
	}

/*---------- meta ----------*/
div#main_contents .meta
	{
	padding:9px 0px 9px 0px;
	border-top:1px solid #f8B74A;
	}

/*---------- data ----------*/
*#main_contents .meta p.edit
	{
	text-align:right;
	}
div#main_contents .meta .cat
	{
	margin:0px 0px 0px 0px;
	}
div#main_contents .meta .cat
	{
	line-height:1.5; 
	}
div#main_contents .meta .cat
	{
	padding:0px 0px 0px 0px;
	}
div#main_contents .meta .cat img
	{
	vertical-align:middle;
	margin:0px 10px 0px 0px;
	}

/*---------- navigation ----------*/
div#main_contents .navigation
	{
	width:568px;
	min-height:25px;
	margin:15px 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 .commentlist
	{
	padding:10px 10px 20px 10px;
	}
div#main_contents .commentlist li
	{
	min-height:80px;
	padding:10px 15px 10px 80px;
	position:relative;
	}
div#main_contents .commentlist li img.avatar
	{
	position:absolute;
	top:10px;
	left:10px;
	}
div#main_contents .commentlist li.alt
	{
	background:#F0F0F0;
	}
div#main_contents .commentlist li cite
	{
	color:#CC0001;
	}
div#main_contents #commentform dd
	{
	margin:0px 0px 15px 0px;
	}
div#main_contents #commentform input
	{
	width:250px;
	margin:0px 0px 0px 0px;
	border:1px inset #acacac;
	}
div#main_contents #commentform textarea
	{
	margin:0px 0px 0px 0px;
	border:1px inset #acacac;
	}
div#main_contents #commentform button
	{
	color:#000000;
	border:1px solid #acacac;
	background:#dcdcdc;
	}
div#main_contents #commentform button:hover
	{
	color:#000000;
	border:1px solid #ebe9ed;
	background:#acacac;
	}
div#main_contents #comment
	{
	width:100%;
	margin:10px 0px 0px 0px;
	}

/*/ Related Box /*/
div#main_contents h2.related-posts
	{
	font-size:129%;
	font-weight:bold;
	line-height:2;
	color:#FFFFFF;
	margin:0px 0px 15px 0px;
	padding:7px 10px 0px 10px;
	background:url(images/headline/post_headline.gif) repeat-x #555555;
	}
div#main_contents ul.st-related-posts
	{
	margin:15px 0px 20px 0px;
	}
div#main_contents ul.st-related-posts li
	{
	margin:0px 0px 0px 0px;
	list-style:none;
	}
div#main_contents ul.st-related-posts li a
	{
	padding:0px 0px 0px 15px;
	}
div#main_contents ul.st-related-posts li a.comment
	{
	padding:0px 0px 0px 0px;
	background:none;
	}

/*---------- searchform ----------*/
div#main_contents #searchform
	{
	text-align:center;
	padding:10px 0px 10px 0px;
	background:#eeeeee;
	}
div#main_contents #searchform input.text
	{
	width:302px;
	height:13px;
	vertical-align:middle;
	margin:0px 0px 0px 0px;
	border:1px solid #878787; 
	padding:4px 4px 4px 4px;
	}
div#main_contents #searchform input.button
	{
	vertical-align:middle;
	}

/*---------- home ----------*/
body#home #contents_box div#main_contents div.home_content_left ,
body#home #contents_box div#main_contents div.home_content_right
	{
	width:279px;
	margin:0px 0px 0px 0px;
	float:left;
	}
body#home #contents_box div#main_contents div.home_content_right
	{
	float:right;
	}
body#home #contents_box div#main_contents div.home_content_left p.thumbnail ,
body#home #contents_box div#main_contents div.home_content_right p.thumbnail
	{
	width:90px;
	float:left;
	}
body#home #contents_box div#main_contents div.home_content_left div ,
body#home #contents_box div#main_contents div.home_content_right div
	{
	width:179px;
	float:right;
	}
body#home #contents_box div#main_contents div.home_content_left h2 a ,
body#home #contents_box div#main_contents div.home_content_right h2 a
	{
	font-weight:bold;
	text-decoration:underline;
	}

/* ************************************************ 
 * 3-1 Other setting
 * ************************************************ */
#back-to-top
	{
	margin:30% 0px 0px 0px;
	position:absolute;
	right:5px;
	}
.go_posts
	{
	text-align:right;
	margin:15px 0px 0px 0px;
	}
.more_list
	{
	text-align:right;
	margin:0px 0px 0px 0px;
	}
.more_list a
	{
	color:#44A836;
	}
*.none_border
	{
	border:none !important;
	}

dl.food_menu
	{
	width:568px;
	margin:0px 0px 30px 0px;
	}
dl.food_menu dt
	{
	width:468px;
	font-weight:bold;
	padding:5px 100px 0px 5px;
	position:relative;
	}
dl.food_menu dt span
	{
	position:absolute;
	right:5px;
	top:5px;
	}
dl.food_menu dd
	{
	margin:0px 0px 10px 0px;
	border-bottom:1px dotted #DACBA7;
	padding:0px 5px 5px 5px;
	}

/* ************************************************ 
 * Feeling!!
 * It is inquiry in the webnist
 * webnist@webnist.org
 * ************************************************ */
