@charset "UTF-8";
/* ************************************************ 
Theme Name: bws_00019

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/body_background.gif) no-repeat center top;
	}
body
	{
	text-align:center;
	color:#333333;
	background:url(images/body_background-trans.png) repeat-x;
	}
body#home
	{
	}
a
	{
	color:#03205B;
	text-decoration:none;
	}
a:hover
	{
	color:#FF5A00;
	text-decoration:underline;
	}
#footer a
	{
	color:#424242;
	}
	
/* ************************************************ 
 * 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:108px;
	font-size:92%;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	position:relative;
	}
*#footer
	{
	height:49px;
	font-size:77%;
	border-top:1px solid #000000;
	padding:10px 10px 10px 10px;
	position:relative;
	}
*#nav
	{
	height:38px;
	font-size:107%;
	position:absolute;
	left:0px;
	bottom:0px;
	}
*#contents_box
	{
	padding:10px 10px 10px 10px;
	background:#FFFFFF;
	}
*#main_contents
	{
	width:568px;
	font-size:107%;
	margin:0px 0px 0px 0px;
	float:left;
	}
*#sidebar
	{
	width:340px;
	margin:0px 0px 0px 0px;
	float:right;
	}
body#home *#contents_box
	{
	padding:10px 0px 10px 0px;
	background:#FFFFFF;
	}
body#home *#main_contents
	{
	width:950px;
	float:none;
	}
#main_img
	{
	width:950px;
	height:414px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	position:relative;
	}
#main_img img
	{
	display:block;
	position:absolute;
	left:46px;
	top:43px;
	}
/* ************************************************ 
 * 2-3. Header area setting
 * ************************************************ */
*#header h1
	{
	color:#8B8B8B;
	font-size:100%;
	position:absolute;
	right:0px;
	top:18px;
	}
*#header #logo
	{
	display:block;
	position:absolute;
	left:0px;
	top:11px;
	}
*#header img#headr_meta
	{
	position:absolute;
	right:0px;
	top:37px;
	}

/* ************************************************ 
 * 2-4. Footer area setting
 * ************************************************ */
*#footer #feed_icon
	{
	position:absolute;
	top:16px;
	left:0px;
	}
*#footer ul
	{
	position:absolute;
	top:14px;
	left:40px;
	}
*#footer ul li
	{
	display:inline;
	}
*#footer ul a
	{
	color:#737373;
	border-left:1px solid #737373;
	padding:0px 3px 0px 3px;
	text-decoration:none;
	}
*#footer ul li.top a
	{
	border-left:none;
	padding:0px 0px 0px 0px;
	}
*#footer address
	{
	color:#010101;
	position:absolute;
	top:30px;
	left:40px;
	}

/* ************************************************ 
 * 2-5 The main navigation area setting
 * ************************************************ */
*#nav li
	{
	width:auto;
	height:38px;
	display:block;
	float:left;
	}
*#nav li a
	{
	height:38px;
	width:auto;
	color:#000000;
	line-height:2.8;
	text-decoration:none;
	border-right:1px solid #000000;
	padding:0px 15px 0px 15px;
	display:block;
	float:left;
	}
*#nav li.top a
	{
	border-left:1px solid #000000;
	}
*#nav li a:hover
	{
	background:url(images/nav/nav_hover_background.gif) repeat-x;
	}

/* ************************************************ 
 * 2-6 Side contents setting
 * ************************************************ */
/*---------- title ----------*/
*#sidebar h2.headline
	{
	margin:0px 0px 10px 0px;
	}
/*---------- List ----------*/
*#sidebar ul
	{
	font-size:92%;
	margin:10px 10px 20px 10px;
	}
*#sidebar ul li
	{
	padding:3px 0px 3px 0px;
	}
*#sidebar ul li a
	{
	padding:3px 0px 3px 0px;
	}
*#sidebar ul li ul
	{
	margin:0px 10px 0px 15px;
	}
/*---------- searchform----------*/
*#sidebar #searchform
	{
	margin:10px 11px 20px 11px;
	}
*#sidebar #searchform input.text
	{
	width:275px;
	height:12px;
	vertical-align:middle;
	margin:0px 0px 0px 0px;
	border:1px solid #878787; 
	border:1px solid #878787; 
	padding:4px 4px 4px 4px;
	}
