@charset "UTF-8";
/* ************************************************ 
Theme Name: MEGUMI Theme Autumn
Theme URI: http://www.10press.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

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. 
 *	
 *	
 *	
 * ************************************************ */

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

/* ************************************************ 
 * 2-1. Basic setting
 * ************************************************ */

body
	{
	text-align:center;
	color:#484848;
	}
a
	{
	color:#3064D9;
	text-decoration:none;
	}
a:hover
	{
	text-decoration:underline;
	}
div#sidebar a
	{
	color:#323232;
	}


/* ************************************************ 
 * 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 10px 0px 10px;
	}
div#header
	{
	height:118px;
	max-height:118px;
	position:relative;
	}
div#footer
	{
	font-size:77%;
	margin:20px 0px 0px 0px;
	border-top:1px dotted #8A8076;
	padding:15px 0px 15px 0px;
	}
div#contents_box
	{
	margin:10px 0px 0px 0px;
	background:url(images/contents_backgrand.gif) repeat-y;
	}
body#home div#contents_box
	{
	background:none;
	}
div#main_contents
	{
	width:568px;
	float:left;
	}
div#sidebar
	{
	width:340px;
	font-size:92%;
	padding:0px 0px 0px 0px;
	float:right;
	}
body#home div#sidebar
	{
	width:340px;
	padding:0px 0px 0px 0px;
	}
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:16px;
	left:9px;
	}

/*---------- Header Searchform Setting ----------*/
div#header form#searchform
	{
	width:378px;
	height:34px;
	background:url(images/search_background.gif) no-repeat;
	display:block;
	position:absolute;
	top:26px;
	right:0px;
	}
div#header form#searchform input
	{
	position:absolute;
	}
div#header form#searchform input.search_text
	{
	width:278px;
	height:15px;
	border:1px solid #BBBBBB;
	border-bottom:1px solid #DDDDDD;
	border-left:1px solid #DDDDDD;
	padding:3px 3px 3px 3px;
	top:6px;
	left:44px;
	}
div#header form#searchform input.search_button
	{
	top:6px;
	right:15px;
	}

/*---------- Page Navigation Setting ----------*/
div#header ul#page_nav
	{
	width:100%;
	height:29px;
	max-height:29px;
	font-size:107%;
	position:absolute;
	top:67px;
	right:0px;
	}
div#header ul#page_nav li
	{
	width:auto;
	height:29px;
	margin:0px 5px 0px 0px;
	background:url(images/nav/navigation_backbround_left.gif) no-repeat left top #77E1F8;
	display:block;
	float:left;
	}
div#header ul#page_nav li a
	{
	width:auto;
	height:29px;
	line-height:2.1;
	color:#000000;
	text-decoration:none;
	padding:0px 15px 0px 15px;
	background:url(images/nav/navigation_backbround_right.gif) no-repeat right top;
	display:block;
	float:left;
	}
div#header ul#page_nav a:hover
	{
	text-decoration:underline;
	}

/*---------- Category Navigation Setting ----------*/
div#header ul#cat_nav
	{
	width:100%;
	max-height:22px;
	font-size:100%;
	background:#3064D9;
	position:absolute;
	top:96px;
	right:0px;
	}
div#header ul#cat_nav li
	{
	width:auto;
	height:22px;
	line-height:1.9;
	display:block;
	float:left;
	position:relative;
	}
div#header ul#cat_nav li a
	{
	width:auto;
	height:22px;
	color:#FFFFFF;
	text-decoration:none;
	padding:0px 10px 0px 10px;
	display:block;
	float:left;
	}
div#header ul#cat_nav a:hover
	{
	text-decoration:underline;
	}
	
/*---------- Pulldown Setting ----------*/
div#header ul#cat_nav li > ul
	{
	display:none;
	}
div#header ul#cat_nav li:hover > ul
	{
	width:150px;
	border-top:1px solid #D2D2D2;
	background:#44280B;
	display:block;
	position:absolute;
	top:100%;
	left:0px;
	z-index:3;
	}
div#header ul#cat_nav ul li
	{
	width:148px;
	border:1px solid #D2D2D2;
	border-top:none;
	display:block;
	}
div#header ul#cat_nav ul li a
	{
	width:128px;
	line-height:1.8;
	padding:0px 10px 0px 10px;
	display:block;
	}

