@charset "utf-8";
/* --------------------------------------------------
	Since : 2007/10/05
	Last Modified: 2008/03/22
	Version: 3.8
 --------------------------------------------------- */

/*
===== CONTENTS ================================================================================

	1: Base Style Setting
		: Reset
		: Base Setting
		: Font Setting
		: Finding Setting
	2: Huck
	3: Layout Setting
		: main-layout
		: header
		: footer
		: navi
		: sidebar
		: entry
		: option
	4: Contents
		: top
		: category

===============================================================================================
*/



/* 1: Base Style Setting
----------------------------------------------------------------------------------------------*/

/* Reset
==========================================================*/
*        { margin:0;padding:0; }
img      { border:none;vertical-align:top; }
p        { margin:0;padding:0; }
b,strong { font-weight:bold; }
ul       { margin:0;padding:0; }
li       { margin:0;padding:0;list-style:none; }
dl       { margin:0;padding:0; }
dt       { margin:0;padding:0; }
dd       { margin:0;padding:0; }
.clear   { clear:both;}

h1,h2,h3,h4,h5,h6 {
	padding:0;
	margin:0;
	font-size:12px;
	font-weight:normal;
	clear:both;
	}


/* Base Setting
==========================================================*/
blockquote {
	margin:10px;
	padding:10px;
	text-align:left;
	background:#f4f4f4;
	}
	
hr {
	border:dotted #ccc;
	border-width:1px 0px 0px 0px;
	height:1px;
	overflow:hidden;
	margin:7px 0;
	clear:both;
	}

a {color:#777;text-decoration:none;}
a:hover {text-decoration:underline; }

table { font-size:12px; }
	
body {
	margin:0;
	padding:0;
	text-align:center;
	font:12px  "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background:#050505;
	line-height:160%;
	color:#696969;
	}

#pre_wrapper {
	margin:0;
	padding:0;
	text-align:center;
	font:12px  "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background:#000;
	line-height:160%;
	color:#696969;
	border-top:1px solid #666;
        height:1px;
	}

#pre_wrapper  .line{
color:#fff;
width:200px;
float:left;
clear:both;
margin-left:200px;
}


