@charset "UTF-8";
/* ************************************************ 
Theme Name: MEGUMI Theme Portal
Theme URI: http://www.10press.net/
Description: About the copyright and the license <a href="http://www.digi3.jp/">DigitalCube Co., Ltd.</a> has it.
Author: Theme designed by Webnist + Megane
Version: 1.6


 * ************************************************ */

/* ************************************************ 
	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:#00329B;
	text-decoration:none;
	}
a:hover
	{
	text-decoration:underline;
	}

/* ************************************************ 
 * 2-2. Each area setting
 * box
 * header
 * footer
 * contents_box
 * main_contents
 * sidebar
 * main_img
 * ************************************************ */
div#box
	{
	width:960px;
	line-height:1.5;
	text-align:left;
	margin:0px auto 0px auto;
	background:#FFFFFF;
	}
div#header
	{
	height:155px;
	max-height:155px;
	position:relative;
	}
div#footer_widgets
	{
	color:#000000;
	margin:20px 0px 0px 0px;
	padding:20px 11px 20px 11px;
	background:#EFF3E7;
	}
div#footer
	{
	margin:20px 0px 0px 0px;
	}
div#contents_box
	{
	margin:10px 0px 0px 0px;
	}
div#main_contents
	{
	width:568px;
	float:left;
	}
div#right_side
	{
	width:348px;
	float:right;
	}
body#home div#wrap
	{
	width:590px;
	float:left;
	}
body#home div#wrap div#main_contents
	{
	width:410px;
	float:right;
	}
body#home div#wrap div#left_side
	{
	width:170px;
	float:left;
	}
body#home div#right_side
	{
	width:350px;
	float:right;
	}

/* ************************************************ 
 * 2-3. Header area setting
 * ************************************************ */
div#header_meta
	{
	width:100%;
	background:#CFCFCF;
	position:relative;
	}
div#header_meta h1
	{
	font-size:92%;
	line-height:1.8;
	padding:0px 0px 0px 3px;
	color:#8B8B8B;
	}
div#header_meta p.rss
	{
	position:absolute;
	top:2px;
	right:3px;
	}
div#header p#logo
	{
	display:block;
	position:absolute;
	top:31px;
	left:5px;
	}

/*---------- Header Searchform Setting ----------*/
div#header form#searchform
	{
	width:531px;
	height:59px;
	border:1px solid #B0C3DC;
	padding:0px 38px 0px 48px;
	background:url(images/background/search_background.gif) repeat-x #D9E2FF;
	display:block;
	position:absolute;
	top:38px;
	right:0px;
	}
div#header form#searchform p
	{
	padding:9px 0px 0px 0px;
	}
div#header form#searchform input
	{
	position:absolute;
	}
div#header form#searchform input.search_text
	{
	width:445px;
	height:14px;
	border:1px solid #808080;
	border-bottom:1px solid #D4D0C8;
	border-left:1px solid #D4D0C8;
	padding:3px 3px 3px 3px;
	top:27px;
	left:48px;
	}
div#header form#searchform input.search_button
	{
	top:27px;
	right:38px;
	}

/*---------- Category Navigation Setting ----------*/
div#header div#cat_nav
	{
	width:100%;
	text-align:center;
	font-size:107%;
	border:1px solid #0F4245;
	background:url(images/nav/navigation_background.gif) repeat-x #B3BEAD;
	position:absolute;
	top:125px;
	font-weight: bold;
	}
div#header div#cat_nav ul li
	{
	width:auto;
	display:block;
	float:left;
	position:relative;
	}
div#header div#cat_nav ul li a
	{
	width:auto;
	line-height:2;
	text-decoration:none;
	border-right:1px solid #BDC7B6;
	padding:0px 15px 0px 15px;
	display:block;
	color: #555555;
	}
div#header div#cat_nav ul li a:hover
	{
	color: #000000;
	}
div#header div#cat_nav ul li a:hover
	{
	background:url(images/nav/navigation_background_hover.gif) repeat-x #FFFFFF;
	}
	