/* ************************************************ 
 * 2-4. Footer area setting
 * ************************************************ */
div#footer h2.headline
	{
	font-weight:bold;
	color:#555555;
	}
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 #f_box_01 a ,
div#footer #f_box_02 a ,
div#footer #f_box_03 a
	{
	color:#454545;
	}
div#footer ul
	{
	line-height:1.7;
	}
div#footer ul li ul.children
	{
	margin:0px 0px 0px 10px;
	}
div#footer p.f_banner
	{
	margin:10px 0px 0px 0px;
	}
div#footer p.f_banner a:hover 
	{
	filter:alpha(opacity=85);
	-moz-opacity:0.8;
	opacity:0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	}

/* ************************************************ 
 * 2-5 Side contents setting
 * ************************************************ */
/*---------- title ----------*/
div#sidebar h2.headline
	{
	font-size:144%;
	font-weight:bold;
	line-height:1.9;
	color:#000000;
	margin:0px 0px 7px 0px;
	border-left:10px solid #3064D9;
	padding:0px 0px 0px 10px;
	background:#EAEAEA;
	}

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

/*---------- List ----------*/
div#sidebar ul
	{
	margin:0px 0px 10px 0px;
	padding:0px 10px 7px 10px;
	}
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 1px;
	}
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 50px 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;
	}

/*---------- 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 0px 0px;
	background:#3064D9;
	}
div#sidebar #wp-calendar th ,
div#sidebar #wp-calendar td
	{
	text-align:center;
	color:#000000;
	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:#3064D9;
	}

/*---------- campaign_banner ----------*/
div#sidebar ul#campaign_banner
	{
	padding:0px 0px 0px 0px;
	}
div#sidebar ul#campaign_banner li
	{
	margin:0px 0px 10px 0px;
	}
div#sidebar ul#campaign_banner li a
	{
	padding:0px 0px 0px 0px;
	background:none;
	}
div#sidebar ul#campaign_banner li img:hover 
	{
	filter:alpha(opacity=85);
	-moz-opacity:0.8;
	opacity:0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	}

/* ************************************************ 
 * 2-6 Main contents setting
 * ************************************************ */
/*---------- title ----------*/
div#main_contents h2.page_title
	{
	font-size:174%;
	font-weight:bold;
	line-height:2;
	color:#000000;
	margin:0px 0px 15px 0px;
	border-bottom:1px solid #A8A8A8;
	padding:0px 15px 0px 15px;
	background:#EAEAEA;
	}
div#main_contents h2.post_title
	{
	font-size:144%;
	font-weight:bold;
	line-height:1.9;
	color:#484848;
	margin:0px 0px 7px 0px;
	border-left:10px solid #3064D9;
	padding:0px 0px 0px 10px;
	background:#EAEAEA;
	}
div#main_contents h2.post_title a
	{
	color:#484848;
	}
div#main_contents h3.headline
	{
	font-size:129%;
	font-weight:bold;
	line-height:1.9;
	margin:0px 0px 7px 0px;
	border-top:1px dotted #8A8076;
	}

/*---------- post ----------*/
div#main_contents .post
	{
	font-size:107%;
	margin:0px 0px 15px 0px;
	}
div#main_contents .entry h1
	{
	font-size:144%;
	font-weight:bold;
	line-height:1.9;
	color:#484848;
	margin:0px 0px 7px 0px;
	border-left:10px solid #77E1F8;
	padding:0px 0px 0px 10px;
	background:#EAEAEA;
	clear:both;
	}
div#main_contents .entry h2
	{
	font-size:144%;
	font-weight:bold;
	line-height:1.9;
	color:#484848;
	margin:0px 0px 7px 0px;
	border-left:10px solid #3064D9;
	padding:0px 0px 0px 10px;
	background:#EAEAEA;
	clear:both;
	}
div#main_contents .entry h3,
div#main_contents .entry h4
	{
	font-size:144%;
	font-weight:bold;
	line-height:1.9;
	color:#484848;
	margin:0px 0px 7px 0px;
	border-bottom:1px solid #A8A8A8;
	padding:0px 0px 0px 10px;
	clear:both;
	}
div#main_contents .entry h4
	{
	font-size:107%;
	}
