@charset "UTF-8";
/* ************************************************ 
Theme Name: MEGUMI Theme Portal Child Teamujita
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");

/* ************************************************ 
 * 2-1. Basic setting
 * ************************************************ */
body
	{
	text-align:center;
	color:#292929;
	background:#BEC3C6;
	}
a
	{
	color:#305F8E;
	text-decoration:none;
	}
a:hover
	{
	text-decoration:underline;
	}
div#side_contents a
	{
	color:#292929;
	}
div#footer a
	{
	color:#648BAC;
	}

/* ************************************************ 
 * 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;
	background:#FFFFFF;
	}
div#header
	{
	margin:0px 0px 20px 0px;
	}
div#footer
	{
	font-size:77%;
	color:#555555;
	margin:20px 0px 0px 0px;
	border-top:1px dotted #8A8076;
	padding:10px 0px 10px 0px;
	}
div#contents_box
	{
	margin:10px 0px 0px 0px;
	padding:0px 10px 0px 0px;
	background:url(images/background/contents_background.gif) repeat-y;
	}
div#main_contents
	{
	width:589px;
	float:left;
	}
div#side_contents
	{
	width:280px;
	padding:0px 0px 0px 0px;
	float:right;
	}

/* ************************************************ 
 * 2-3. Header area setting
 * ************************************************ */
div#header_meta h1
	{
	font-size:92%;
	line-height:1.8;
	}
div#header p#logo
	{
	width:930px;
	height:116px;
	position:relative;
	margin:0px 0px 12px 0px;
	background:url(images/background/header_img.jpg) no-repeat;
	}
div#header p#logo img
	{
	display:block;
	position:absolute;
	top:11px;
	left:9px;
	}

/*---------- Navigation Setting ----------*/
div#header ul#nav
	{
	width:920px;
	height:24px;
	font-size:92%;
	min-height:24px;
	margin:12px 0px 0px 0px;
	border:1px solid #A7BDD8;
	padding:5px 5px 0px 5px;
	background:url(images/nav/navigation_background.gif) repeat-x left bottom #FEFFFF;
	}
div#header ul#nav li
	{
	display:inline;
	position:relative;
	}
div#header ul#nav li a
	{
	line-height:1.7;
	text-decoration:none;
	color:#305F8E;
	padding:3px 11px 3px 11px;
	}
div#header ul#nav li a:hover
	{
	color:#FFFFFF;
	border:1px solid #BFDFEF;
	background:#95AFC7;
	padding:3px 10px 3px 10px;
	}

/*---------- Pulldown Setting ----------*/
div#header ul#nav li ul
	{
	display:none;
	}
div#header ul#nav li:hover > ul
	{
	width:220px;
	text-align:left;
	border-top:1px solid #A7BDD8;
	background:#393939;
	display:block;
	position:absolute;
	top:20px;
	left:0px;
	}
div#header ul#nav li ul li:hover > ul
	{
	top:-1px;
	left:218px;
	}
div#header ul#nav li ul li
	{
	width:218px;
	border:1px solid #A7BDD8;
	border-top:none;
	display:block;
	}
div#header ul#nav li ul li a
	{
	width:198px;
	line-height:2;
	border-right:1px solid #A7BDD8;
	padding:0px 10px 0px 10px;
	background:#FAFCFF;
	display:block;
	}
div#header ul#nav li ul li a:hover
	{
	border:none;
	border-right:1px solid #A7BDD8;
	padding:0px 10px 0px 10px;
	background:#95AFC7;
	}

/* ************************************************ 
 * 2-4. Footer area setting
 * ************************************************ */
div#footer h2
	{
	font-weight:bold;
	}
div#footer ul li ul
	{
	margin:0px 0px 0px 15px;
	}
div#footer div.box_01 ,
div#footer div.box_02 ,
div#footer div.box_03 ,
div#footer div.box_04
	{
	width:225px;
	margin:0px 10px 0px 0px;
	float:left;
	}
div#footer div.box_03 ,
div#footer div.box_04
	{
	margin:0px 0px 0px 0px;
	}
div#footer div.box_04
	{
	float:right;
	}

/* ************************************************ 
 * 2-5 Side contents setting
 * ************************************************ */
/*---------- title ----------*/
div#side_contents h2.headline
	{
	font-weight:bold;
	line-height:2;
	color:#648BAC;
	margin:0px 0px 0px 0px;
	border-top:2px solid #648BAC;
	border-bottom:1px solid #CCCCCC;
	padding:0px 0px 0px 10px;
	}