/* Font Setting
==========================================================*/
.font-color-gray   {color:#888;}
.font-color-orange {color:#f93;}
.font-color-red    {color:#c00;}
.font-color-white  {color:#fff;}
.font-color-blue   {color:#000066;}
.font-color-green  {color:#006600}
.font-color-pink   {color:#e93069;}
.font-color-purple {color:#a644ff;}
.font-color-cyan   {color:#3aa;}

.font-size-large   {font-size:16px;font-weight:normal;}
.font-size-nomal   {font-size:12px;font-weight:normal;}
.font-size-small   {font-size:10px;font-weight:normal;}


/* Finding Setting
==========================================================*/
h1 {
	padding:0 10px;
	font-size:12px;
	color:#fff;
	}
	
h1 a{
	color:#fff;
	}

h2 {
	padding:5px 0 3px 8px;
	font-size:120%;
	font-weight:bold;
	border-bottom:1px solid #555;
	border-left:6px solid #555;
	clear:both;
	margin-bottom:10px;
	}

h3 {
	height:25px;
	font-size:14px;
	background:url(image/h3.jpg) no-repeat left top;
	color:#fff;
	font-weight:bold;
	text-indent:30px;
	margin-bottom:20px;
	}

h4 {
	background:url(image/h4.jpg) no-repeat left center;
	height:20px;
	color:#fff;
	text-indent:30px;
	margin-bottom:10px;
	}
h5 {
	height:25px;
	font-size:14px;
	background:url(image/h3.jpg) no-repeat left top;
	color:#fff;
	font-weight:bold;
	text-indent:30px;
	margin-bottom:20px;
	}
h6 {
	background:url(image/h4.jpg) no-repeat left center;
	height:20px;
	color:#fff;
	text-indent:30px;
	margin-bottom:5px;
        padding:0 0 3px 0;
	border-bottom:1px solid #555;
	}
h7 {
	background:url(image/h4.jpg) no-repeat left center;
	height:20px;
	color:#FF0000;
	text-indent:30px;
	margin-bottom:10px;
	}

/* 2: Huck
----------------------------------------------------------------------------------------------*/

/* ボックスの最後にclearをセット
==========================================================*/
.clearfix:after,
div#container:after,
div#container2:after,
div#wrapper:after,
div#content:after,
div#sidebar :after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.clearfix,
div#container,
div#container2,
div#wrapper,
div#content,
div#sidebar { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix,
* html div#container,
* html div#container2,
* html div#wrapper,
* html div#content,
* html div#sidebar  { height: 1% }
.clearfix,
div#container,
div#container2,
div#wrapper,
div#content,
div#sidebar  {display:block;}
/* end MacIE5 */


/* Safariのフォントサイズを変更
==========================================================*/
html:\66irst-child body,
html:\66irst-child table{
	font-size:10px;
}


/* CSSロールオーバー(アルファ使用)
==========================================================*/
a:hover img{
	opacity:0.6;
	filter: alpha(opacity=60);
}


/* 透過pngを利用する場合 IE6用 パターン1
==========================================================*/
/*
* html div#alpha{
	width:283px;
	height:96px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader
	(src=http://www.kushiyoshi.net/img/main/logo.png);
	}
* html  div#alpha img{
	display:none;
	}
*/


/* 透過pngを利用する場合 IE6用 (iepngfix.jsを使用) パターン2
==========================================================*/
/*
* html .iepngfix { behavior: expression(IEPNGFIX.fix(this)); }
*/



/* 3: Layout Setting
----------------------------------------------------------------------------------------------*/

/* main-layout
==========================================================*/
div#container {
	width:800px;
	background:#050505;
	text-align:center;
	margin: 0 auto;
	}
div#container_news {
	width:540px;
	background:#050505;
	text-align:left;
	margin: 0 auto;
	}

div#container2 {
	width:1000px;
	background:url(image/background.jpg) repeat-y;
	text-align:center;
	margin: 0 auto;
	}

div#wrapper{
	padding:20px 5px 10px 5px;
	text-align:justify;
	text-justify:inter-ideograph;
	margin:0 auto;
	}
	
div#wrapper2{
	padding:0 100px 10px 5px;
	text-align:justify;
	text-justify:inter-ideograph;
	margin:0 auto;
	}
	
div#content {
	width:560px;
	}
	
div#content02 {
	width:320px;
	float:right;
	}
div#content02 p{
  text-indent:10px;
}
	
div#content02 img {
	padding-bottom:0px;
	}
	
div.main {
	padding-bottom:30px;
	}

/* layout 
左メニューの場合は「layout-left」を、
右メニューの場合は「layout-right」を使用
*/
body#layout-left #content  { float:right; }
body#layout-right #content { float:left;  }
	

/* header 
==========================================================*/
div#header {
	background:url(image/header-back.jpg) repeat-x;
	width:100%;
	}

div#header-inner {
	width:912px;
	text-align:center;
	height:501px;
	margin:0 auto;
	}
	
div#header2 {
	background:url(image/header-back2.jpg) repeat-x;
	width:100%;
        
	}

div#header-inner2 {
	width:1000px;
	height:288px;
	margin:0 auto;
	text-align:left;
  position:relative;
  top:-1px;
  left:-47px;
	}
div#header-inner2 .in {
	width:900px;
	height:288px;
	margin:0 0 0 6px;
	}
div#logo {
	width:100%;
        margin:0 auto;
        text-align:center;
	}
				
/* footer
==========================================================*/
div#footer {
	width:100%;
	padding:10px 0;
	background:url(image/footer-back.jpg) repeat-x;
	color:#c1c1c1;
	clear:both;
	}
	
div#footer p{
	padding-top:10px;
	}	
	
div#footer ul{
	text-align:center;
	}
	
div#footer ul li{
	display:inline;
	}
	
div#footer ul li a {
	color:#c1c1c1;
	}

div#footer2 {
	width:100%;
	background:url(image/footer-back.jpg) repeat-x;
	color:#c1c1c1;
	clear:both;
	} 