/*---------- Pulldown Setting ----------*/
div#header div#cat_nav ul li > ul
	{
	display:none;
	}
div#header div#cat_nav ul li:hover > ul
	{
	width:150px;
	text-align:left;
	border-top:1px solid #A7BDD8;
	background:#393939;
	display:block;
	position:absolute;
	top:100%;
	left:0px;
	z-index:3;
	}
div#header div#cat_nav ul li ul li
	{
	width:148px;
	border:1px solid #A7BDD8;
	border-top:none;
	display:block;
	}
div#header div#cat_nav ul li ul li a
	{
	width:128px;
	line-height:2;
	border-right:1px solid #A7BDD8;
	padding:0px 10px 0px 10px;
	background:#FAFCFF;
	display:block;
	}
div#header div#cat_nav ul li ul li a:hover
	{
	text-decoration:underline;
	background:#E2E9FF;
	}

/* ************************************************ 
 * 2-4. Footer Widgets area setting
 * ************************************************ */
div#footer_widgets div#widgets_contents
	{
	width:927px;
	border:1px solid #0F4245;
	background:#FFFFFF;
	}
div#footer_widgets div#widgets_contents div#footer_widgets_meta
	{
	height: 32px;
	background:url(images/background/footer_widgets_meta.gif) repeat-x;
	position:relative;
	}
div#footer_widgets div#widgets_contents div#footer_widgets_meta h2
	{
	color: #FFFFFF;
	font-size:107%;
	font-weight:bold;
	line-height:2;
	padding:2px 0px 0px 27px;
	}
div#footer_widgets div#widgets_contents div#footer_widgets_meta ul#social_bookmark
	{
	position:absolute;
	top:4px;
	right:15px;
	}
div#footer_widgets div#widgets_contents div#footer_widgets_meta ul#social_bookmark li
	{
	display:inline;
	}
div#footer_widgets div#widgets_contents div#footer_widgets_meta ul#social_bookmark li a
	{
	padding:0px 1px 0px 1px;
	}
div#footer_widgets div#widgets_contents div#footer_widgets_meta ul#social_bookmark li img
	{
	vertical-align:middle;
	}
	
div#footer_widgets div#widgets_01 ,
div#footer_widgets div#widgets_02 ,
div#footer_widgets div#widgets_03 ,
div#footer_widgets div#widgets_04
	{
	width:220px;
	margin:10px 0px 0px 0px;
	border:none;
	border-right:1px solid #0F4245;
	padding:0px 5px 0px 5px;
	float:left;
	}
div#footer_widgets div#widgets_02
	{
	margin:10px 0px 0px 0px;
	}
div#footer_widgets div#widgets_04
	{
	border:none;
	float:right;
	}
div#footer_widgets div#widgets_01 h2 ,
div#footer_widgets div#widgets_02 h2 ,
div#footer_widgets div#widgets_03 h2 ,
div#footer_widgets div#widgets_04 h2
	{
	font-weight:bold;
	}

/* ************************************************ 
 * 2-4. Footer area setting
 * ************************************************ */
div#footer ul
	{
	text-align:center;
	margin:0px 0px 15px 0px;
	}
div#footer ul li
	{
	display:inline;
	}
div#footer address
	{
	text-align:center;
	}

/* ************************************************ 
 * 2-5 Side contents setting
 * ************************************************ */
/*---------- title ----------*/
div#sidebar_box
	{
	width: 350px;
	}
div#sidebar h2.headline ,
div#left_side h2.headline ,
div#right_side h2.headline
	{
	height: 32px;
	line-height: 32px;
	font-size:107%;
	font-weight:bold;
	color:#FFFFFF;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 27px;
	background:url(images/headline/headline_background.gif) no-repeat;
	}
div#sidebar h2.headline a ,
div#left_side h2.headline a ,
div#right_side h2.headline a
	{
	color:#464646;
	}
/*---------- Widgets ----------*/
div#sidebar div.widgets ,
div#left_side div.widgets ,
div#right_side div.widgets
	{
	margin:0px 0px 10px 0px;
	border:1px solid #0F4245;
	}
