@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

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");

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

body
	{
	text-align:center;
	color:#333344;
	}
a
	{
	color:#006152;
	text-decoration:none;
	}
a:hover
	{
	text-decoration:none;
	}
#sidebar a
	{
	font-weight:bold;
	}

/* ************************************************ 
 * 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:128px;
	max-height:128px;
	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;
	}
div#main_contents
	{
	width:568px;
	float:left;
	}
div#sidebar
	{
	width:331px;
	font-size:92%;
	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:2px;
	right:0px;
	}
div#header p#logo
	{
	display:block;
	position:absolute;
	top:16px;
	left:0px;
	}
div#header p#header_meta
	{
	display:block;
	position:absolute;
	top:20px;
	right:0px;
	}

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

/*---------- Category Navigation Setting ----------*/
div#header ul#cat_nav
	{
	width:100%;
	max-height:22px;
	font-size:100%;
	background:#006152;
	position:absolute;
	top:106px;
	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#page_nav li > ul.children ,
div#header ul#cat_nav li > ul.children
	{
	display:none;
	}
div#header ul#page_nav li:hover > ul.children ,
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#page_nav ul.children li ,
div#header ul#cat_nav ul.children li
	{
	width:148px;
	border:1px solid #D2D2D2;
	border-top:none;
	display:block;
	}
div#header ul#page_nav ul.children li a ,
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.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 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.headline
	{
	font-size:144%;
	font-weight:bold;
	line-height:1.9;
	color:#FFFFFF;
	margin:0px 10px 7px 10px;
	padding:0px 0px 0px 25px;
	background:url(images/side_headline.gif) no-repeat left top #00806E;
	}

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

/*---------- List ----------*/
div#sidebar ul
	{
	margin:0px 10px 0px 10px;
	padding:0px 7px 7px 7px;
	}
div#sidebar ul li
	{
	line-height:1.8;
	}
div#sidebar ul li a
	{
	width:286px;
	line-height:1.3;
	padding:0px 0px 0px 15px;
	background:url(images/icon/side_icon_01.gif) no-repeat left 2px;
	display:block;
	}
div#sidebar ul li ul
	{
	margin:0px 0px 0px 10px;
	padding:0px 0px 0px 0px;
	}

/*---------- Selectt ----------*/
div#sidebar select
	{
	width:310px;
	margin:10px 10px 0px 10px;
	}
	
/*---------- searchform----------*/
div#sidebar #searchform
	{
	margin:10px 10px 20px 10px;
	}
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 10px 0px 10px;
	padding:0px 5px 0px 5px;
	}
div#sidebar dl.recent_posts dt
	{
	margin:0px 10px 5px 10px;
	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:url(images/calendar_caption.gif) repeat-x #AA0101;
	}
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;
	}
/*---------- Chirashi ----------*/
div#sidebar p.chirashi
	{
	width:331px;
	height:306px;
	margin:0px 0px 5px 0px;
	display:block;
	overflow:hidden;
	}
div#sidebar p.chirashi a
	{
	width:331px;
	padding:306px 0px 0px 0px;
	background:url(images/banner/chirashi.jpg) no-repeat;
	display:block;
	}
div#sidebar p.chirashi a: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:227%;
	line-height:2;
	color:#FFFFFF;
	margin:0px 0px 15px 0px;
	border-bottom:2px solid #B40C0C;
	padding:0px 15px 0px 15px;
	background:#555555;
	}
div#main_contents h2.post_title
	{
	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 h2.post_title a
	{
	color:#FFFFFF;
	}
div#main_contents h3.headline
	{
	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
	{
	font-size:107%;
	margin:0px 0px 15px 0px;
	}
div#main_contents .entry h1
	{
	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 .entry h2
	{
	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;
	}
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 #B40C0C;
	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 9px 9px 9px;
	background:#E2E2E2;
	position:relative;
	}

/*---------- data ----------*/
*#main_contents .meta p.edit
	{
	text-align:right;
	}
div#main_contents .meta .cat
	{
	margin:6px 0px 6px 0px;
	}
div#main_contents .meta .com ,
div#main_contents .meta .cat ,
div#main_contents .meta .tags
	{
	line-height:1.5; 
	}
div#main_contents .meta .cat
	{
	padding:0px 0px 0px 0px;
	}
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;
	}

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

/*---------- 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 dl.office_g_left ,
body#home #contents_box div#main_contents dl.office_g_right ,
body#home #contents_box div#main_contents dl.office_r_left ,
body#home #contents_box div#main_contents dl.office_r_right
	{
	width:236px;
	min-height:67px;
	font-size:92%;
	margin:0px 0px 25px 0px;
	border:1px solid #00806E;
	padding:0px 10px 10px 10px;
	float:left;
	}
body#home #contents_box div#main_contents dl.office_g_right ,
body#home #contents_box div#main_contents dl.office_r_right
	{
	float:right;
	}
body#home #contents_box div#main_contents dl.office_r_left ,
body#home #contents_box div#main_contents dl.office_r_right
	{
	border:1px solid #B40C0C;
	}
body#home #contents_box div#main_contents dl.office_g_left dt ,
body#home #contents_box div#main_contents dl.office_g_right dt ,
body#home #contents_box div#main_contents dl.office_r_left dt ,
body#home #contents_box div#main_contents dl.office_r_right dt
	{
	line-height:2;
	font-size:114%;
	font-weight:bold;
	}
body#home #contents_box div#main_contents dl.office_left dt a ,
body#home #contents_box div#main_contents dl.office_right dt a
	{
	font-weight:bold;
	}
body#home #contents_box div#main_contents dl.office_left dt span.thumbnail ,
body#home #contents_box div#main_contents dl.office_right dt span.thumbnail
	{
	width:90px;
	height:67px;
	overflow:hidden;
	display:block;
	position:absolute;
	top:0px;
	left:0;
	}
body#home #contents_box div#main_contents dl.home_recent_posts_left dt span.thumbnail img ,
body#home #contents_box div#main_contents dl.home_recent_posts_right dt span.thumbnail img
	{
	display:block;
	}
body#home #contents_box div#main_contents dl.home_recent_posts_left dd ,
body#home #contents_box div#main_contents dl.home_recent_posts_right dd
	{
	width:179px;
	padding:0px 0px 0px 100px;
	}

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

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