@charset "UTF-8";
/* ************************************************ 
Theme Name: bwp_s_00002
Theme URI: http://www.master-web.net/
Description: WordPress theme designed by <a href="http://www.master-web.net">Master+Web</a>.
Author: Webnist
Author URI: http://www.master-web.net

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
	1-4. CSS display of information
	
	2-1. Basic setting
	2-2. Each area setting
	2-3. Header area setting
	2-4. Footer area setting
	2-5. The main navigation area setting          
	2-6. Side contents setting
	2-7. 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. 
 *	*+html #main_contents .shop_nav li
 *	
 *	
 *	
 * ************************************************ */

/* ************************************************ 
 * 1-3.CSS Zero Include
 * ************************************************ */
@import url("initial.css");

/* ************************************************ 
 * 1-5.CSS display of information
 * ************************************************
 *
 * 77% = 10px	| 	122% = 16px	|	167% = 22px	
 * 85% = 11px	|	129% = 17px	|	174% = 23px
 * 92% = 12px	|	136% = 18px	|	182% = 24px
 * 100% = 13px	|	144% = 19px	|	189% = 25px
 * 107% = 14px	|	152% = 20px	|	197% = 26px
 * 114% = 15px	|	159% = 21px	|
 *
 *	Fontsize
 *	Base	12px (92%)
 *	h1		
 *	h2		
 *	h3		
 *	h4		
 *	h5		
 *	h6
 *		
 *	Font color
 *	Base	#000000
 *	h1		
 *	h2		
 *	h3		
 *	h4		
 *	h5		
 *	h6
 *	meta	#666666
 *
 *	Link color
 *	Base		b/h/s/v	#0066CC/#0066CC/#810081/#810081 n,u,u,u
 *	Top Base	b/h/s/v	#669933/#669933/#4B2087/#4b2087 n,n,n,n
 *	h1		
 *	h2		
 *	h3		
 *	h4		
 *	h5		
 *	h6		
 *
 *	Background(The part used is described.)
 *  body #F5F5F5 img themes/webnist/common/base/body_back.gif
 *  box  #FFFFFF
 *
 * ************************************************ */

/* ************************************************ 
 * 2-1. Basic setting
 * ************************************************ */
html
	{
	background:url(images/background.gif) repeat-x #000000;
	}
body
	{
	text-align:center;
	color:#010101;
	background:url(images/footer_back.gif) repeat-x left bottom;
	}
a
	{
	color:#004477;
	text-decoration:none;
	}
a:hover
	{
	text-decoration:underline;
	}

/* ************************************************ 
 * 2-2. Each area setting
 * box
 * header
 * footer
 * contents_box
 * main_contents
 * sidebar
 * ************************************************ */
*#box
	{
	width:950px;
	line-height:1.5;
	text-align:left;
	margin:0px auto 0px auto;
	}
*#header
	{
	height:56px;
	font-size:92%;
	position:relative;
	}
*#footer
	{
	width:950px;
	height:68px;
	text-align:left;
	margin:0px auto 0px auto;
	position:relative;
	}
*#nav
	{
	height:38px;
	font-size:107%;
	}
#contents_box
	{
	margin:10px 0px 0px 0px;
	}
*#main_contents
	{
	width:568px;
	font-size:107%;
	padding:10px 10px 0px 10px;
	background:#FFFFFF;
	float:left;
	}
body#page *#main_contents
	{
	width:588px;
	font-size:107%;
	padding:0px 0px 0px 0px;
	background:#FFFFFF;
	float:left;
	}
body#stock *#main_contents
	{
	width:930px;
	padding:0px 0px 0px 0px;
	float:none;
	}
body#page #page_contents
	{
	width:568px;
	padding:10px 10px 10px 10px;
	}
body#contents #main_contents
	{
	width:588px;
	padding:0px 0px 0px 0px;
	}
body#contents #main_contents #single_contents
	{
	padding:10px 10px 10px 10px;
	}
*#sidebar
	{
	width:350px;
	font-size:92%;
	float:right;
	}
/* ************************************************ 
 * 2-3. Header area setting
 * ************************************************ */
*#header h1
	{
	color:#FFFFFF;
	font-size:92%;
	position:absolute;
	left:207px;
	top:0px;
	}
*#header #logo
	{
	display:block;
	position:absolute;
	left:10px;
	top:5px;
	}
*#header #header_meta
	{
	width:743px;
	height:25px;
	background:#FFFFFF;
	position:absolute;
	left:207px;
	bottom:10px;
	}
