@charset "UTF-8";
/* ************************************************ 
Theme Name: dig_00072
Theme URI: http://www.10press.net/
Description: About the copyright and the license <a href="http://www.digi3.jp/">Degetalcub 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:#333333;
	}
a
	{
	color:#1B47FF;
	}
a:hover
	{
	text-decoration:underline;
	}
div#sidebar a
	{
	text-decoration:none;
	}
#footer a
	{
	color:#454545;
	text-decoration:none;
	}
#footer a:hover
	{
	text-decoration:underline;
	}

/* ************************************************ 
 * 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
	{
	height:118px;
	position:relative;
	}
div#header div#nav_box
	{
	width:100%;
	position:absolute;
	top:67px;
	left:0px;
	}
div#footer
	{
	font-size:77%;
	margin:0px 0px 0px 0px;
	padding:15px 0px 15px 0px;
	}
div#contents_box
	{
	margin:10px 0px 0px 0px;
	background:url(images/backgrand/contents_backgrand.gif) repeat-y;
	}
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:7px;
	left:1px;
	}
div#header p.header_data
	{
	position:absolute;
	top:36px;
	right:176px;
	}
div#header p.header_contact
	{
	width:164px;
	height:34px;
	overflow:hidden;
	display:block;
	position:absolute;
	top:27px;
	right:0px;
	}
div#header p.header_contact a
	{
	width:164px;
	padding:34px 0px 0px 0px;
	background:url(images/button/contact.gif) no-repeat;
	display:block;
	}
div#header p.header_contact a:hover
	{
	filter: alpha(opacity=85);
	-moz-opacity:0.8;
	opacity:0.8;
	}

/*---------- 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;
	font-size:92%;
	background:url(images/nav/navigation_backbround.gif) repeat-x;
	}
div#header ul#page_nav li
	{
	width:auto;
	height:29px;
	display:block;
	float:left;
	}
div#header ul#page_nav li a
	{
	height:29px;
	width:auto;
	color:#FFFFFF;
	line-height:2.2;
	text-decoration:none;
	padding:0px 10px 0px 10px;
	display:block;
	float:left;
	}
div#header ul#page_nav a:hover
	{
	color:#042048;
	background:url(images/nav/navigation_hover.gif) repeat-x;
	}

/*---------- Category Navigation Setting ----------*/
div#header ul#cat_nav
	{
	font-size:92%;
	background:#EDEDED;
	}
div#header ul#cat_nav li
	{
	display:inline;
	}
div#header ul#cat_nav li a
	{
	color:#042048;
	line-height:2;
	text-decoration:none;
	padding:0px 10px 0px 10px;
	}
div#header ul#cat_nav a:hover
	{
	text-decoration:underline;
	}

/* ************************************************ 
 * 2-4. Footer area setting
 * ************************************************ */
p.footer_logo
	{
	border-bottom:2px solid #183578;
	padding:0px 0px 5px 0px;
	}

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:170px;
	float:left;
	}
div#footer #f_box_02 ,
div#footer #f_box_03
	{
	width:250px;
	}
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;
	}
*#footer div#f_box_02 .profile_img
	{
	margin:5px 0px 0px 0px;
	display:block;
	}
*#footer div#f_box_03 p
	{
	margin:10px 0px 0px 0px;
	}
*#footer div#f_box_03 form
	{
	margin:10px 0px 0px 0px;
	}
*#footer div#f_box_03 form label
	{
	font-size:107%;
	margin:0px 5px 0px 0px;
	}
*#footer div#f_box_03 form input
	{
	margin:5px 5px 0px 0px;
	vertical-align:text-bottom;
	}
*#footer div#f_box_03 form input#email5
	{
	width:250px;
	}
*#footer div#f_box_04 #feed_icon
	{
	margin:0px 0px 10px 0px;
	display:block;
	}
*#footer div#footer_box_04 address
	{
	font-size:107%;
	}

/* ************************************************ 
 * 2-5 Side contents setting
 * ************************************************ */
/*---------- title ----------*/
div#sidebar h2.headline
	{
	font-size:107%;
	font-weight:bold;
	line-height:2.4;
	color:#FFFFFF;
	margin:0px 0px 7px 0px;
	padding:0px 0px 0px 10px;
	background:url(images/headline/headline.gif) repeat-x #031F48;
	}

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

/*---------- List ----------*/
div#sidebar ul.post_list
	{
	padding:0px 0px 7px 0px;
	}
div#sidebar ul.post_list li
	{
	width:301px;
	margin:0px 0px 10px 0px;
	padding:5px 5px 5px 5px;
	display:block;
	}
div#sidebar ul.post_list li:hover
	{
	background:#E5F0FF;
	display:block;
	}
/*---------- 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;
	}

/*---------- 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:#6C4011;
	}
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;
	}
/*---------- Calendar ----------*/
div#sidebar p.tag_cloud
	{
	padding:10px 10px 10px 10px;
	}