/*---------- left_side ----------*/
div#left_side div.widgets ul
	{
	padding:1px 1px 1px 1px;
	}
div#left_side div.widgets ul li
	{
	padding:3px 0px 3px 0px;
	display:block;
	}
div#left_side div.widgets li a
	{
	width:145px;
	padding:0px 5px 0px 15px;
	background:url(images/icon/side_icon_01.gif) no-repeat 10px 8px;
	border-bottom:1px dotted #999999;
	display:block;
	}

/*---------- Right_side ----------*/
div#right_side div.banner
	{
	margin:0px 0px 10px 0px;
	}
div#right_side ul.thumbnail_post
	{
/*	padding:10px 10px 10px 10px;*/
	padding:3px 3px 3px 3px;
	}
div#right_side ul.thumbnail_post li
	{
	width:249px;
	min-height:56px;
	margin:0px 0px 10px 0px;
/*	padding:0px 0px 0px 81px;*/
	padding:0px 0px 0px 3px;
	position:relative;
	}
div#right_side ul.thumbnail_post li span.thumbnail
	{
	position:absolute;
	top:0px;
	left:0px;
	}
div#right_side ul.thumbnail_post li span.title ,
div#right_side ul.thumbnail_post li span.excerpt ,
div#right_side ul.thumbnail_post li span.thumbnail
	{
	display:block;
	}
/*/ recentcomments /*/
div#left_side ul#recentcomments ,
div#right_side ul#recentcomments
	{
	padding:0px 10px 0px 10px;
	}

/*/ Selectt /*/
div#left_side select
	{
	width:150px;
	margin:10px 10px 20px 10px;
	}
div#right_side select
	{
	width:330px;
	margin:10px 10px 20px 10px;
	}
/*/ Calendar /*/
div#right_side #wp-calendar ,
div#left_side #wp-calendar
	{
	width:100%;
	margin:0px auto 0px auto;
	}
div#right_side #wp-calendar caption ,
div#left_side #wp-calendar caption
	{
	text-align:center;
	margin:0px 0px 0px 0px;
	background:#FDDBEB;
	}
div#right_side #wp-calendar th ,
div#right_side #wp-calendar td ,
div#left_side #wp-calendar th ,
div#left_side #wp-calendar td
	{
	text-align:center;
	color:#6E7073;
	}
div#right_side #wp-calendar th ,
div#left_side #wp-calendar th
	{
	font-weight:bold;
	padding:15px 0px 0px 0px;
	}
div#right_side #wp-calendar td a ,
div#left_side #wp-calendar td a
	{
	text-decoration:underline;
	}

/* ************************************************ 
 * 2-6 Main contents setting
 * ************************************************ */ 
/*---------- title ----------*/
div#main_contents h2.page_title ,
div#main_contents h2.post_title
	{
	font-size:129%;
	font-weight:bold;
	color:#333333;
	margin:0px 0px 15px 0px;
	border:1px solid #0F4245;
	padding:5px 11px 5px 11px;
	background:#EFF3E7;
	}
div#main_contents h2.post_title a
	{
	color:#333333;
	}
div#main_contents h2.headline
	{
	font-size:107%;
	font-weight:bold;
	color:#464646;
	margin:0px 0px 10px 0px;
	padding:5px 0px 5px 10px;
	background:url(images/headline/headline_background.gif) repeat-x #D9E1FF;
	}
div#main_contents h3.headline
	{
	font-size:129%;
	font-weight:bold;
	line-height:1.9;
	color:#333333;
	margin:0px 0px 7px 0px;
	border-top:1px dotted #8A8A8A;
	padding:0px 0px 0px 10px;
	}

/*---------- post ----------*/
div#main_contents .post
	{
	font-size:107%;
	margin:0px 0px 15px 0px;
	}
div#main_contents .entry h1
	{
	font-size:129%;
	font-weight:bold;
	line-height:2;
	color:#333333;
	margin:0px 0px 15px 0px;
	padding:0px 11px 0px 11px;
	background:#F5F8FF;
	}