*#sidebar #searchform input.button
	{
	vertical-align:middle;
	}
/*---------- page_menu----------*/
*#sidebar ul#page_menu
	{
	margin:0px 0px 10px 0px;
	}
*#sidebar ul#page_menu li
	{
	width:340px;
	height:74px;
	margin:0px 0px 10px 0px;
	padding:0px 0px 0px 0px;
	overflow:hidden;
	display:block;
	}
*#sidebar ul#page_menu li a
	{
	width:340px;
	padding:74px 0px 0px 0px;
	display:block;
	}
*#sidebar ul#page_menu li.page_menu_01 a
	{
	background:url(images/nav/page_menu_01.jpg) no-repeat;
	}
*#sidebar ul#page_menu li.page_menu_02 a
	{
	background:url(images/nav/page_menu_02.jpg) no-repeat;
	}
*#sidebar ul#page_menu li a:hover
	{
	background-position:0px -74px;
	}
/*---------- mobile_site ----------*/
*#sidebar p#mobile_site
	{
	text-align:center;
	margin:0px 0px 10px 0px;
	}
*#sidebar p#mobile_site img
	{
	margin:0px auto 0px auto;
	display:block;
	}
/* ************************************************ 
 * 2-7 The main contents setting 271 290 342
 * ************************************************ */
/*---------- title ----------*/
#main_contents h2.pagetitle
	{
	font-size:197%;
	font-weight:bold;
	margin:0px 0px 20px 0px;
	}
#main_contents h2.post_title ,
#main_contents h2.headline
	{
	font-size:129%;
	font-weight:bold;
	line-height:2;
	color:#333333;
	margin:0px 0px 10px 0px;
	border-top:2px solid #000000;
	padding:5px 0px 0px 0px;
	}
#main_contents h2.headline
	{
	margin:0px 0px 20px 0px;
	}
#main_contents h2.post_title span ,
#main_contents h2.headline span
	{
	padding:0px 10px 0px 10px;
	background:#F0F0F0;
	display:block;
	}
#main_contents h2.post_title a
	{
	color:#333333;
	text-decoration:none;
	}
#main_contents h2.img_headline
	{
	margin:0px 0px 0px 0px;
	}


#main_contents h3.headline
	{
	font-weight:bold;
	line-height:2.3;
	margin:0px 0px 10px 0px;
	border-top:1px dotted #8A8076;
	padding:0px 0px 0px 0px;
	}
/*---------- home ----------*/
body#home #contents_box #home_box_01 ,
body#home #contents_box #home_box_02 ,
body#home #contents_box #home_box_03 ,
body#home #contents_box #home_box_04
	{
	width:200px;
	font-size:88%;
	margin:0px 23px 0px 0px;
	border:1px solid #BDBDBD;
	padding:3px 9px 3px 9px;
	float:left;
	}
body#home #contents_box #home_box_03 ,
body#home #contents_box #home_box_04
	{
	margin:0px 0px 0px 0px;
	}
body#home #contents_box #home_box_04
	{
	float:right;
	}
body#home #contents_box #home_box_01 h2 ,
body#home #contents_box #home_box_02 h2 ,
body#home #contents_box #home_box_03 h2 ,
body#home #contents_box #home_box_04 h2
	{
	margin:0px 0px 7px 0px;
	}
body#home #contents_box #home_box_01 p ,
body#home #contents_box #home_box_02 p ,
body#home #contents_box #home_box_03 p ,
body#home #contents_box #home_box_04 p
	{
	margin:0px 0px 10px 0px;
	}
body#home #contents_box #home_box_01 img ,
body#home #contents_box #home_box_02 img ,
body#home #contents_box #home_box_03 img ,
body#home #contents_box #home_box_04 img
	{
	display:block;
	}
body#home #contents_box #home_box_01 a ,
body#home #contents_box #home_box_02 a ,
body#home #contents_box #home_box_03 a ,
body#home #contents_box #home_box_04 a
	{
	font-weight:bold;
	}

body#home #contents_box #home_box_01 dl dt
	{
	margin:0px 0px 8px 0px;
	}