div#main_contents .entry h5
	{
	font-size:122%;
	font-weight:bold;
	clear:both;
	}
div#main_contents .entry h6
	{
	font-size:107%;
	font-weight:bold;
	clear:both;
	}
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%;
	border-collapse:collapse;
	border:1px solid #434248;
	margin:10px 0px 30px 0px;
	clear:both;
	}
div#main_contents .entry table th
	{
	width:30%;
	vertical-align:top;
	border:1px solid #434248;
	padding:5px 5px 5px 5px;
	background:#EAEAEA;
	}
div#main_contents .entry table td
	{
	width:70%;
	vertical-align:top;
	border:1px solid #434248;
	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 9px 9px 9px;
	background:#EAEAEA;
	}

/*---------- data ----------*/
*#main_contents .meta p.edit
	{
	text-align:right;
	}
div#main_contents .meta .cat
	{
	margin:1px 0px 1px 0px;
	}
*#main_contents .meta .data
	{
	width:30%;
	float:left;
	}
*#main_contents .meta .com ,
*#main_contents .meta .cat
	{
	clear:both;
	}
div#main_contents .meta .com img ,
div#main_contents .meta .cat img ,
div#main_contents .meta .tags img 
	{
	vertical-align:middle;
	margin:0px 10px 0px 0px;
	}
div#main_contents .meta .social
	{
	width:25%;
	text-align:right;
	float:right;
	}
div#main_contents .meta .social li
	{
	display:inline;
	}
div#main_contents .meta .social li img
	{
	vertical-align:middle;
	display:inline;
	}

/*---------- related_post ----------*/
*#main_contents ul.related_post
	{
	margin:0px 0px 15px 0px;
	}
*#main_contents ul.related_post li a
	{
	color:#9F250C;
	line-height:1.8;
	}

/*---------- 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:#EAEAEA;
	}
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;
	}

/*---------- home ----------*/
body#home #contents_box div#home_contents_01 ,
body#home #contents_box div#home_contents_02
	{
	width:270px;
	float:left;
	}
body#home #contents_box div#home_contents_02
	{
	float:right;
	}
body#home #contents_box div#home_contents_01 h2.headline ,
body#home #contents_box div#home_contents_02 h2.headline
	{
	height:31px;
	max-height:31px;
	font-weight:bold;
	line-height:2.3;
	color:#FFFFFF;
	margin:0px 0px 10px 0px;
	padding:0px 0px 0px 10px;
	background:url(images/headline/home_contents_left.gif) no-repeat left top #3064D9;
	}
body#home #contents_box div#home_contents_01 h2.headline span ,
body#home #contents_box div#home_contents_02 h2.headline span
	{
	height:31px;
	max-height:31px;
	background:url(images/headline/home_contents_right.gif) no-repeat right top;
	display:block;
	}
body#home #contents_box div#home_contents_01 dl ,
body#home #contents_box div#home_contents_02 dl
	{
	width:270px;
	font-size:92%;
	margin:0px 0px 25px 0px;
	}
body#home #contents_box div#home_contents_01 dl dt ,
body#home #contents_box div#home_contents_02 dl dt
	{
	width:197px;
	min-height:34px;
	margin:0px 0px 5px 0px;
	padding:0px 0px 0px 73px;
	border-bottom:1px solid #8E8E8E;
	}
body#home #contents_box div#home_contents_01 dl dd ,
body#home #contents_box div#home_contents_02 dl dd
	{
	width:197px;
	padding:0px 0px 0px 73px;
	position:relative;
	}
body#home #contents_box div#home_contents_01 dl dd span.thumbnail ,
body#home #contents_box div#home_contents_02 dl dd span.thumbnail
	{
	width:63px;
	height:47px;
	overflow:hidden;
	display:block;
	position:absolute;
	top:0px;
	left:0;
	}
body#home #contents_box div#home_contents_01 dl dd span.thumbnail img ,
body#home #contents_box div#home_contents_02 dl dd span.thumbnail img
	{
	display:block;
	}

/* ************************************************ 
 * 3-1 Other setting
 * ************************************************ */
#back-to-top
	{
	margin:30% 0px 0px 0px;
	position:absolute;
	right:5px;
	}
.go_posts
	{
	text-align:right;
	}
.googlemaps
	{
	margin:0px 0px 30px 0px;
	}

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