div#main_contents .entry h2
	{
	font-size:129%;
	font-weight:bold;
	line-height:1.9;
	color:#333333;
	margin:0px 0px 7px 0px;
	border-top:1px solid #A7BDD8;
	padding:0px 0px 0px 10px;
	background:#F5F8FF;
	clear:both;
	}
div#main_contents .entry h3
	{
	font-size:122%;
	font-weight:bold;
	margin:0px 0px 15px 0px;
	border-bottom:2px solid #A7BDD8;
	padding:0px 11px 0px 11px;
	background:#F5F8FF;
	clear:both;
	}
div#main_contents .entry h4
	{
	font-size:122%;
	font-weight:bold;
	margin:0px 0px 15px 0px;
	border-bottom:2px solid #A7BDD8;
	padding:0px 11px 0px 11px;
	clear:both;
	}
div#main_contents .entry h5
	{
	font-size:122%;
	font-weight:bold;
	border-bottom:1px solid #A7BDD8;
	clear:both;
	}
div#main_contents .entry h6
	{
	font-size:107%;
	font-weight:bold;
	clear:both;
	}
div#main_contents .entry ul
	{
	margin:inherit;
	padding:inherit;
	}
div#main_contents .entry ol ,
div#main_contents .entry ul
	{
	margin:0px 0px 20px 0px;
	padding:inherit;
	}
div#main_contents .entry ul li
	{
	margin:0px 0px 0px 28px;
	list-style:disc;
	}
div#main_contents .entry ol li
	{
	margin:0px 0px 0px 35px;
	list-style:decimal;
	}
div#main_contents .entry table
	{
	width:100%;
	margin:0px 0px 10px 0px;
	border:1px solid #A7BDD8;
	clear:both;
	}
div#main_contents .entry table th
	{
	width:auto;
	border:1px solid #A7BDD8;
	padding:5px 5px 5px 5px;
	background:#EFF3E7;
	}
div#main_contents .entry table td
	{
	width:auto;
	border:1px solid #A7BDD8;
	padding:5px 5px 5px 5px;
	}

/*---------- 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
	{
	padding:9px 9px 9px 9px;
	background:#EFF3E7;
	position:relative;
	}

/*---------- data ----------*/
*#main_contents .meta p.edit
	{
	text-align:right;
	}
div#main_contents .meta .cat
	{
	margin:0px 0px 0px 0px;
	}
div#main_contents .meta .com ,
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;
	}

/*---------- navigation ----------*/
div#main_contents .navigation
	{
	width:568px;
	min-height:25px;
	margin:15px 0px 10px 0px;
	padding:0px 0px 0px 0px;
	position:relative;
	}
div#main_contents .navigation p.previous_post
	{
	width:48%;
	position:absolute;
	top:0px;
	left:0px;
	}
div#main_contents .navigation p.next_post
	{
	width:48%;
	text-align:right;
	position:absolute;
	top:0px;
	right:0px;
	}

/*---------- comment ----------*/
div#main_contents .commentlist
	{
	padding:10px 10px 20px 10px;
	}
div#main_contents .commentlist li
	{
	min-height:80px;
/*	padding:10px 15px 10px 80px;*/
	padding:10px 15px 10px 80px;
	position:relative;
	}
div#main_contents .commentlist li img.avatar
	{
	position:absolute;
	top:10px;
	left:10px;
	}
div#main_contents .commentlist li.alt
	{
	background:#F0F0F0;
	}
div#main_contents .commentlist li cite
	{
	color:#03205B;
	}
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;
	}

/*/ Related Box /*/
div#main_contents h2.related-posts
	{
	font-size:107%;
	font-weight:bold;
	color:#464646;
	margin:0px 0px 10px 0px;
	padding:5px 0px 5px 10px;
	background:url(images/headline/headline_background.gif) repeat-x #D9E1FF;
	}
div#main_contents ul.st-related-posts
	{
	margin:15px 0px 20px 0px;
	}