div#side_contents h2.headline a
	{
	color:#464646;
	}

/*---------- List ----------*/
div#side_contents ul
	{
	margin:0px 0px 15px 0px;
	padding:10px 0px 0px 0px;
	}
div#side_contents ul li
	{
	line-height:1.3;
	margin:0px 0px 10px 0px;
	display:block;
	}
div#side_contents ul li a
	{
	width:260px;
	color:#00329B;
	border-bottom:1px solid #CCCCCC;
	padding:0px 10px 5px 10px;
	display:block;
	}
div#side_contents ul li ul li a
	{
	width:250px;
	padding:0px 10px 5px 20px;
	}

/*---------- Blog Post ----------*/
div#side_contents ul.blog_post
	{
	padding:10px 0px 0px 0px;
	}
div#side_contents ul.blog_post li
	{
	line-height:1.3;
	margin:0px 0px 10px 0px;
	border-bottom:1px solid #CCCCCC;
	padding:0px 10px 5px 10px;
	}
div#side_contents ul.blog_post li span
	{
	display:block;
	}
div#side_contents ul.blog_post li span.title
	{
	padding:0px 0px 0px 15px;
	background:url(images/icon/icon_01.gif) no-repeat left 3px;
	}
div#side_contents ul.blog_post li a
	{
	border-bottom:none;
	padding:0px 0px 0px 0px;
	display:inline;
	}

/*---------- Searchform ----------*/
div#side_contents form#searchform
	{
	width:100%;
	min-height:96px;
	display:block;
	position:relative;
	}
div#side_contents form#searchform input.text
	{
	width:272px;
	height:14px;
	border:1px solid #808080;
	border-bottom:1px solid #D4D0C8;
	border-left:1px solid #D4D0C8;
	padding:3px 3px 3px 3px;
	position:absolute;
	top:13px;
	left:0px;
	}
div#side_contents form#searchform input.button
	{
	position:absolute;
	top:39px;
	right:0px;
	}

/*---------- Include Page ----------*/
div#side_contents div#include_about_page
	{
	margin:0px 0px 15px 0px;
	}
div#side_contents div#include_about_page span.thumbnail img
	{
	margin:0px 10px 0px 0px;
	float:left;
	}
div#side_contents div#include_about_page p.go_more
	{
	text-align:right;
	clear:both;
	}
div#side_contents div#include_about_page p.go_more a
	{
	color:#305F8E;
	}

/*---------- Site Contents ----------*/
div#side_contents div.site_feed
	{
	margin:0px 0px 0px 0px;
	}
div#side_contents div.site_feed img
	{
	vertical-align:top;
	}

/*---------- Site Contents ----------*/
div#side_contents ul#side_banner
	{
	margin:0px 0px 15px 0px;
	}
div#side_contents ul#side_banner li
	{
	width:280px;
	height:40px;
	margin:0px 0px 5px 0px;
	overflow:hidden;
	display:block;
	}
div#side_contents ul#side_banner li a
	{
	width:280px;
	padding:40px 0px 0px 0px;
	display:block;
	}
div#side_contents ul#side_banner li.banner_01 a
	{
	background:url(images/banner/side_banner_01.jpg) no-repeat;
	}
div#side_contents ul#side_banner li.banner_02 a
	{
	background:url(images/banner/side_banner_02.jpg) no-repeat;
	}
div#side_contents ul#side_banner li.banner_05 a
	{
	background:url(images/banner/side_banner_05.jpg) no-repeat;
	}
div#side_contents ul#side_banner li a:hover
	{
	filter:alpha(opacity=85);
	-moz-opacity:0.8;
	opacity:0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	}
/*---------- Selectt ----------*/
div#side_contents select
	{
	width:260px;
	margin:10px 10px 10px 10px;
	}
	
/*---------- Calendar ----------*/
div#side_contents #wp-calendar
	{
	width:260px;
	margin:10px auto 10px auto;
	}
div#side_contents #wp-calendar caption
	{
	text-align:center;
	color:#FFFFFF;
	margin:10px 0px 0px 0px;
	#086590;
	}
div#side_contents #wp-calendar th ,
div#side_contents #wp-calendar td
	{
	text-align:center;
	color:#6E7073;
	padding:2px 10px 2px 10px;
	}
div#side_contents #wp-calendar th
	{
	font-weight:bold;
	padding:0px 0px 0px 0px;
	}