*#header #header_meta #header_tel
	{
	position:absolute;
	left:100px;
	top:3px;
	}
*#header #header_meta #header_time
	{
	position:absolute;
	right:10px;
	top:6px;
	}
post_list
/* ************************************************ 
 * 2-4. Footer area setting
 * ************************************************ */
*#footer #feed_icon
	{
	position:absolute;
	top:16px;
	left:10px;
	}
*#footer .footer_nav
	{
	font-size:77%;
	position:absolute;
	top:14px;
	left:50px;
	}
*#footer .footer_nav li
	{
	border-left:1px solid #FFFFFF;
	padding:0px 0px 0px 5px;
	display:inline;
	}
*#footer .footer_nav li.top
	{
	border-left:none;
	padding:0px 0px 0px 0px;
	}
*#footer .footer_nav li a
	{
	color:#FFFFFF;
	text-decoration:none;
	}
*#footer address
	{
	font-size:92%;
	color:#FFFFFF;
	position:absolute;
	top:32px;
	left:50px;
	}

/* ************************************************ 
 * 2-5 The main navigation area setting
 * ************************************************ */
*#nav li
	{
	text-align:center;
	line-height:2.6;
	border-right:1px solid #888888;
	float:left;
	}
*#nav li.top
	{
	border-left:1px solid #888888;
	}
*#nav li a
	{
	height:38px;
	color:#FFFFFF;
	text-decoration:none;
	padding:0px 17px 0px 17px;
	display:block;
	float:left;
	}
*#nav li:hover
	{
	background:url(images/nav_back.gif) repeat-x;
	}

/* ************************************************ 
 * 2-6 Side contents setting
 * ************************************************ */
/*---------- title ----------*/
*#sidebar h2.widgettitle
	{
	color:#FFFFFF;
	font-size:114%;
	margin:10px 0px 10px 0px;
	padding:7px 10px 7px 10px;
	background:#333333;
	}
*#sidebar h2.widgettitle a
	{
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	}
*#sidebar h2.widgettitle img
	{
	vertical-align:middle;
	}

*#sidebar #stock_car_banner
	{
	margin:0px 0px 15px 0px;
	display:block;
	}
*#sidebar #feed_area
	{
	background:#505050;
	}
*#sidebar #feed_area ul
	{
	padding:0px 10px 10px 10px;
	}
*#sidebar #feed_area ul li a
	{
	color:#c7c7c7;
	}

*#sidebar .banner
	{
	color:#FFFFFF;
	text-align:center;
	padding:0px 0px 15px 0px;
	}
*#sidebar .banner div.banner_left ,
*#sidebar .banner div.banner_right
	{
	width:170px;
	text-align:center;
	float:left;
	}
*#sidebar .banner div.banner_right
	{
	float:right;
	}
	
/* ************************************************ 
 * 2-7 The main contents setting 271 290 342
 * ************************************************ */
/*---------- home ----------*/
body#home #contents_box h2.home_headline
	{
	margin:0px 0px 10px 0px;
	}
body#home #contents_box .link_list_l
	{
	width:274px;
	float:left;
	}
body#home #contents_box .link_list_r
	{
	width:274px;
	float:right;
	}
body#home #contents_box .link_list_l img ,
body#home #contents_box .link_list_r img
	{
	margin:4px 0px 0px 0px;
	display:block;
	}
body#home #contents_box .link_list_l ul ,
body#home #contents_box .link_list_r ul
	{
	margin:0px 0px 10px 0px;
	}
body#home #contents_box .link_list_l ul li ,
body#home #contents_box .link_list_r ul li
	{
	line-height:1.5;
	margin:2px 0px 0px 0px;
	}
body#home #contents_box .link_list_l ul li a ,
body#home #contents_box .link_list_r ul li a
	{
	width:264px;
	text-decoration:none;
	padding:0px 0px 0px 10px;
	background:#e8e8e8;
	display:block;
	}
body#home #contents_box .link_list_l ul li a:hover ,
body#home #contents_box .link_list_r ul li a:hover
	{
	color:#FFFFFF;
	background:#5b0400;
	}
body#home #contents_box .link_list_l p ,
body#home #contents_box .link_list_r p
	{
	width:274px;
	height:182px;
	display:block;
	overflow:hidden;
	}
body#home #contents_box .link_list_l p a ,
body#home #contents_box .link_list_r p a
	{
	width:274px;
	padding:182px 0px 0px 0px;
	display:block;
	}
body#home #contents_box .link_list_l p.category_list_01 a
	{
	background:url(images/link_img_01.jpg);
	}