div#main_contents ul.st-related-posts li
	{
	margin:0px 0px 0px 0px;
	list-style:none;
	}
div#main_contents ul.st-related-posts li a
	{
	padding:0px 0px 0px 15px;
	}
div#main_contents ul.st-related-posts li a.comment
	{
	padding:0px 0px 0px 0px;
	background:none;
	}

/*---------- 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 div#include_page
	{
	border:1px solid #9FB7D4;
	}
body#home #contents_box div#include_page div.entry
	{
	padding:0px 10px 0px 10px;
	margin:0px 0px 0px 0px;
	}
body#home #contents_box div#include_page p.go_more
	{
	text-align:right;
	clear:both;
	}
body#home #contents_box div.TabbedPanels
	{
	margin:0px 0px 10px 0px;
	}
body#home #contents_box div.TabbedPanelsContent
	{
	padding:0px 0px 0px 0px;
	}
body#home #contents_box div.TabbedPanelsContent ul
	{
	width:390px;
	font-size:92%;
	margin:0px 0px 10px 0px;
	padding:15px 10px 0px 10px;
	}
body#home #contents_box div.TabbedPanelsContent ul li
	{
	width:312px;
	margin:0px 0px 5px 0px;
	padding:0px 0px 0px 78px;
	position:relative;
	}
body#home #contents_box div.TabbedPanelsContent ul li span.title
	{
	width:310px;
	padding:5px 0px 5px 0px;
	}
body#home #contents_box div.TabbedPanelsContent ul li span.data
	{
	width:78px;
	position:absolute;
	left:0px;
	top:0px;
	}
	
body#home #contents_box div#thumbnail_list
	{
	border:1px solid #9FB7D4;
	}
body#home #contents_box div#thumbnail_list ul
	{
	margin:0px 0px 10px 0px;
	padding:0px 10px 0px 5px;
	}
body#home #contents_box div#thumbnail_list li
	{
	width:126px;
	text-align:center;
	margin:0px 0px 5px 5px;
	float:left;
	}
body#home #contents_box div#thumbnail_list li.thumbnail_list_right
	{
	float:ight;
	}
body#home #contents_box div#thumbnail_list li img
	{
	display:block;
	}

/* ************************************************ 
 * 3-1 Other setting
 * ************************************************ */
#back-to-top
	{
	margin:30% 0px 0px 0px;
	position:absolute;
	right:5px;
	}
.go_posts
	{
	text-align:right;
	padding:5px 5px 5px 5px;
	}
	
/*/ Side Banner /*/
.sbanner
	{
	margin:0px 0px 10px 0px;
	}
/*/ Footer Banner /*/
.fbanner
	{
	margin:0px 0px 10px 0px;
	}

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



/* Design 
******************** */
#toph {
	margin: 0 auto;
	width: 962px;
	position: relative;
	height: 60px;
	background: #fff;
	border-bottom: 2px solid #fff;
}
#topih {
	/*background: #333 url(images/head.jpg) 0 0 no-repeat;*/
	background: #fff url(images/gigolo_top.gif) 0 0 no-repeat;
	left: 0;
	width: 180px;
	height: 60px;
	top: 0;
	position: absolute;
	width: 180px;
	height: 60px;
}
#headerh {
	background: #1BACF2;
	border-bottom: 5px solid #B98718;
}
#headrh {
	width: 962px;
	margin: 0 auto;
/*	color: #C3EAFB;*/
	text-align: left;
}
#headrh h1 {
	margin: 0;
	padding: 0 0 0 230px;
	width: 490px;
	font-size: 1.2em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#headrh h1 a {
	color: #000;
	}
#headrh h1 a:hover {
	color: #000;
	}
#headrh .description {
	padding: 1px 0 0 230px;
	width: 490px;
	color: #000;
}
.rss2h {
	position: absolute;
	right:0;
	bottom: 0;
	text-align: right;
}