div#side_contents #wp-calendar td a
	{
	text-decoration:underline;
	color:#305F8E;
	}


/* ************************************************ 
 * 2-6 Main contents setting
 * ************************************************ */ 
/*---------- Blog Contents ----------*/
div#main_contents div.post h2.post_title
	{
	font-size:122%;
	font-weight:bold;
	color:#292929;
	margin:0px 0px 1px 0px;
	border-bottom:1px solid #CCCCCC;
	padding:5px 5px 5px 5px;
	}
div#main_contents div.post h2.post_title a
	{
	color:#292929;
	}
div#main_contents h3.headline
	{
	font-size:129%;
	font-weight:bold;
	line-height:1.9;
	color:#333333;
	margin:0px 0px 7px 0px;
	border-top:1px dotted #8A8A8A;
	padding:0px 0px 0px 10px;
	}
/*---------- post ----------*/
div#main_contents div.post
	{
	font-size:107%;
	margin:0px 0px 20px 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.meta
	{
	text-align:right;
	font-size:85%;
	margin:0px 0px 1px 0px;
	border-top:1px dotted #A1A1A1;
	padding:5px 0px 0px 15px;
	}
div#main_contents div.post div.meta span.com
	{
	padding:0px 25px 0px 25px;
	background:url(images/icon/icon_02.gif) no-repeat left 2px;
	}
div#main_contents div.post div.meta span.edit
	{
	padding:0px 0px 0px 25px;
	}
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 h1
	{
	font-size:136%;
	font-weight:bold;
	line-height:2;
	color:#333333;
	margin:0px 0px 15px 0px;
	border:1px solid #B3C6DD;
	padding:0px 10px 0px 10px;
	background:#F5F8FF;
	}
div#main_contents div.post div.entry h2
	{
	font-size:136%;
	font-weight:bold;
	line-height:2;
	color:#333333;
	margin:0px 0px 15px 0px;
	border-top:1px solid #A7BDD8;
	padding:0px 10px 0px 10px;
	background:#F5F8FF;
	clear:both;
	}
div#main_contents div.post div.entry h3
	{
	font-size:136%;
	font-weight:bold;
	line-height:2;
	margin:0px 0px 15px 0px;
	border-bottom:1px solid #CCCCCC;
	padding:0px 10px 0px 10px;
	clear:both;
	}
div#main_contents div.post div.entry h4
	{
	font-size:136%;
	font-weight:bold;
	line-height:2;
	margin:0px 0px 15px 0px;
	border-bottom:1px dotted #CCCCCC;
	padding:0px 10px 0px 10px;
	clear:both;
	}
div#main_contents div.post div.entry h5
	{
	font-size:114%;
	font-weight:bold;
	margin:0px 0px 15px 0px;
	padding:0px 10px 0px 10px;
	clear:both;
	}
div#main_contents div.post div.entry h6
	{
	margin:0px 0px 15px 10px;
	padding:0px 0px 0px 15px;
	background:url(images/icon/icon_01.gif) no-repeat left 6px;
	clear:both;
	}
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
	{
	width:100%;
	margin:0px 0px 10px 0px;
	border:1px solid #A7BDD8;
	clear:both;
	}
div#main_contents div.post div.entry table th
	{
	width:30%;
	border:1px solid #A7BDD8;
	padding:5px 5px 5px 5px;
	background:#F5F8FF;
	}
div#main_contents div.post div.entry table td
	{
	width:70%;
	border:1px solid #A7BDD8;
	padding:5px 5px 5px 5px;
	}
/*---------- 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;
	}

/*---------- Related Posts ----------*/
div#main_contents div#related_box
	{
	margin:0px 0px 20px 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:#03205B;
	}
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;
	}
/* ************************************************ 
 * 3-1 Other setting
 * ************************************************ */
#back-to-top
	{
	margin:30% 0px 0px 0px;
	position:absolute;
	right:5px;
	}
.go_posts
	{
	text-align:right;
	padding:5px 5px 5px 5px;
	}
	
/*/ Side Banner /*/
.sbanner
	{
	margin:0px 0px 10px 0px;
	}
/*/ Footer Banner /*/
.fbanner
	{
	margin:0px 0px 10px 0px;
	}



#new-entries
	{
	text-align:left;
	}
#new-entries h3
	{
	font-size:114%;
	font-weight:bold;
	}
	
/* ************************************************ 
 * Feeling!!
 * It is inquiry in the webnist
 * webnist@webnist.org
 * ************************************************ */