@charset "UTF-8";
/* ************************************************ 
Theme Name: dig_00066
Theme URI: http://www.10press.net/
Description: WordPress theme produce by <a href="http://www.10press.net/">http://www.10press.net/</a>
Author: Theme designed by Webnist + Megane

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php

 * ************************************************ */

/* ************************************************ 
	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;
	background:url(images/body_background.gif) repeat-x left top;
	}
a
	{
	color:#187274;
	}
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:96px;
	max-height:96px;
	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:11px 0px 0px 0px;
	}
body#home div#contents_box
	{
	background:none;
	}
div#main_contents
	{
	width:568px;
	float:left;
	}
div#sidebar
	{
	width:340px;
	float:right;
	}
div#main_img
	{
	clear:both;
	}
div#main_img img
	{
	display:block;
	margin:0px 0px 0px 0px;
	}

/* ************************************************ 
 * 2-3. Header area setting
 * ************************************************ */
div#header h1
	{
	font-size:92%;
	color:#8B8B8B;
	position:absolute;
	top:22px;
	left:273px;
	}
div#header p#logo
	{
	display:block;
	position:absolute;
	left:0px;
	top:6px;
	z-index:1;
	}
	
/*---------- Navigation Setting ----------*/
div#header ul#nav
	{
	width:709px;
	max-width:709px;
	height:29px;
	max-height:29px;
	font-size:107%;
	background:#555555;
	position:absolute;
	top:67px;
	right:0px;
	}
div#header ul#nav li
	{
	width:auto;
	height:29px;
	display:block;
	float:left;
	}
div#header ul#nav li a
	{
	height:29px;
	width:auto;
	color:#FFFFFF;
	line-height:2;
	text-decoration:none;
	padding:0px 15px 0px 15px;
	display:block;
	float:left;
	}
div#header ul#nav a:hover
	{
	background:url(images/nav/navigation_backbround.gif) repeat-x #08648F;
	}

/* ************************************************ 
 * 2-4. Footer area setting
 * ************************************************ */
div#footer h2.headline
	{
	font-size:114%;
	font-weight:bold;
	color:#333333;
	line-height:2;
	}
div#footer #f_box_01 ,
div#footer #f_box_02 ,
div#footer #f_box_03 ,
div#footer #f_box_04
	{
	width:210px;
	margin:0px 10px 0px 15px;
	float:left;
	}
div#footer #f_box_01
	{
	width:110px;
	}
div#footer #f_box_02
	{
	width:310px;
	}
div#footer #f_box_03 ,
div#footer #f_box_04
	{
	margin:0px 0px 0px 0px;
	}
div#footer #f_box_04
	{
	float:right;
	}
div#footer ul
	{
	line-height:2;
	}
*+html div#footer ul li
	{
	font-size:85%;
	}
div#footer ul li ul.children
	{
	margin:0px 0px 0px 10px;
	}

/* ************************************************ 
 * 2-5 Side contents setting
 * ************************************************ */

/*---------- title ----------*/
div#sidebar h2.headline
	{
	font-size:136%;
	font-weight:bold;
	line-height:2;
	text-align:center;
	color:#FFFFFF;
	margin:0px 0px 7px 0px;
	background:url(images/side_headline.gif) repeat-x #212121;
	}
/*---------- Widgets ----------*/
div#sidebar div.widgets
	{
	margin:0px 0px 10px 0px;
	}

/*---------- searchform----------*/
div#sidebar #searchform
	{
	margin:10px 0px 20px 0px;
	}
div#sidebar #searchform input.text
	{
	width:297px;
	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;
	}

/*---------- List ----------*/
div#sidebar ul
	{
	font-size:92%;
	padding:0px 7px 7px 7px;
	margin:0px 0px 0px 0px;
	}
div#sidebar ul li
	{
	margin:0px 0px 5px 0px;
	}
div#sidebar ul li a
	{
	padding:0px 0px 0px 15px;
	background:url(images/icon/side_icon_01.gif) no-repeat left 5px;
	}
div#sidebar ul li ul
	{
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 10px;
	}

/*---------- List ----------*/
div#sidebar select
	{
	width:320px;
	margin:10px 10px 0px 10px;
	}
/*---------- side_contents_menu ----------*/
div#sidebar ul#side_contents_menu
	{
	margin:0px 0px 14px 0px;
	padding:0px 0px 0px 0px;
	}