/*---------- post ----------*/
#main_contents .archive_box_left ,
#main_contents .archive_box_right
	{
	width:180px;
	margin:0px 14px 15px 0px;
	float:left;
	}
#main_contents .archive_box_right
	{
	margin:0px 0px 0px 0px;
	float:right;
	}
/*---------- post ----------*/
*#main_contents .post
	{
	margin:10px 0px 0px 0px;
	}

/*---------- 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:#F0F0F0;
	}

/*---------- 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:30%;
	float:left;
	}
*#main_contents .meta .cat
	{
	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:0px 0px 0px 0px;
	}
*#main_contents #related_box ul
	{
	padding:0px 0px 15px 0px;
	}

/*---------- 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:#F0F0F0;
	}
*#main_contents .commentlist li cite
	{
	color:#03205B;
	}
*#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;
	}

/*---------- searchform ----------*/
*#main_contents #searchform
	{
	text-align:center;
	padding:10px 0px 10px 0px;
	background:#eeeeee;
	}
*#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;
	}
*#main_contents #searchform input.button
	{
	vertical-align:middle;
	}

/*---------- page base ----------*/
body#page *#main_contents h3
	{
	margin:0px 0px 20px 0px;
	}
body#page *#main_contents p.contents_img
	{
	margin:0px 0px 10px 0px;
	}
body#page *#main_contents p.img_left ,
body#page *#main_contents p.img_right
	{
	width:280px;
	float:left;
	}
body#page *#main_contents p.img_right
	{
	float:right;
	}
body#page *#main_contents p.img_left img ,
body#page *#main_contents p.img_right img
	{
	margin:0px 0px 10px 0px;
	display:block;
	}
body#page *#main_contents p.text
	{
	margin:0px 0px 20px 0px;
	}
body#page *#main_contents p.text strong
	{
	font-weight:bold;
	color:#EF5F1A;
	}
body#page *#main_contents table
	{
	width:100%;
	border:1px solid #FFFFFF;
	margin:0px 0px 20px 0px;
	}
body#page *#main_contents table th
	{
	width:25%;
	vertical-align:top;
	border:1px solid #FFFFFF;
	padding:3px 5px 3px 5px;
	background:#DBDBDB;
	}
body#page *#main_contents table td
	{
	width:75%;
	border:1px solid #FFFFFF;
	padding:3px 5px 3px 5px;
	background:#F0F0F0;
	}
body#page *#main_contents ul.contents_list
	{
	margin:0px 0px 20px 0px;
	}

body#page *#main_contents div#gmaps
	{
	width:568px;
	height:426px;
	margin:0px 0px 20px 0px;
	}
body#page *#main_contents ol
	{
	padding:0px 0px 0px 20px;
	}
body#page *#main_contents ol li
	{
	list-style:decimal;
	padding:0px 0px 5px 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;
	}
/*---------- sitemap ----------*/
body#page #main_contents ul#site_list
	{
	margin:15px 15px 15px 15px;
	}
body#page #main_contents ul#site_list li a
	{
	padding:3px 0px 3px 0px;
	}
body#page #main_contents ul#site_list li.sub
	{
	margin:0px 0px 0px 15px;
	}
/*---------- flow ----------*/
body#page #main_contents div#flow_box
	{
	width:568px;
	height:747px;
	margin:0px 0px 20px 0px;
	background:url(images/contents/flow_back.gif) no-repeat left top;
	position:relative;
	}
body#page #main_contents div#flow_box h2 ,
body#page #main_contents div#flow_box p.fbt_01 ,
body#page #main_contents div#flow_box p.fbt_02 ,
body#page #main_contents div#flow_box p.fbt_03 ,
body#page #main_contents div#flow_box p.fbt_04 ,
body#page #main_contents div#flow_box p.img_01 ,
body#page #main_contents div#flow_box p.img_02 ,
body#page #main_contents div#flow_box p.img_03
	{
	position:absolute;
	}
body#page #main_contents div#flow_box h2 ,
body#page #main_contents div#flow_box p.fbt_01 ,
body#page #main_contents div#flow_box p.fbt_02 ,
body#page #main_contents div#flow_box p.fbt_03 ,
body#page #main_contents div#flow_box p.fbt_04
	{
	left:86px;
	}
