@charset "UTF-8";
/* ************************************************ 
Theme Name: bws_00020

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) repeat-x left top #A6D433;
	}
body
	{
	text-align:center;
	color:#000000;
	background:url(images/body_background-trans.png) repeat-x;
	}
body#home
	{
	}
a
	{
	color:#61402B;
	text-decoration:none;
	}
a:hover
	{
	color:#FF5A00;
	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 10px auto;
	padding:0px 0px 19px 0px;
	background:url(images/box_background.gif) no-repeat left bottom;
	}
*#header
	{
	height:108px;
	font-size:92%;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	position:relative;
	}
*#footer
	{
	font-size:77%;
	padding:36px 10px 10px 10px;
	background:url(images/footer_backgrand.gif) no-repeat #FFFFFF;
	}
*#nav
	{
	height:38px;
	font-size:107%;
	position:absolute;
	left:0px;
	bottom:0px;
	}
*#contents_wrap
	{
	margin:20px 0px 0px 0px;
	padding:20px 0px 0px 0px;
	background:url(images/contents_wrap_backgrand-trans.png) no-repeat;
	}
body#home *#contents_wrap
	{
	margin:0px 0px 0px 0px;
	padding:20px 0px 0px 0px;
	background:url(images/contents_wrap_backgrand-trans.png) no-repeat;
	}
*#contents_box
	{
	padding:0px 10px 10px 10px;
	background:url(images/contents_box_backgrand.gif) repeat-y;
	}
*#main_contents
	{
	width:568px;
	font-size:107%;
	margin:0px 0px 0px 0px;
	float:left;
	}
body#home *#main_contents
	{
	width:574px;
	font-size:107%;
	margin:0px 0px 0px 10px;
	float:left;
	}
body.approved_cars *#main_contents
	{
	width:100%;
	font-size:107%;
	margin:0px 0px 0px 0px;
	float:none;
	}
body.approved_cars *#contents_box
	{
	background:#FFF;
	}
*#sidebar
	{
	width:311px;
	margin:0px 0px 0px 0px;
	padding:5px 10px 0px 10px;
	float:right;
	}
#main_img
	{
	clear:both;
	}
#main_img img
	{
	display:block;
	}
/* ************************************************ 
 * 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 ul
	{
	text-align:center;
	color:#010101;
	clear:both;
	}
*#footer ul li
	{
	display:inline;
	}
*#footer ul li a
	{
	border-left:1px solid #000000;
	padding:0px 3px 0px 8px;
	}
*#footer ul li.top a
	{
	border-left:none;
	padding:0px 3px 0px 0px;
	}
*#footer #footer_contents
	{
	padding:10px 10px 10px 10px;
	background:#F4F4F4;
	}
*#footer #footer_contents_01 ,
*#footer #footer_contents_02 ,
*#footer #footer_contents_03 ,
*#footer #footer_contents_04
	{
	width:220px;
	margin:0px 10px 0px 0px;
	float:left;
	}
*#footer #footer_contents_04
	{
	margin:0px 0px 0px 0px;
	float:right;
	}
*#footer #footer_contents_01 h2 ,
*#footer #footer_contents_02 h2 ,
*#footer #footer_contents_03 h2 ,
*#footer #footer_contents_04 h2
	{
	font-weight:bold;
	margin:0px 0px 5px 0px;
	}
*#footer #footer_contents_01 p ,
*#footer #footer_contents_02 p ,
*#footer #footer_contents_03 p ,
*#footer #footer_contents_04 p
	{
	line-height:1.8;
	}
*#footer #footer_contents_01 ul ,
*#footer #footer_contents_02 ul ,
*#footer #footer_contents_03 ul ,
*#footer #footer_contents_04 ul
	{
	text-align:left;
	margin:0px 0px 20px 0px;
	}
*#footer #footer_contents_01 ul li ,
*#footer #footer_contents_02 ul li ,
*#footer #footer_contents_03 ul li ,
*#footer #footer_contents_04 ul li
	{
	margin:0px 0px 5px 0px;
	display:block;
	}
*#footer #footer_contents_01 ul li a ,
*#footer #footer_contents_02 ul li a ,
*#footer #footer_contents_03 ul li a ,
*#footer #footer_contents_04 ul li a
	{
	color:#1464AA;
	border-left:none;
	padding:0xp 0px 0px 0px;
	}
*#footer address
	{
	text-align:center;
	color:#010101;
	}

/* ************************************************ 
 * 2-5 The main navigation area setting
 * ************************************************ */
