@charset "UTF-8";
/* ************************************************ 
Theme Name: agurige
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;
	}
a
	{
	color:#0f73a1;
	}
a:hover
	{
	text-decoration:none;
	}

/* ************************************************ 
 * 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;
	background:url(images/contents_background.gif) repeat-y left top;
	}
body#home div#contents_box
	{
	background:none;
	}
div#main_contents
	{
	width:568px;
	float:left;
	}
body#home div#main_contents
	{
	width:930px;
	float:none;
	}
div#sidebar
	{
	width:331px;
	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:20px;
	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;
	}

/*---------- Header Contact ----------*/
div#header p#header_contact
	{
	width:113px;
	height:55px;
	display:block;
	overflow:hidden;
	position:absolute;
	top:6px;
	right:0px;
	}
div#header p#header_contact a
	{
	width:113px;
	padding:55px 0px 0px 0px;
	background:url(images/button/header_contact.gif) no-repeat;
	display:block;
	}
div#header p#header_contact a:hover
	{
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
	}
/* ************************************************ 
 * 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;
	}
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;
	padding:0px 10px 0px 10px;
	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:288px;
	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;
	}

/*---------- recent_posts ----------*/
div#sidebar dl.recent_posts
	{
	width:340px;
	font-size:92%;
	position:relative;
	}
div#sidebar dl.recent_posts dd
	{
	width:267px;
	color:#960100;
	margin:10px 0px 0px 0px;
	padding:0px 0px 0px 73px;
	position:relative;
	}
div#sidebar dl.recent_posts dd span.over_imgbox ,
div#sidebar dl.recent_posts dd span.imgbox
	{
	width:63px;
	height:47px;
	overflow:hidden;
	display:block;
	position:absolute; 
	top:0px; 
	left:0px;  
	}
div#sidebar dl.recent_posts span.over_imgbox img
	{
	margin:-25% 0px 0px 0px;
	}
div#sidebar dl.recent_posts dt
	{
	width:267px;
	font-weight:normal;
	margin:0px 0px 20px 0px;
	padding:0px 0px 0px 73px;
	}
div#sidebar dl.recent_posts > dt
	{
	height:auto;
	}

/*---------- 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 0px 0px;
	border-top:2px solid #555555;
	}
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 15px 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.kiyaku ol ,
div#main_contents .entry ol ,
div.kiyaku ul ,
div#main_contents .entry ul
	{
	margin:0px 0px 20px 0px;
	padding:inherit;
	}
div.kiyaku ul li ,
div#main_contents .entry ul li
	{
	margin:0px 0px 0px 20px;
	list-style:disc;
	}
div.kiyaku ol li ,
div#main_contents .entr ol li
	{
	margin:0px 0px 0px 20px;
	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:568px;
	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 dl#recent_posts
	{
	width:670px;
	margin:0px 0px 15px 0px;
	border:1px solid #C8C8C8;
	padding:3px 5px 3px 253px;
	position:relative;
	}
body#home #contents_box dl#recent_posts dd 
	{
	width:248px;
	height:30px;
	position:absolute;
	top:3px;
	left:0px;
	}
body#home #contents_box dl#recent_posts dd  span.title
	{
	padding:5px 20px 5px 20px;
	background:url(images/recent_posts_backgrand.gif) no-repeat right top;
	}
body#home #contents_box dl#recent_posts dd  span.data
	{
	padding:5px 10px 5px 10px;
	}
body#home #contents_box ul#contents_menu li
	{
	width:221px;
	height:259px;
	display:block;
	overflow:hidden;
	float:left;
	}
body#home #contents_box ul#contents_menu li.nav_02 ,
body#home #contents_box ul#contents_menu li.nav_03
	{
	margin:0px 0px 0px 15px;
	}
body#home #contents_box ul#contents_menu li.nav_04
	{
	float:right;
	}
body#home #contents_box ul#contents_menu li a
	{
	width:221px;
	padding:259px 0px 0px 0px;
	display:block;
	}
body#home #contents_box ul#contents_menu li.nav_01 a
	{
	background:url(images/button/service.gif) no-repeat;
	}
body#home #contents_box ul#contents_menu li.nav_02 a
	{
	background:url(images/button/support.gif) no-repeat;
	}
body#home #contents_box ul#contents_menu li.nav_03 a
	{
	background:url(images/button/price.gif) no-repeat;
	}
body#home #contents_box ul#contents_menu li.nav_04 a
	{
	background:url(images/button/contact.gif) no-repeat;
	}
body#home #contents_box ul#contents_menu li a:hover
	{
	filter: alpha(opacity=85);
	-moz-opacity:0.8;
	opacity:0.8;
	}
/*---------- Service ----------*/
div#main_contents ul#service_features_list li
	{
	margin:15px 0px 0px 0px;
	}
div#main_contents ul#service_contents_menu
	{
	margin:15px 0px 15px 0px;
	}
div#main_contents ul#service_contents_menu li
	{
	width:275px;
	height:319px;
	margin:0px 0px 15px 0px;
	display:block;
	overflow:hidden;
	float:left;
	}
div#main_contents ul#service_contents_menu li.nav_02
	{
	float:right;
	}
div#main_contents ul#service_contents_menu li a
	{
	width:275px;
	padding:319px 0px 0px 0px;
	display:block;
	}
div#main_contents ul#service_contents_menu li.nav_01 a
	{
	background:url(images/button/service_01.gif) no-repeat;
	}
div#main_contents ul#service_contents_menu li.nav_02 a
	{
	background:url(images/button/service_02.gif) no-repeat;
	}
div#main_contents table#service_table
	{
	width:100%;
	margin:0px 0px 15px 0px;
	border:4px solid #FFFFFF;
	border-collapse:collapse;
	}
div#main_contents table#service_table td
	{
	width:50%;
	border:4px solid #FFFFFF;
	padding:5px 5px 5px 5px;
	}
div#main_contents table#service_table td.cell_01
	{
	background:#EBEBEB;
	}
/*---------- Price ----------*/
div#main_contents table.price_table
	{
	width:100%;
	margin:0px 0px 15px 0px;
	border-collapse:collapse;
	border:1px solid #9C9C9C;
	}
div#main_contents table.price_table th
	{
	width:20%;
	border:1px solid #9C9C9C;
	padding:5px 5px 5px 5px;
	background:#EBEBEB;
	}
div#main_contents table.price_table td
	{
	width:80%;
	border:1px solid #9C9C9C;
	padding:5px 5px 5px 5px;
	}
/*---------- About ----------*/
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;
	}
div#main_contents div#gmaps
	{
	width:568px;
	height:426px;
	margin:20px 0px 20px 0px;
	}
/*---------- 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;
	}

/*---------- form ----------*/
#main_contents dl.form dd
	{
	margin:0px 0px 15px 0px;
	}
#main_contents dl.form dd.kiyaku
	{
	height:250px;
	border:1px solid #9C9C9C;
	overflow:auto;
	}
/* ************************************************ 
 * 3-1 Other setting
 * ************************************************ */
#back-to-top
	{
	margin:30% 0px 0px 0px;
	position:absolute;
	right:5px;
	}
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;
	}

/* ************************************************ 
 * Feeling!!
 * It is inquiry in the webnist
 * webnist@webnist.org
 * ************************************************ */