div#footer-inner {
	background:url(image/footer2.jpg) no-repeat top;
	width:1000px;
	height:61px;
	text-align:center;
	margin:0 auto;
	}

div#footer-inner p {
	padding:10px 10px 0 0;
	color:#3F3B3A;
	}	

div#copyright {
	width:325px;
	float:left;
	}
	
div#footer2 ul {
	padding:20px 0 10px 370px;
	text-align:left;
	}
	
div#footer2 ul li{
	display:inline;
	}

/* navi
==========================================================*/
div#navi {
	padding:0 0 5px 0;
	}
	
	
/* sidebar
==========================================================*/
div#sidebar                { width:322px; }
body#layout-left #sidebar  { float:left; }	
body#layout-right #sidebar { float:right; }

div.side-form {
	margin-left:105px;
	padding-bottom:20px;
	}
div.side-form h4 {
	background:url(image/contents.png) no-repeat;
        width:217px;
        height:31px;
        font-size:2px;
        text-indent:-9999;
	}
* html div.side-form h4 { behavior: expression(IEPNGFIX.fix(this)); } 
		
div.side-form ul {
	list-style:none;
	margin:0;
	padding:0;
	}

div.side-form li{
	background:url(image/list.gif) no-repeat;
	line-height:47px;
	text-indent:30px;
	display:block;
	}

div.side-form ul li a{
	background:url(image/list.gif) no-repeat;
	line-height:47px;
	text-indent:30px;
	display:block;
	}
	
div.side-form li a:hover{
	background:url(image/list2.jpg) no-repeat;
	text-decoration:none;
	}
	
div.side-form ul li ul{
	padding:0;
	list-style:none;
	}
	
div.side-form ul li ul li{
	line-height:44px;
	background:url(image/sub-list.jpg) no-repeat;
	text-indent:80px;
	}

div.side-form ul li ul li a:hover{
	background:url(image/sub-list.jpg) no-repeat;
	text-decoration:underline;
	display:block;
	height:44px;
	}

div.side-form img {
	padding-bottom:15px;
	}
	
/* entry
==========================================================*/
div.entry-body{
	padding:10px 10px 20px 10px;
	}
div.entry-body .img{
	border:1px solid #fff;
	}
div.entry-body ul{
	margin:0 0 5px 10px;
        padding:0;
	}
div.entry-body li{
	margin:0 0 3px 10px;
        padding:0;
        list-style-type:disc;
	}
div.entry-body_news{
	padding:5px 0 10px 0;
	}
	
div.entry-body p{
	padding-bottom:10px;
	}
	
div.entry-more{
	padding-top:10px;
	text-align:right;
	}
.entry-footer,
.trackback-footer,
.comment-footer,
.comments-open-footer,
.archive-content {
    clear: both;
    margin: 5px 0 20px 0;
    border-bottom:1px solid #696969;
}
	
/* option
==========================================================*/
.img-left{
	float:left;
	margin:0 10px 10px 0;
	}
	
.img-right {
	float:right;
	margin:0 0 10px 10px;
	}
	
.img-border {
	padding:2px;
	border:1px solid #ccc;
	}

	
/* table
==========================================================*/
table.tbl-normal {
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	}
	
table.tbl-normal th{
	padding:5px;
	text-align:left;
	line-height:120%;
	letter-spacing:1px;
	border:1px solid #ccc;
	font-weight:normal;
	background:#f4f4f4;
	}
	
	
table.tbl-normal td{
	padding:5px;
	text-align:left;
	line-height:120%;
	letter-spacing:1px;
	border:1px solid #ccc;
	}

	
/* form
==========================================================*/
div.form-btn {
	text-align:center;
	padding:10px;
	}
	
div.form-btn button {
	border:none;
	background-color:#FFFFFF;
	cursor:hand;
	}
	
input.input-txt {
	border:1px solid #ccc;
	margin-right:10px;
	}
	
input.input-txt2 {
	border:1px solid #ccc;
	padding:5px;
	width:98%;
	}
	
textarea.input-txtarea {
	border:1px solid #ccc;
	padding:5px;
	width:98%;
	height:150px;
	}


/* sitemap
==========================================================*/
.sitemap {
	margin:10px;
	}