*#nav li
	{
	width:118px;
	height:39px;
	overflow:hidden;
	display:block;
	float:left;
	}
*#nav li.nav_01 ,
*#nav li.nav_08
	{
	width:121px;
	}
*#nav li a
	{
	width:118px;
	padding:39px 0px 0px 0px;
	display:block;
	}
*#nav li.nav_01 a ,
*#nav li.nav_08 a
	{
	width:121px;
	background:url(images/nav/nav_01.gif) no-repeat;
	}
*#nav li.nav_02 a
	{
	background:url(images/nav/nav_02.gif) no-repeat;
	}
*#nav li.nav_03 a
	{
	background:url(images/nav/nav_03.gif) no-repeat;
	}
*#nav li.nav_04 a
	{
	background:url(images/nav/nav_04.gif) no-repeat;
	}
*#nav li.nav_05 a
	{
	background:url(images/nav/nav_05.gif) no-repeat;
	}
*#nav li.nav_06 a
	{
	background:url(images/nav/nav_06.gif) no-repeat;
	}
*#nav li.nav_07 a
	{
	background:url(images/nav/nav_07.gif) no-repeat;
	}
*#nav li.nav_08 a
	{
	background:url(images/nav/nav_08.gif) no-repeat;
	}
*#nav li a:hover
	{
	background-position:0px -39px;
	}

body.about *#nav li.nav_02 a ,
body.approved_cars *#nav li.nav_03 a ,
body.what_approved_cars *#nav li.nav_04 a ,
body.news *#nav li.nav_05 a ,
body.new_approved_cars *#nav li.nav_06 a ,
body.results *#nav li.nav_07 a ,
body.contact *#nav li.nav_08 a
	{
	background-position:0px -39px;
	}

/* ************************************************ 
 * 2-6 Side contents setting
 * ************************************************ */
/*---------- title ----------*/
*#sidebar h2.headline
	{
	font-weight:bold;
	line-height:2;
	color:#FFFFFF;
	margin:0px 0px 10px 0px;
	padding:0px 5px 0px 5px;
	background:#87A048;
	}
/*---------- 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 15px;
	background:url(images/side_icon_01.gif) no-repeat left 7px;
	}
*#sidebar ul li ul
	{
	margin:0px 10px 0px 15px;
	}
*#sidebar ul li ul li a
	{
	padding:3px 0px 3px 15px;
	background:url(images/side_icon_01.gif) no-repeat left 5px;
	}
/*---------- searchform----------*/
*#sidebar #searchform
	{
	margin:10px 0px 20px 0px;
	}
*#sidebar #searchform input.text
	{
	width:268px;
	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:311px;
	height:94px;
	margin:0px 0px 10px 0px;
	padding:0px 0px 0px 0px;
	overflow:hidden;
	display:block;
	}
