@charset "UTF-8";
/* ************************************************ 
Theme Name: Impulse
Theme URI: http://www.master-web.net
Description: Theme designed by Webnist + Megane
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:#4AA300;
	text-decoration:none;
	}
a:hover
	{
	text-decoration:underline;
	}
div#sidebar a ,
div#footer a
	{
	color:#3A3C3E;
	text-decoration:none;
	}
div#sidebar a:hover ,
div#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 0px 0px 0px;
	}
div#header
	{
	height:96px;
	max-height:96px;
	position:relative;
	}
div#footer
	{
	width:930px;
	font-size:77%;
	border-top:1px dotted #8A8076;
	padding:10px 0px 10px 0px;
	position:relative;
	}
div#contents_box
	{
	margin:10px 0px 0px 0px;
	background:url(images/background/contents_background.gif) repeat-y;
	}
div#main_contents
	{
	width:568px;
	font-size:92%;
	float:left;
	}
div#sidebar
	{
	width:311px;
	margin:0px 9px 0px 0px;
	float:right;
	}
div#main_img
	{
	margin:4px 0px 12px 0px;
	}
div#main_img img
	{
	display:block;
	}

/* ************************************************ 
 * 2-3. Header area setting
 * ************************************************ */
div#header h1
	{
	font-size:92%;
	color:#8B8B8B;
	position:absolute;
	top:27px;
	left:273px;
	}
div#header p#logo
	{
	display:block;
	position:absolute;
	left:20px;
	top:48px;
	z-index:1;
	}
	
/*---------- Navigation Setting ----------*/
div#header ul#nav
	{
	width:709px;
	max-width:709px;
	height:29px;
	max-height:29px;
	font-size:92%;
	background:#555555;
	position:absolute;
	top:67px;
	right:0px;
	}
div#header ul#nav li
	{
	width:auto;
	height:29px;
	display:block;
	float:left;
	position:relative;
	}
div#header ul#nav li a
	{
	height:28px;
	height:29px;
	color:#FFFFFF;
	line-height:2.3;
	text-decoration:none;
	padding:0px 10px 0px 10px;
	display:block;
	float:left;
	}
div#header ul#nav a:hover
	{
	background:#4AA300;
	}

/*---------- Pulldown Setting ----------*/
div#header ul#nav li > ul
	{
	display:none;
	}
div#header ul#nav li:hover > ul
	{
	width:150px;
	border-top:1px solid #D2D2D2;
	background:#555555;
	display:block;
	position:absolute;
	top:100%;
	left:0px;
	z-index:3;
	}
div#header ul#nav li ul li
	{
	width:148px;
	border:1px solid #D2D2D2;
	border-top:none;
	display:block;
	}
div#header ul#nav li ul li a
	{
	width:128px;
	line-height:2.3;
	padding:0px 10px 0px 10px;
	display:block;
	}
/* ************************************************ 
 * 2-4. Footer area setting
 * ************************************************ */
*#footer ul li
	{
	padding:0px 5px 0px 5px;
	display:inline;
	}
*#footer ul li.top
	{
	padding:0px 5px 0px 0px;
	display:inline;
	}
*#footer address
	{
	position:absolute;
	top:10px;
	right:0px;
	}

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

/*---------- title ----------*/
div#sidebar h2.headline
	{
	margin:0px 0px 0px 0px;
	}
/*---------- 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%;
	margin:0px 0px 10px 0px;
	}
div#sidebar ul li
	{
	padding:5px 0px 5px 0px;
	border-bottom:1px solid #B9B9B9;
	}
div#sidebar ul li a ,
div#sidebar ul li span
	{
	text-decoration:none;
	padding:0px 0px 0px 25px;
	background:url(images/icon/side_icon_01.gif) no-repeat 10px center;
	}
div#sidebar ul li ul
	{
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 10px;
	}

/*---------- Select ----------*/
div#sidebar select
	{
	width:320px;
	margin:10px 10px 0px 10px;
	}