/*  Menuv
******************** */
#topyh {
	width: 962px;
	margin: 0 auto;
	background: #fff url(images/bg-gray.gif) 0 0 repeat-x;
	position: relative;
	height: 40px;
	font-size: 1.2em;
}
div#menuv{
	font-size:1em;
	height:2.3em;
	padding: 0.5em 0.7em 0.7em;
	margin-bottom: 2em;
	position:relative;
}
#menuv ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menuv ul li {
	float: left;
}
#menuv li.page_item  a, #menuv li.admintab  a {
 	padding: 3px 10px;
	display: block;
	color: #fff;
	border: 1px solid #ffffff;
	margin-right: 0.5em;
	background: #333;
}
#menuv li  a:hover {
 background: #efefef;
 color: #000000;
}
#menuv li.current_page_item  a {
  	padding: 3px 10px;
	display: block;
	color: #333;
	border: 1px solid #ffffff;
	margin-right: 0.5em;
	background: #fff;
}

#menuv ul ul{display:none;}
#menuv ul ul li{float:none;}
#menuv ul ul ul{display:none;}
#menuv ul ul li a{margin:0;padding:0;}
#menuv ul li:hover ul{
	display:block;
	position:absolute;
	padding-top: 4px;
	}
#menuv ul li:hover ul ul{
	display: none;
}	
#menuv ul li:hover ul li a{
	border: 1px solid #fff;
	background:#333; 
	color: #fff;
	display:block;
	padding: 3px 10px;
	width:10em;
/*	margin-top: 2px;  */
}
#menuv ul li:hover ul li a:hover{
	background: #fff;
	border: 1px solid #333;
	color: #333;
}

#menuv li.rss2  a {
	right: 0;
	top: 0;
	position: absolute;
}

/* navi */
#navi {
	height:26px;
	padding: 3px 10px;
}
#navi ul {
}
#navi li {
	display:inline;
	list-style:none;
}
#navi li a {
	height:26px;
	display:block;
	float:left;
	text-indent:-9999em;
	text-decoration:none;
	overflow:hidden;
}
/*------off*/
#navi li.navi01 a {
	background:url(images/navi01.gif) no-repeat 0px 0px;
	width:100px;
	margin-right: 10px;
}
#navi li.navi02 a {
	background:url(images/navi02.gif) no-repeat 0px 0px;
	width:100px;
	margin-right: 10px;
}
#navi li.navi03 a {
	background:url(images/navi03.gif) no-repeat 0px 0px;
	width:100px;
	margin-right: 10px;
}
#navi li.navi04 a {
	background:url(images/navi04.gif) no-repeat 0px 0px;
	width:100px;
	margin-right: 10px;
}
#navi li.navi05 a {
	background:url(images/navi05.gif) no-repeat 0px 0px;
	width:100px;
	margin-right: 10px;
}
#navi li.navi06 a {
	background:url(images/navi06.gif) no-repeat 0px 0px;
	width:100px;
	margin-right: 10px;
}
#navi li.navi07 a {
	background:url(images/navi07.gif) no-repeat 0px 0px;
	width:100px;
	margin-right: 10px;
}
/*------hover*/
#navi li.navi01 a:hover {
	background:url(images/navi01.gif) no-repeat 0px -26px;
	margin-right: 10px;
}
#navi li.navi02 a:hover {
	background:url(images/navi02.gif) no-repeat 0px -26px;
	margin-right: 10px;
}
#navi li.navi03 a:hover {
	background:url(images/navi03.gif) no-repeat 0px -26px;
	margin-right: 10px;
}
#navi li.navi04 a:hover {
	background:url(images/navi04.gif) no-repeat 0px -26px;
	margin-right: 10px;
}
#navi li.navi05 a:hover {
	background:url(images/navi05.gif) no-repeat 0px -26px;
	margin-right: 10px;
}
#navi li.navi06 a:hover {
	background:url(images/navi06.gif) no-repeat 0px -26px;
	margin-right: 10px;
}
#navi li.navi07 a:hover {
	background:url(images/navi07.gif) no-repeat 0px -26px;
	margin-right: 10px;
}