*#sidebar ul#page_menu li a
	{
	width:311px;
	padding:94px 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.page_menu_03 a
	{
	background:url(images/nav/page_menu_03.jpg) no-repeat;
	}
*#sidebar ul#page_menu li.page_menu_04 a
	{
	background:url(images/nav/page_menu_04.jpg) no-repeat;
	}
*#sidebar ul#page_menu li a:hover
	{
	background-position:0px -94px;
	}
/* ************************************************ 
 * 2-7 The main contents setting 271 290 342
 * ************************************************ */
/*---------- title ----------*/
#main_contents h2.pagetitle
	{
	font-size:197%;
	font-weight:bold;
	line-height:2;
	color:#61402B;
	margin:0px 0px 20px 0px;
	padding:0px 10px 0px 10px;
	background:#B7E251;
	}
#main_contents h2.post_title ,
#main_contents h2.headline
	{
	font-size:129%;
	font-weight:bold;
	line-height:2.2;
	color:#1464AA;
	margin:0px 0px 10px 0px;
	background:url(images/headline_border_03.gif) repeat-x left top;
	}
#main_contents h2.post_title span ,
#main_contents h2.headline span
	{
	padding:0px 5px 0px 5px;
	background:url(images/headline_border_03.gif) repeat-x left bottom;
	display:block;
	}
#main_contents h2.post_title a
	{
	color:#1464AA;
	text-decoration:none;
	}
#main_contents h3.headline
	{
	font-weight:bold;
	line-height:2.2;
	color:#1464AA;
	margin:0px 0px 10px 0px;
	padding:0px 5px 0px 5px;
	background:url(images/headline_border_03.gif) repeat-x left bottom;
	}
/*---------- home ----------*/
body#home #contents_box #home_box_left ,
body#home #contents_box #home_box_right
	{
	width:272px;
	font-size:88%;
	float:left;
	}
body#home #contents_box #home_box_right
	{
	float:right;
	}
body#home #contents_box #home_box_left h2
	{
	font-size:144%;
	font-weight:bold;
	line-height:1.8;
	color:#1464AA;
	margin:0px 0px 10px 0px;
	padding:0px 0px 3px 0px;
	background:url(images/headline_border_01.gif) repeat-x left bottom;
	}
body#home #contents_box #home_box_left h2 span
	{
	padding:0px 0px 0px 25px;
	background:url(images/icon/new_icon.gif) no-repeat left center;
	}
body#home #contents_box #home_box_right h2
	{
	font-size:144%;
	font-weight:bold;
	line-height:1.8;
	color:#61402B;
	margin:0px 0px 10px 0px;
	padding:0px 0px 3px 0px;
	background:url(images/headline_border_02.gif) repeat-x left bottom;
	}
body#home #contents_box #home_box_left dd ,
body#home #contents_box #home_box_right dd
	{
	width:199px;
	color:#1464AA;
	margin:10px 0px 0px 0px;
	padding:0px 0px 0px 73px;
	position:relative;
	}
body#home #contents_box #home_box_left dd span.imgbox ,
body#home #contents_box #home_box_right dd span.imgbox
	{
	width:63px;
	height:47px;
	display:block;
	position:absolute; 
	top:0px; 
	left:0px;  
	}
body#home #contents_box #home_box_left dd span.over_imgbox ,
body#home #contents_box #home_box_right dd span.over_imgbox
	{
	width:63px;
	height:47px;
	overflow:hidden;
	display:block;
	position:absolute; 
	top:0px; 
	left:0px;  
	}
body#home #contents_box #home_box_left dd span.over_imgbox img ,
body#home #contents_box #home_box_right dd span.over_imgbox img
	{
	margin:-25% 0px 0px 0px;
	}
body#home #contents_box #home_box_left dt ,
body#home #contents_box #home_box_right dt
	{
	width:204px;
	font-weight:normal;
	margin:0px 0px 20px 0px;
	padding:0px 0px 0px 73px;
	}
body#home #contents_box #home_box_left > dt ,
body#home #contents_box #home_box_right > dt
	{
	min-height:48px;
	height:auto;
	}
/*---------- post ----------*/
#main_contents .archive_box_left ,
#main_contents .archive_box_right
	{
	width:180px;
	margin:0px 6px 15px 0px;
	border:1px solid #B7E251;
	float:left;
	}
#main_contents .archive_box_right
	{
	margin:0px 0px 0px 0px;
	float:right;
	}
#main_contents .archive_box_left dt ,
#main_contents .archive_box_right dt
	{
	padding:3px 3px 3px 3px;
	background:#F0EBDE;
	}
/*---------- 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
	{
	margin:20px 0px 10px 0px;
	padding:3px 0px 3px 0px;
	background:url(images/headline_border_03.gif) repeat-x left top;
	}

/*---------- 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 .tags
	{
	padding:0px 0px 10px 0px;
	background:url(images/headline_border_03.gif) repeat-x left bottom;
	}
*#main_contents .meta .data
	{
	width:30%;
	padding:0px 0px 0px 15px;
	background:url(images/contents_icon.gif) no-repeat left center;
	float:left;
	}
*#main_contents .meta .com
	{
	width:30%;
	padding:0px 0px 0px 15px;
	background:url(images/contents_icon.gif) no-repeat left center;
	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;
	}
*#main_contents #related_box ul li a
	{
	padding:0px 0px 0px 15px;
	background:url(images/contents_icon.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;
	background:url(images/contents_icon.gif) no-repeat left 15px;
	}
*#main_contents .commentlist li cite
	{
	color:#61402B;
	}
*#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 p.text
	{
	margin:0px 0px 20px 0px;
	}
body#page *#main_contents p.text strong
	{
	color:#1464AA;
	}
body#page *#main_contents div.left_img_box
	{
	margin:0px 0px 20px 0px;
	}
body#page *#main_contents div.left_img_box img
	{
	float:left;
	}
body#page *#main_contents div.left_img_box div
	{
	width:278px;
	float:right;
	}
body#page *#main_contents div.right_img_box
	{
	margin:0px 0px 20px 0px;
	}
body#page *#main_contents div.right_img_box img
	{
	float:right;
	}
body#page *#main_contents div.right_img_box div
	{
	width:278px;
	float:left;
	}

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;
	color:#FFFFFF;
	border:1px solid #FFFFFF;
	padding:3px 5px 3px 5px;
	background:#87A048;
	}
body#page *#main_contents table td
	{
	width:75%;
	border:1px solid #FFFFFF;
	padding:3px 5px 3px 5px;
	background:#F0EBDE;
	}

body#page *#main_contents div#gmap ,
body#page *#main_contents div#gmaps ,
body#page *#main_contents div#gmaps01 ,
body#page *#main_contents div#gmaps02 ,
body#page *#main_contents div#gmaps03
	{
	width:568px;
	height:426px;
	margin:0px 0px 20px 0px;
	}
body#page *#main_contents ol
	{
	padding:0px 0px 20px 20px;
	}
body#page *#main_contents ol li
	{
	list-style:decimal;
	padding:0px 0px 5px 0px;
	}
body#page *#main_contents ul.page_nav
	{
	text-align:center;
	margin:0px 0px 20px 0px;
	border:1px solid #B2B2B2;
	padding:3px 5px 3px 5px;
	background:#F2F2F2;
	}
body#page *#main_contents ul.page_nav li
	{
	display:inline;
	}
body#page *#main_contents ul.page_nav li a
	{
	border-left:1px solid #000000;
	padding:0px 5px 0px 10px;
	}
body#page *#main_contents ul.page_nav li.top a
	{
	border-left:none;
	}
/*---------- policy ----------*/
body#page *#main_contents ul.policy_list
	{
	margin:0px 0px 20px 0px;
	border:1px solid #64442F;
	padding:10px 10px 10px 10px;
	background:#EDFFC0;
	}
body#page *#main_contents ul.policy_list li
	{
	margin:0px 0px 20px 0px;
	}
body#page *#main_contents ul.policy_list li.end
	{
	margin:0px 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;
	}
/*---------- 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 15px;
	background:url(images/contents_icon.gif) no-repeat left center;
	}
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;
	}
/* ************************************************ 
 * 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
 * ************************************************ */