.sitemap ul {line-height: 1.6em;}

.sitemap ul li {
	list-style:none;
	background-image: url(img/sitemap/arrow.gif);
	background-repeat: no-repeat;
	background-position: 2px 4px;
	padding: 0px 0px 5px 17px;
	width:200px;
}
.sitemap ul li ul {
	background-image: url(img/sitemap/tree_bg.gif);
	background-repeat: repeat-y;
	background-position: 9px 0px;
}

.sitemap ul li ul li {
	margin: 0px 0px 4px 5px;
	padding: 0px 10px 0px 20px;
	background-image: url(img/sitemap/tree.gif);
	background-repeat: no-repeat;
	background-position: 4px 1px;
}
.sitemap ul li.top a {
	border:1px solid #ccc;
	display:block;
	background:#eee;
	padding:5px;
}

.sitemap ul li ul li.up  {background-image: url(img/sitemap/tree_up.gif);}
.sitemap ul li ul li.end {background-image: url(img/sitemap/tree_end.gif);}
.sitemap li ul {margin: 4px 0px 4px 0px;}
.sitemap li ul li ul {font-size: 10px;}



/* 4: Contents
----------------------------------------------------------------------------------------------*/
/* top
==========================================================*/
h3#info {
	text-indent:-9999px;
	background:url(image/information.jpg) no-repeat;
	width:433px;
	height:29px;
	}

div#info-box {
	width:440px;
	float:left;
	color:#909090;
	}
div#info-box h4 {
	background:url(image/h4.jpg) no-repeat left center;
	height:20px;
	color:#fff;
	text-indent:30px;
	}

div#info-box ul {
	list-style:none;
	margin-bottom:5px;
	}
	
div#info-box ul li {
	background:url(image/info-list.jpg) no-repeat left center;
	border-bottom:1px dotted #3d3d3d;
	padding:5px 5px 5px 0;
	text-indent:15px;
	}


/* category
==========================================================*/
div.link
{
}
div.link a
{
color:#ff0000;
}
div.box
{
margin:5px 0 20px 0;
}
div.box h3 {
	height:25px;
	font-size:14px;
	background:url(image/h3.jpg) no-repeat left top;
	color:#fff;
	font-weight:bold;
	text-indent:30px;
	margin-bottom:20px;
	}
div.box h5 {
	height:25px;
	font-size:14px;
	background:url(image/h3.jpg) no-repeat left top;
	color:#E5B82E;
	font-weight:bold;
	text-indent:30px;
	margin-bottom:20px;
	}
div.box .top
{
        border-bottom:1px solid #696969;
        text-align:right;
        padding:5px 0 0 0;
        margin:0 0 20px 0;
        width:300px;
        float:right;
}
div.box .img
{
float:left;
border:1px solid #fff;
}
div.box .right
{
width:300px;
float:right;
margin:0 0 10px 0;
}
div.box .right1
{
width:300px;
float:right;
}
div.box .left
{
width:230px;
float:left;
margin:0 10px 10px 0;
}
div.box .right h4 {
	background:url(image/h4.jpg) no-repeat left center;
	height:20px;
	color:#E5B82E;
	text-indent:30px;
	margin-bottom:5px;
        border-bottom:1px solid #696969;
	}
div.box .right th
{
text-align:left;
font-weight:normal;
}
div.box .right td
{
text-align:right;
}
/* ----bentou------*/
div.ben
{
margin:5px 0 20px 0;
}
div.ben .ww
{
        font-weight:bold;
        color:#fff;
        line-height:130%;
}
div.ben td
{
padding:5px;
}
div.ben .img
{
float:left;
margin:0 10px 10px 0;
border:1px solid #fff;
}
div.order
{
border:1px solid #696969;
padding:8px;
}

/* light
==========================================================*/
body#light {
	background-color:#fff;
	margin:0;
	padding:0;
	text-align:center;
	font:12px  "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height:160%;
	color:#696969;
       width:560;
	}
div.entry-body #light{
	width:560;
	}
div.light_win
{
	width:100%;
	margin-bottom:30px;
}
div.font_y
{
color:#E5B82E;
text-align:right;
}

.style1 {
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