body#home #contents_box .link_list_r p.category_list_02 a
	{
	background:url(images/link_img_02.jpg);
	}
body#home #contents_box .link_list_l p.category_list_03 a
	{
	background:url(images/link_img_03.jpg);
	}
body#home #contents_box .link_list_r p.category_list_04 a
	{
	background:url(images/link_img_04.jpg);
	}
body#home #contents_box .link_list_l p.category_list_05 a
	{
	background:url(images/link_img_05.jpg);
	}
body#home #contents_box .link_list_r p.category_list_06 a
	{
	background:url(images/link_img_06.jpg);
	}
body#home #contents_box .link_list_l p a:hover ,
body#home #contents_box .link_list_r p a:hover
	{
	background-position:0px -182px;
	}
/*---------- title ----------*/
#main_contents h2.pagetitle
	{
	color:#000000;
	font-size:174%;
	font-weight:bold;
	line-height:1.5;
	padding:0px 10px 0px 10px;
	background:url(images/title_back.gif) repeat-x;
	}
#main_contents h2.post_title
	{
	color:#FFFFFF;
	font-size:136%;
	font-weight:bold;
	line-height:2;
	margin:0px 0px 10px 0px;
	padding:0px 10px 0px 10px;
	background:#000000;
	}
#main_contents h2.post_title a
	{
	color:#FFFFFF;
	text-decoration:none;
	}
#main_contents h2.headline ,
#main_contents h3.headline
	{
	color:#000000;
	font-size:136%;
	font-weight:bold;
	line-height:2;
	margin:0px 0px 10px 0px;
	padding:0px 10px 0px 10px;
	background:#eff0ef;
	}
#main_contents h3.headline
	{
	font-size:100%;
	}
/*---------- post ----------*/
*#main_contents .post
	{
	margin:0px 0px 15px 0px;
	}
*#main_contents hr
	{
	color:#FFFFFF;
	}
*#main_contents .post_list
	{
	margin:20px 0px 20px 5px;
	float:left;
	}
*#main_contents .post_list dt
	{
	text-align:center;
	}
*#main_contents .post_list img
	{
	border:1px solid #555555;
	display:block;
	}
/*---------- entry ----------*/
#main_contents .entry
	{
	margin:10px 0px 10px 0px;
	}
#main_contents .entry .thumbnail
	{
	margin:0px 11px 0px 0px;
	display:block;
	float:left;
	}

/*---------- meta ----------*/
*#main_contents .meta
	{
	padding:9px 9px 9px 9px;
	background:#eff0ef;
	}

/*---------- data ----------*/
*#main_contents .meta .data ,
*#main_contents .meta .cat ,
*#main_contents .meta .tags ,
*#main_contents .meta .com ,
*#main_contents .meta .edit
	{
	line-height:1.5; 
	}
*#main_contents .meta .data
	{
	width:30%;
	float:left;
	}
*#main_contents .meta .com
	{
	width:40%;
	float:left;
	}
*#main_contents .meta .data ,
*#main_contents .meta .com a
	{
	padding:0px 0px 0px 15px;
	background:url(images/icon_01.gif) no-repeat left center;
	}
*#main_contents .meta .cat
	{
	padding:5px 0px 5px 0px;
	clear:both;
	}
*#main_contents .meta .cat img ,
*#main_contents .meta .tags img 
	{
	vertical-align:middle;
	margin:0px 10px 0px 0px;
	}
*#main_contents .meta .edit
	{
	text-align:right;
	}
*#main_contents .meta .social
	{
	width:25%;
	text-align:right;
	float:right;
	}
*#main_contents .meta .social li
	{
	display:inline;
	}
*#main_contents .meta .social li img
	{
	vertical-align:middle;
	display:inline;
	}

/*---------- related_box ----------*/
*#main_contents #related_box
	{
	margin:5px 0px 10px 0px;
	}
*#main_contents #related_box ul
	{
	padding:15px 10px 15px 15px;
	}
*#main_contents #related_box li a
	{
	padding:0px 0px 0px 15px;
	background:url(images/icon_01.gif) no-repeat left center;
	}

/*---------- navigation ----------*/
*#main_contents .navigation
	{
	margin:15px 0px 10px 0px;
	padding:0px 10px 0px 10px;
	}
*#main_contents .navigation p.previous_post
	{
	width:49%;
	text-align:left;
	float:left;
	}
*#main_contents .navigation p.next_post
	{
	width:49%;
	text-align:right;
	float:right;
	}