div#sidebar ul#side_contents_menu li
	{
	width:340px;
	margin:0px 0px 5px 0px;
	display:block;
	overflow:hidden;
	}
div#sidebar ul#side_contents_menu li.nav_01
	{
	height:125px;
	}
div#sidebar ul#side_contents_menu li.nav_02 ,
div#sidebar ul#side_contents_menu li.nav_03
	{
	height:89px;
	}
div#sidebar ul#side_contents_menu li a
	{
	width:340px;
	display:block;
	}
div#sidebar ul#side_contents_menu li.nav_01 a
	{
	padding:125px 0px 0px 0px;
	background:url(images/button/aggrege.gif) no-repeat;
	}
div#sidebar ul#side_contents_menu li.nav_02 a
	{
	padding:89px 0px 0px 0px;
	background:url(images/button/support_sns.gif) no-repeat;
	}
div#sidebar ul#side_contents_menu li.nav_03 a
	{
	padding:89px 0px 0px 0px;
	background:url(images/button/side_it_metabo.gif) no-repeat;
	}
div#sidebar ul#side_contents_menu li a:hover
	{
	filter: alpha(opacity=85);
	-moz-opacity:0.8;
	opacity:0.8;
	}
	
/*---------- recent_posts ----------*/
div#sidebar dl.recent_posts
	{
	width:340px;
	font-size:92%;
	}
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;
	}

/*---------- include_about_page ----------*/
div#sidebar div#include_about_page
	{
	margin:0px 0px 10px 0px;
	padding:0px 10px 0px 10px;
	background:url(images/block_backgrand.gif)
	}
div#sidebar div#include_about_page h2.headline
	{
	margin:0px 0px 0px 0px;
	border:none;
	padding:0px 0px 0px 0px;
	}
div#sidebar div#include_about_page p.go_more
	{
	text-align:right;
	}
/*---------- Calendar ----------*/
div#sidebar #wp-calendar
	{
	width:260px;
	font-size:92%;
	margin:0px auto 0px auto;
	}
div#sidebar #wp-calendar caption
	{
	font-size:92%;
	text-align:center;
	color:#FFFFFF;
	margin:0px 0px 15px 0px;
	background:#D61605;
	}
div#sidebar #wp-calendar th ,
div#sidebar #wp-calendar td
	{
	font-size:92%;
	text-align:center;
	color:#6E7073;
	padding:2px 10px 2px 10px;
	}
div#sidebar #wp-calendar th
	{
	font-weight:bold;
	}
div#sidebar #wp-calendar td a
	{
	text-decoration:underline;
	color:#6E7073;
	}

/* ************************************************ 
 * 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 #2A2A2A;
	padding:0px 15px 0px 15px;
	background:#555555;
	}
div#main_contents h2.post_title ,
div#main_contents h2.headline
	{
	font-size:136%;
	font-weight:bold;
	line-height:2;
	margin:0px 0px 15px 0px;
	border-top:2px solid #555555;
	padding:0px 10px 0px 10px;
	background:#E2FFE7;
	}
div#main_contents h2.post_title a
	{
	color:#333333;
	text-decoration:none;
	}
div#main_contents h3.headline
	{
	font-weight:bold;
	line-height:2;
	margin:0px 0px 10px 0px;
	border-bottom:1px solid #08648F;
	}
/*---------- main_contents base class ----------*/
div#main_contents strong.red
	{
	color:#D90000;
	}

div#main_contents p.text ,
div#main_contents p.img
	{
	margin:0px 0px 20px 0px;
	}
div#main_contents p.text em
	{
	font-size:85%;
	font-style:normal;
	}
div#main_contents p.img img
	{
	display:block;
	}
div#main_contents img.not_found_img
	{
	margin:0px 0px 20px 0px;
	display:block;
	}
div#main_contents .link_pages_nav
	{
	text-align:center;
	}
div#main_contents .link_pages_nav a
	{
	text-decoration:underline;
	}

/*---------- post ----------*/
div#main_contents .post
	{
	margin:0px 0px 15px 0px;
	}
	
div#main_contents .entry h1
	{
	font-size:136%;
	font-weight:bold;
	line-height:2;
	margin:0px 0px 20px 0px;
	border-top:2px solid #555555;
	}
div#main_contents .entry h2
	{
	font-size:136%;
	font-weight:bold;
	line-height:2;
	color:#333333;
	border-top:1px dotted #8a8076;
	}