/* ************************************************ 
 * 2-6 Main contents setting
 * ************************************************ */
/*---------- title ----------*/
div#main_contents h2.page_title ,
div#main_contents h2.post_title
	{
	font-size:129%;
	font-weight:bold;
	line-height:2;
	color:#333333;
	margin:0px 0px 20px 0px;
	border-top:2px solid #555555;
	padding:0px 11px 0px 11px;
	background:#E5F0FF;
	}
div#main_contents h2.post_title a
	{
	color:#333333;
	}
div#main_contents h2.headline
	{
	font-size:107%;
	font-weight:bold;
	line-height:2.4;
	color:#FFFFFF;
	margin:0px 0px 7px 0px;
	padding:0px 0px 0px 10px;
	background:url(images/headline/headline.gif) repeat-x #031F48;
	}
div#main_contents h3.headline ,
div#main_contents h3.page_headline
	{
	font-size:107%;
	font-weight:bold;
	line-height:1.9;
	color:#333333;
	margin:0px 0px 7px 0px;
	border-top:1px dashed #333333;
	padding:0px 0px 0px 10px;
	}
div#main_contents h3.page_headline
	{
	border-top:2px solid #333333;
	}

/*---------- post ----------*/
div#main_contents .post
	{
	font-size:107%;
	margin:0px 0px 15px 0px;
	}
div#main_contents .entry h3,
div#main_contents .entry h4
	{
	font-size:107%;
	font-weight:bold;
	line-height:1.9;
	color:#333333;
	margin:0px 0px 7px 0px;
	border-top:2px solid #333333;
	padding:0px 0px 0px 10px;
	}
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;
	}

/*---------- 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:3px 9px 9px 9px;
	background:#EBEBEB;
	position:relative;
	}

/*---------- data ----------*/
*#main_contents .meta p.edit
	{
	text-align:right;
	}
div#main_contents .meta .com ,
div#main_contents .meta .cat ,
div#main_contents .meta .tags
	{
	line-height:1.5;
	clear:both;
	}
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;
	}
*#main_contents .meta .data
	{
	padding:0px 0px 0px 0px;
	}
*#main_contents .meta .social
	{
	width:25%;
	text-align:right;
	position:absolute;
	top:3px;
	right:5px;
	}
*#main_contents .meta .social li
	{
	display:inline;
	}
*#main_contents .meta .social li img
	{
	vertical-align:middle;
	display:inline;
	}

/*---------- navigation ----------*/
div#main_contents .navigation
	{
	width:568px;
	min-height:30px;
	margin:15px 0px 10px 0px;
	border-top:1px dashed #333333;
	padding:0px 0px 0px 0px;
	position:relative;
	}
div#main_contents .navigation p.previous_post
	{
	width:48%;
	position:absolute;
	top:5px;
	left:0px;
	}
div#main_contents .navigation p.next_post
	{
	width:48%;
	text-align:right;
	position:absolute;
	top:5px;
	right:0px;
	}
/*---------- related post ----------*/
div#main_contents .related_post
	{
	margin:0px 10px 20px 10px;
	}
/*---------- 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:#D4D0BE;
	}
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 ----------*/
/*/ include_page /*/
body#home #contents_box div.home_page_01 ,
body#home #contents_box div.home_page_02
	{
	width:568px;
	min-height:126px;
	margin:0px 0px 30px 0px;
	padding:0px 0px 10px 0px;
	position:relative;
	}
body#home #contents_box div.home_page_01 h2 ,
body#home #contents_box div.home_page_02 h2
	{
	font-size:136%;
	font-weight:bold;
	line-height:1.3;
	margin:0px 0px 10px 0px;
	padding:0px 0px 0px 0px;
	background:none;
	}
body#home #contents_box div.home_page_01 div ,
body#home #contents_box div.home_page_02 div
	{
	padding:0px 0px 0px 227px;
	margin:0px 0px 0px 0px;
	}
body#home #contents_box div.home_page_01 span.thumbnail ,
body#home #contents_box div.home_page_02 span.thumbnail
	{
	position:absolute;
	top:0px;
	left:0px;
	}
/*/ include_page /*/
body#home #contents_box dl#recent_posts
	{
	width:568px;
	line-height:2.2;
	margin:0px 0px 15px 0px;
	}
body#home #contents_box dl#recent_posts dd 
	{
	width:auto;
	margin:0px 20px 0px 0px;
	padding:0px 0px 0px 20px;
	background:url(images/background/recent_backgrand.gif) no-repeat right center;
	float:left;
	}
body#home #contents_box dl#recent_posts dt 
	{
	width:auto;
	}
body#home #contents_box dl#recent_posts dt a
	{
	font-weight:bold;
	padding:0px 0px 0px 15px;
	}

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

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