/*---------- comment ----------*/
*#main_contents .commentlist
	{
	padding:10px 10px 5px 10px;
	}
*#main_contents .commentlist li
	{
	padding:10px 15px 0px 15px;
	list-style:inside decimal;
	}
*#main_contents .commentlist li.alt
	{
	background:#eff0ef;
	}
*#main_contents .commentlist li cite
	{
	color:#CC0001;
	}
*#main_contents .commentlist li span.data
	{
	padding:0px 0px 0px 20px;
	}
*#main_contents .commentlist li p
	{
	padding:10px 0px 0px 0px;
	}
*#main_contents #commentform
	{
	padding:0px 10px 0px 10px;
	}
*#main_contents #commentform p
	{
	margin:10px 0px 10px 0px;
	}
*#main_contents #commentform input
	{
	width:250px;
	margin:10px 0px 0px 0px;
	border:1px solid #acacac;
	}
*#main_contents #commentform textarea
	{
	margin:10px 0px 0px 0px;
	border:1px solid #acacac;
	}
*#main_contents #commentform strong
	{
	font-weight:bold;
	color:#c80000;
	}
*#main_contents #commentform button
	{
	color:#000000;
	border:1px solid #acacac;
	background:#dcdcdc;
	}
*#main_contents #commentform button:hover
	{
	color:#000000;
	border:1px solid #ebe9ed;
	background:#acacac;
	}
*#main_contents #comment
	{
	width:100%;
	margin:10px 0px 0px 0px;
	}
/*---------- contact ----------*/
*#main_contents .wpcf7
	{
	margin:10px 0px 10px 10px;
	}
*#main_contents .wpcf7 input ,
*#main_contents .wpcf7 textarea
	{
	width:237px;
	height:13px;
	vertical-align:middle;
	margin:0px 0px 15px 0px;
	border:1px solid #878787; 
	padding:4px 4px 4px 4px;
	}
*#main_contents .wpcf7 textarea
	{
	width:480px;
	height:150px;
	}

/*---------- page ----------*/
body#page #main_contents h3
	{
	font-size:122%;
	font-weight:bold;
	color:#FFFFFF;
	margin:0px 0px 10px 0px;
	padding:0px 5px 0px 5px;
	background:#000000;
	}
body#page #main_contents p
	{
	margin:0px 10px 15px 10px;
	}
body#page #main_contents table
	{
	width:566px;
	margin:0px 0px 15px 0px;
	}
body#page #main_contents table th
	{
	width:90px;
	vertical-align:top;
	border:1px solid #FFFFFF;
	padding:0px 5px 0px 5px;
	background:#e4e4e4;
	}
body#page #main_contents table td
	{
	width:446px;
	border:1px solid #FFFFFF;
	padding:0px 5px 0px 5px;
	}
body#page #main_contents ol li
	{
	margin:0px 0px 0px 30px;
	list-style:decimal;
	}
body#page #main_contents #gmaps
	{
	width:566px;
	height:425px;
	}
body#page #main_contents .staff_box
	{
	margin:0px 0px 20px 0px;
	background:#e4e4e4;
	}
body#page #main_contents .staff_box div
	{
	width:386px;
	margin:10px 10px 0px 10px;
	float:right;
	}
body#page #main_contents .staff_box h4
	{
	width:160px;
	font-weight:bold;
	color:#FFFFFF;
	padding:0px 5px 0px 5px;
	background:#5b0400;
	}
body#page #main_contents .staff_box p
	{
	margin:5px 0px 5px 0px;
	}
body#page #main_contents .staff_box img
	{
	margin:10px 10px 0px 10px;
	float:left;
	}
body#page #main_contents .staff_box hr
	{
	color:#e4e4e4;
	}
body#page #main_contents .img_box
	{
	margin:5px 0px 5px 0px;
	}
body#page #main_contents .img_box img
	{
	display:block;
	}
body#page #main_contents .maintenance_list
	{
	margin:10px 0px 10px 0px;
	padding:10px 10px 10px 10px;
	background:#e4e4e4;
	}
body#page #main_contents .maintenance_list li
	{
	line-height:2;
	padding:0px 0px 0px 15px;
	background:url(images/icon_01.gif) no-repeat left center;
	}
body#page #main_contents #site_list
	{
	padding:0px 10px 0px 10px;
	}
body#page #main_contents #site_list li
	{
	line-height:2;
	padding:0px 0px 0px 15px;
	background:url(images/icon_01.gif) no-repeat left center;
	}