div#main_contents .entry h3
	{
	font-size:136%;
	font-weight:bold;
	line-height:2;
	color:#333333;
	}
div#main_contents .entry h4
	{
	font-weight:bold;
	line-height:2;
	color:#333333;
	border-top:1px dotted #8a8076;
	}
div#main_contents .entry h5
	{
	font-weight:bold;
	line-height:2;
	color:#333333;
	}
div#main_contents .entry h6
	{
	font-size:92%;
	font-weight:bold;
	line-height:2;
	color:#333333;
	}
div#main_contents .entry ul
	{
	margin:inherit;
	padding:inherit;
	}
div.privacy ol ,
div#main_contents .entry ol ,
div.privacy ul ,
div#main_contents .entry ul
	{
	margin:0px 0px 20px 0px;
	padding:inherit;
	}
div.privacy ul li ,
div#main_contents .entry ul li
	{
	margin:0px 0px 0px 25px;
	list-style:disc;
	}
div.privacy ol li ,
div#main_contents .entr ol li
	{
	margin:0px 0px 0px 25px;
	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
	{
	width:550px;
	padding:25px 9px 9px 9px;
	background:#EBEBEB;
	position:relative;
	}

/*---------- data ----------*/
div#main_contents .meta .data ,
div#main_contents .meta .com ,
div#main_contents .meta .social
	{
	width:28%;
	position:absolute;
	top:5px;
	}
	
div#main_contents .meta .data
	{
	left:9px;
	}
div#main_contents .meta .com
	{
	left:30%;
	}
div#main_contents .meta .social
	{
	text-align:right;
	right:9px;
	}
*#main_contents .meta .social li
	{
	display:inline;
	}
*#main_contents .meta .social li img
	{
	vertical-align:middle;
	display:inline;
	}
*#main_contents .meta p.edit
	{
	position:absolute;
	bottom:9px;
	right:9px;
	}

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

/*---------- related_box ----------*/
div#main_contents #related_box
	{
	margin:5px 0px 10px 0px;
	}
div#main_contents #related_box ul
	{
	padding:0px 0px 15px 0px;
	}
div#main_contents #related_box li a
	{
	padding:0px 0px 0px 0px;
	}

/*---------- navigation ----------*/
div#main_contents .navigation
	{
	width:568px;
	margin:15px 0px 10px 0px;
	padding:0px 0px 0px 0px;
	position:relative;
	}
div#main_contents .navigation p.previous_post
	{
	position:absolute;
	top:0px;
	left:0px;
	}
div#main_contents .navigation p.next_post
	{
	position:absolute;
	top:0px;
	right:0px;
	}

/*---------- comment ----------*/
div#main_contents .commentlist
	{
	padding:10px 0px 5px 0px;
	}
div#main_contents .commentlist li
	{
	margin:0px 0px 0px 0px;
	padding:10px 15px 10px 15px;
	list-style:inside decimal;
	}
div#main_contents .commentlist li.alt
	{
	background:#EBEBEB;
	}
div#main_contents .commentlist li cite
	{
	color:#0F72A1;
	}
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 p.home_banner
	{
	margin:0px 0px 20px 0px;
	}
body#home #contents_box p.home_banner a:hover img
	{
	filter: alpha(opacity=85);
	-moz-opacity:0.8;
	opacity:0.8;
	}
div#main_contents #home_contents_menu li
	{
	width:279px;
	height:90px;
	min-height:90px;
	font-size:92%;
	line-height:1.3;
	margin:0px 0px 25px 0px;
	display:block;
	float:left;
	}
div#main_contents ul#home_contents_menu li.nav_02 ,
div#main_contents #home_contents_menu li.nav_04
	{
	float:right;
	}
div#main_contents ul#home_contents_menu li a
	{
	width:177px;
	height:90px;
	min-height:90px;
	text-decoration:none;
	color:#000000;
	padding:0px 0px 0px 102px;
	display:block;
	position:relative;
	}
div#main_contents ul#home_contents_menu li a strong
	{
	color:#187274;
	}
div#main_contents ul#home_contents_menu li img
	{
	display:block;
	position:absolute;
	top:0px;
	left:0px;
	}
div#main_contents ul#home_contents_menu li a:hover
	{
	background:#F4FFF6;
	}
div#main_contents ul#home_contents_menu li a:hover img
	{
	filter: alpha(opacity=85);
	-moz-opacity:0.8;
	opacity:0.8;
	}
/*---------- About ----------*/
div#main_contents dl.rinen
	{
	margin:0px 0px 0px 3px;
	}
div#main_contents dl.rinen dt
	{
	margin:0px 0px 10px 0px;
	}
div#main_contents dl.rinen dd
	{
	margin:0px 0px 40px 0px;
	}

div#main_contents table.about_table
	{
	width:100%;
	margin:0px 0px 15px 0px;
	border-collapse:collapse;
	border:1px solid #9C9C9C;
	}
div#main_contents table.about_table th
	{
	width:20%;
	border:1px solid #9C9C9C;
	padding:5px 5px 5px 5px;
	background:#EBEBEB;
	}
div#main_contents table.about_table td
	{
	width:80%;
	border:1px solid #9C9C9C;
	padding:5px 5px 5px 5px;
	background:#FFFFFF;
	}
div#main_contents div#gmaps
	{
	width:568px;
	height:426px;
	margin:20px 0px 20px 0px;
	}
/*---------- business ----------*/
div#main_contents p.aggrege
	{
	width:340px;
	height:124px;
	margin:0px 0px 20px 0px;
	display:block;
	overflow:hidden;
	}
div#main_contents p.aggrege a
	{
	padding:125px 0px 0px 0px;
	background:url(images/button/aggrege.gif) no-repeat;
	display:block;
	}
div#main_contents p.business_wordpress
	{
	width:310px;
	height:92px;
	margin:0px 0px 20px 0px;
	display:block;
	overflow:hidden;
	}
div#main_contents p.business_wordpress a
	{
	padding:92px 0px 0px 0px;
	background:url(images/button/business_wordpress.jpg) no-repeat;
	display:block;
	}
div#main_contents p.aggrege a:hover ,
div#main_contents p.business_wordpress a:hover
	{
	filter: alpha(opacity=85);
	-moz-opacity:0.8;
	opacity:0.8;
	}

/*---------- tokusho ----------*/
div#main_contents table.tokusho_table
	{
	width:100%;
	margin:0px 0px 15px 0px;
	border-collapse:collapse;
	border:1px solid #9C9C9C;
	}
div#main_contents table.tokusho_table th
	{
	width:20%;
	border:1px solid #9C9C9C;
	padding:5px 5px 5px 5px;
	background:#EBEBEB;
	}
div#main_contents table.tokusho_table td
	{
	width:80%;
	border:1px solid #9C9C9C;
	padding:5px 5px 5px 5px;
	}

/*---------- metabo ----------*/
#main_contents p.metabo_diagnosis
	{
	width:338px;
	height:33px;
	margin:0px auto 15px auto;
	overflow:hidden;
	display:block;
	}
#main_contents p.metabo_diagnosis a
	{
	width:338px;
	padding:33px 0px 0px 0px;
	background:url(images/button/more_metabo.gif) no-repeat;
	display:block;
	}
#main_contents p.metabo_diagnosis2
	{
	width:338px;
	height:33px;
	margin:0px auto 15px auto;
	overflow:hidden;
	display:block;
	}
#main_contents p.metabo_diagnosis2 a
	{
	width:338px;
	padding:33px 0px 0px 0px;
	background:url(http://www.pleon.co.jp/wp-content/uploads/2009/02/more_metabo2.gif) no-repeat;
	display:block;
	}

/*---------- metabo_step ----------*/
#main_contents ul.metabo_step li
	{
	margin:0px 0px 15px 0px;
	}
#main_contents p.center img
	{
	margin:0px auto 0px auto;
	}

/*---------- form ----------*/
#main_contents dl.form dd
	{
	margin:0px 0px 15px 0px;
	}

/*---------- sitemap ----------*/
#main_contents ul.site_list li.sub
	{
	margin: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;
	}
	
div#sem_admin_menu
	{
	width:16px;
	border:3px solid #A71230;
	border-top:none;
	border-left:none;
	padding:5px 5px 5px 5px;
	background:#FFFBEF;
	position:fixed;
	top:0px;
	left:0px;
	z-index:10;
	}

form[action="/cs/#wpcf7-f2-p143-o1"] p
	{
	width:100%;
	position:relative;	
	}
form[action="/cs/#wpcf7-f2-p143-o1"] p span.ym
	{
	position:absolute;
	top:0px;
	right:0px;
	}
/* ************************************************ 
 * Feeling!!
 * It is inquiry in the webnist
 * webnist@webnist.org
 * ************************************************ */