/*---------- 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:114%;
	font-weight:bold;
	line-height:2.5;
	margin:0px 0px 10px 0px;
	border-bottom:1px solid #BBBBBB;
	padding:0px 5px 0px 5px;
	background:#F2F2F2;
	}
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-top:1px dashed #8A8076;
	}
/*---------- 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 ,
div#main_contents .entry h2 ,
div#main_contents .entry h3
	{
	font-size:114%;
	font-weight:bold;
	line-height:2.5;
	margin:0px 0px 10px 0px;
	border-bottom:1px solid #BBBBBB;
	padding:0px 5px 0px 5px;
	background:#F2F2F2;
	}
div#main_contents .entry h1
	{
	font-size:136%;
	}
div#main_contents .entry h2
	{
	font-size:122%;
	}
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#main_contents ol
	{
	margin:inherit;
	padding:inherit;
	}
div#main_contents .entry ul li
	{
	margin:0px 0px 0px 20px;
	list-style:disc;
	}
div#main_contents 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:30%;
	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;
	border-top:1px dashed #8A8076;
	padding:10px 0px 0px 0px;
	position:relative;
	}
div#main_contents .navigation p.previous_post
	{
	position:absolute;
	top:10px;
	left:0px;
	}
div#main_contents .navigation p.next_post
	{
	position:absolute;
	top:10px;
	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 div#main_contents ul#recent_posts li
	{
	width:468px;
	border-bottom:1px dotted #8A8076;
	padding:5px 0px 5px 100px;
	position:relative;
	}
body#home div#main_contents ul#recent_posts li span.data
	{
	position:absolute;
	top:5px;
	left:5px;
	}
body#home div#main_contents ul#recent_posts li span.cat a
	{
	color:#000000;
	}
body#home div#main_contents div.l_img_box img
	{
	float:left;
	}
body#home div#main_contents div.l_img_box div
	{
	width:381px;
	float:right;
	}
body#home div#main_contents div.l_img_box div p
	{
	margin:0px 0px 10px 0px;
	}
body#home div#main_contents div.l_img_box div p strong
	{
	font-weight:bold;
	}
body#home div#main_contents div.l_img_box div p em
	{
	font-size:85%;
	font-style:normal;
	color:#767676;
	}

/*---------- Contents Style ----------*/
div#main_contents dl.item
	{
	margin:20px 0px 0px 0px;
	}
div#main_contents dl.item dt
	{
	font-weight:bold;
	margin:0px 0px 5px 0px;
	padding:0px 0px 0px 15px;
	background:url(images/icon/icon_01.gif) no-repeat left center;
	}
div#main_contents dl.item dd
	{
	margin:0px 0px 15px 0px;
	}

div#main_contents table
	{
	width:100%;
	margin:0px 0px 15px 0px;
	border-collapse:collapse;
	border:1px solid #9C9C9C;
	}
div#main_contents table th
	{
	width:30%;
	border:1px solid #9C9C9C;
	padding:5px 5px 5px 5px;
	background:#EBEBEB;
	}
div#main_contents table td
	{
	width:70%;
	border:1px solid #9C9C9C;
	padding:5px 5px 5px 5px;
	}
div#main_contents div#gmaps
	{
	width:568px;
	height:426px;
	margin:20px 0px 20px 0px;
	}
div#main_contents ul.site_list
	{
	margin:0px 0px 5px 15px;
	}
div#main_contents ul.site_list li a ,
div#main_contents ul.site_list li span
	{
	margin:0px 0px 5px 0px;
	padding:0px 0px 0px 15px;
	background:url(images/icon/icon_01.gif) no-repeat left center;
	}
div#main_contents ul.site_list li ul li a
	{
	margin:0px 0px 5px 15px;
	}
	
/*---------- 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
 * ************************************************ */
p.more_link
	{
	margin:10px 0px 15px 0px;
	text-align:right;
	clear:both;
	}
#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;
	}
div#main_contents .entry dl.history
	{
	margin:10px 10px 10px 10px;
	}
div#main_contents .entry dl.history dt
	{
	font-weight:bold;
	color:#46A406;
	}
div#main_contents .entry dl.history dd
	{
	margin:0px 0px 20px 0px;
	}

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