/*---------- stock ----------*/
body#stock #main_contents #stock_nav
	{
	margin:10px 0px 0px 1px;
	}
body#stock #main_contents #stock_nav li
	{
	width:183px;
	height:70px;
	margin:0px 0px 0px 2px;
	display:block;
	overflow:hidden;
	float:left;
	}
body#stock #main_contents #stock_nav li a
	{
	width:183px;
	padding:70px 0px 0px 0px;
	display:block;
	}
body#stock #main_contents #stock_nav li.nav_01 a
	{
	background:url(images/stock/nav_01.jpg) no-repeat;
	}
body#stock #main_contents #stock_nav li.nav_02 a
	{
	background:url(images/stock/nav_02.jpg) no-repeat;
	}
body#stock #main_contents #stock_nav li.nav_03 a
	{
	background:url(images/stock/nav_03.jpg) no-repeat;
	}
body#stock #main_contents #stock_nav li.nav_04 a
	{
	background:url(images/stock/nav_04.jpg) no-repeat;
	}
body#stock #main_contents #stock_nav li.nav_05 a
	{
	background:url(images/stock/nav_05.jpg) no-repeat;
	}
body#stock #main_contents #stock_nav li a:hover
	{
	background-position:0px -70px;
	}

/* ************************************************ 
 * 3-1 Other setting
 * ************************************************ */
/*---------- template ----------*/
#main_contents .entry .post_main_img
	{
	margin:0px 0px 15px 0px;
	display:block;
	}
#main_contents .entry .text
	{
	margin:0px 0px 20px 0px;
	clear:both;
	}
#main_contents .entry .img_box_01
	{
	margin:15px 0px 0px 0px;
	}
#main_contents .entry .img_box_01 img
	{
	margin:0px 3px 0px 3px;
	border:1px solid #818181;
	display:block;
	float:left;
	}
#main_contents .entry .img_box_02 .box_img_l
	{
	width:282px;
	float:left;
	}
#main_contents .entry .img_box_02 .box_img_r
	{
	width:282px;
	float:right;
	}
#main_contents .entry .img_box_02 dd img
	{
	margin:0px 0px 10px 0px;
	border:1px solid #818181;
	display:block;
	}
#main_contents .entry .img_box_02 dt
	{
	text-align:center;
	}
#main_contents .entry .img_box_03 img
	{
	margin:0px 10px 0px 0px;
	border:1px solid #818181;
	display:block;
	float:left;
	}
#main_contents .entry .img_box_04 img
	{
	margin:0px 0px 0px 10px;
	border:1px solid #818181;
	display:block;
	float:right;
	}
#main_contents .entry .img_box_05 img
	{
	margin:0px 0px 10px 0px;
	border:1px solid #818181;
	display:block;
	}
#main_contents .entry .img_box_05 p
	{
	text-align:center;
	}
#main_contents .entry .img_box_05 .box_img_l
	{
	width:282px;
	float:left;
	}
#main_contents .entry .img_box_05 .box_img_r
	{
	width:282px;
	float:right;
	}
#main_contents .entry .img_box_05 table
	{
	width:100%;
	margin:10px 0px 20px 0px;
	border:1px solid #FFFFFF;
	}
#main_contents .entry .img_box_05 table th
	{
	width:30%;
	vertical-align:top;
	border:1px solid #FFFFFF;
	padding:3px 5px 3px 5px;
	background:#EEEEEE;
	}
#main_contents .entry .img_box_05 table td
	{
	width:70%;
	border:1px solid #FFFFFF;
	padding:3px 5px 3px 5px;
	}
#main_contents .entry .img_box_06 img
	{
	margin:0px 20px 0px 0px;
	border:1px solid #818181;
	display:block;
	float:left;
	}
#main_contents .entry .table_01
	{
	width:100%;
	margin:10px 0px 20px 0px;
	border:1px solid #FFFFFF;
	}
#main_contents .entry .table_01 th
	{
	width:14%;
	vertical-align:top;
	border:1px solid #FFFFFF;
	padding:3px 5px 3px 5px;
	background:#EEEEEE;
	}
#main_contents .entry .table_01 td
	{
	width:43%;
	border:1px solid #FFFFFF;
	padding:3px 5px 3px 5px;
	}
#back-to-top
	{
	margin:30% 0px 0px 0px;
	position:absolute;
	right:5px;
	}
#main_img
	{
	clear:both;
	}
/* ************************************************ 
 * Feeling!!
 * It is inquiry in the webnist
 * webnist@webnist.org
 * ************************************************ */