body#page #main_contents div#flow_box p.img_01 ,
body#page #main_contents div#flow_box p.img_02 ,
body#page #main_contents div#flow_box p.img_03
	{
	left:389px;
	}
body#page #main_contents div#flow_box h2.fbh_01
	{
	top:14px;
	}
body#page #main_contents div#flow_box h2.fbh_02
	{
	top:197px;
	}
body#page #main_contents div#flow_box h2.fbh_03
	{
	top:466px;
	}
body#page #main_contents div#flow_box h2.fbh_04
	{
	top:596px;
	}
body#page #main_contents div#flow_box p.fbt_01
	{
	top:41px;
	}
body#page #main_contents div#flow_box p.fbt_02
	{
	top:224px;
	}
body#page #main_contents div#flow_box p.fbt_03
	{
	top:494px;
	}
body#page #main_contents div#flow_box p.fbt_04
	{
	top:623px;
	}
body#page #main_contents div#flow_box p.img_01
	{
	top:10px;
	}
body#page #main_contents div#flow_box p.img_02
	{
	top:191px;
	}
body#page #main_contents div#flow_box p.img_03
	{
	top:458px;
	}

/*---------- role ----------*/
body#page #main_contents ul.role_list_3cl li.left ,
body#page #main_contents ul.role_list_3cl li.center ,
body#page #main_contents ul.role_list_3cl li.right
	{
	margin:0px 40px 20px 0px;
	float:left;
	}
body#page #main_contents ul.role_list_3cl li.center ,
body#page #main_contents ul.role_list_3cl li.right
	{
	margin:0px 0px 20px 0px;
	}
body#page #main_contents ul.role_list_3cl li.right
	{
	float:right;
	}
body#page #main_contents ul.role_list_2cl
	{
	text-align:center;
	}
body#page #main_contents ul.role_list_2cl li
	{
	width:auto;
	margin:0px 20px 20px 20px;
	display:inline;
	}
/* ************************************************ 
 * 3-1 Other setting
 * ************************************************ */
#back-to-top
	{
	margin:30% 0px 0px 0px;
	position:absolute;
	right:5px;
	}

/*---------- gmaps ----------*/

/*---------- pagenavi ----------*/
.wp-pagenavi a
	{
	line-height:1.8;
	margin:0px 2px 0px 2px;
	border:1px solid #004477;
	padding:1px 4px 1px 4px; 
	}	
.wp-pagenavi span
	{
	line-height:1.8;
	margin:0px 2px 0px 2px;
	border:1px solid #004477;
	padding:1px 4px 1px 4px; 
	}
.wp-pagenavi span.current
	{
	color:#FFFFFF;
	background:#004477;
	}
.wp-pagenavi span.pages
	{
	padding:1px 10px 1px 10px; 
	}
/* Adomin MENU*/
#sem_admin_menu
	{
	width:0px;
	height:100%;
	font-size:85%;
	text-align:left;
	border-right:5px solid #C80000;
	background:#F2F3F4;
	padding:3px 0px 3px 0px;
	position:absolute;
	left:0px;
	top:0px;
	overflow:hidden;
	z-index:10;
	}
#sem_admin_menu:hover
	{
	width:120px;
	overflow:inherit;
	}
#sem_admin_menu ul
	{
	padding:0px 5px 0px 5px;
	}
#sem_admin_menu li
	{
	padding:0px 5px 0px 15px;
	display:block;
	}

#sem_admin_menu li.new_item
	{
	background: url(images/icon/new_file.gif) center left no-repeat;
	}
#sem_admin_menu li.options
	{
	background: url(images/icon/options.gif) center left no-repeat;
	}
#sem_admin_menu li.dashboard
	{
	background: url(images/icon/activity.gif) center left no-repeat;
	}
#sem_admin_menu li.profile,
#sem_admin_menu li.login,
#sem_admin_menu li.logout,
#sem_admin_menu li.register
	{
	background: url(images/icon/user.gif) center left no-repeat;
	}
/* ************************************************ 
 * Feeling!!
 * It is inquiry in the webnist
 * webnist@webnist.org
 * ************************************************ */
