@charset "utf-8";
/* --------------------------------------------------
	Since : 2008/1/25
	Last Modified: 2008/1/25
	Site Name: herchel
	Version: 1.0
 --------------------------------------------------- */

/*
===== 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

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



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

a {color:#4e080a;text-decoration:none;outline :0;}
a:hover {text-decoration:underline; }

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


/* Font Setting
==========================================================*/
.font-color-gray   {color:#888;}
.font-color-orange {color:#f93;}
.font-color-red    {color:#c00;}
.font-color-red2   {color:#600;}
.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 {
	text-align:left;
	padding-left:10px;
	background-color:#fff;
	}
	
h2 {
	background:url(img/h2.jpg) no-repeat;
	height:73px;
	line-height:73px;
	font-size:16px;
	font-weight:bold;
	margin-bottom:10px;
	color:#4d0707;
	padding-left:60px;
	}

h3 {
	background:url(img/h3.jpg) no-repeat;
	height:43px;
	line-height:43px;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	padding-left:45px;
	margin-bottom:10px;
	color:#a98c51;
	}
	
h4 {
	background:url(img/h4.jpg) no-repeat;
	height:30px;
	line-height:30px;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	padding-left:40px;
	margin-bottom:10px;
	color:#d44235;
	}

h5 {
	background:url(img/h4.jpg) no-repeat left center;
	left:20px;
	padding-left:10px;
	color:#990000;
	font-weight:bold;
	line-height:20px;
	margin-bottom:10px;
	}
	
h6 {
	background:url(img/h5.jpg) no-repeat left center;
	padding-left:15px;
	height:20px;
	line-height:20px;
	margin-bottom:10px;
	}


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

/* ボックスの最後にclearをセット
==========================================================*/
.clearfix:after,
div#container:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.clearfix,
div#container { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix,
* html div#container { height: 1% }
.clearfix,
div#container {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://herchel.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:820px;
	background:#FFFFFF url(img/back-main.jpg) repeat-y center;
	text-align:center;
	margin: 0 auto;
	}

div#wrapper{
	text-align:left;
	margin:0 auto;
	}
	
div#content {
	width:596px;
	}
	
div.main {
	padding-bottom:30px;
	}

/* layout */
body#layout-left #content  { float:right; }
body#layout-right #content { float:left;  }
	

/* header 
==========================================================*/
div#header {
	width:100%;
	text-align:left;
	background:url(img/header.jpg) repeat-x;
	}
		
	
/* footer
==========================================================*/
div#footer {
	width:100%;
	clear:both;
	text-align:center;
	background:url(img/footer.jpg);
	height:84px;
	font-size:12px;
	line-height:140%;
	}
	
div#footer p{
	padding-top:37px;
	color:#4e080a;
	}	

div#footer ul {
	text-align:center;
	}
	
div#footer ul li{
	display:inline;
	}


/* navi
==========================================================*/
div#navi {
	padding:0 0 5px 10px;
	}
	
	
/* sidebar
==========================================================*/
#sidebar {
	background:url(img/side-top.jpg) no-repeat 2px top;
	padding-top:22px;
	width:222px;
	text-align:center;
	}
	
#layout-left #sidebar  { float:left; }	
#layout-right #sidebar { float:left; }

div.side-form {
	text-align:center;
	margin-bottom:10px;
	width:200px;
	margin:0 auto;
	}
	
div.side-title {
	width:100%;
	height:34px;
	line-height:34px;
	background:#fff url(img/side-title.jpg) repeat left top;
	text-indent:-9999px;
	}
	
div.side-title p{
	color:#FFF;
	font-size:14px;
	font-weight:bold;
	padding-left:10px;
	}
	
div.side-body {
	background:url(img/side-info-body.jpg) repeat-y;
	text-align:left;
	font-size:12px;
	}
	
div.side-body dl{
	text-align:left;
	padding:5px 10px 0 15px;
	background:url(img/side-info-body.jpg) repeat-y;
	text-align:left;
	font-size:12px;
	}
	
div.side-body dl dt{
	color:#4f070a;
	}
	
div.side-body dl dd{
	color:#a98c51;
	padding-left:15px;
	line-height:140%;
	margin-bottom:5px;
	}
	
div.side-body p{
	line-height:160%;
	}
	
div.side-form ul {
	}
	
div.side-form li{
	list-style:none;
	text-align:left;
	}
	
div.side-form li a{
	display:block;
	background:url(img/list.jpg) no-repeat;
	height:31px;
	line-height:31px;
	padding-left:40px;
	}
	
div.side-form li a:hover{
	background:url(img/list-r.jpg) no-repeat;
	color:#fff;
	text-decoration:none;
	}

	
/* entry
==========================================================*/
div.entry{
	padding:0px 10px 20px 10px;
	}
	
div.entry-body{
	padding:10px 10px 30px 10px;
	}
	
div.entry-body p{
	padding:5px 0 20px 0;
	}
	
div.entry-body ul,
div.entry-body li,
div.entry-more ul,
div.entry-more li{
	padding:0 0 10px 0;
	margin:0;
	}
	
div.entry-more{
	padding-top:10px;
	text-align:right;
	}
	
div.entry-more-view{
	padding-top:10px;
	}
	
		
/* 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 #a98c51;
	}
	
/* table
==========================================================*/
table.tbl-nomal {
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	}
	
table.tbl-nomal th{
	padding:5px;
	text-align:left;
	line-height:120%;
	letter-spacing:1px;
	border:1px solid #ccc;
	font-weight:normal;
	background:#f4f4f4;
	}
	
	
table.tbl-nomal td{
	padding:5px 0;
	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:100%;
	}
	
textarea.input-txtarea {
	border:1px solid #ccc;
	padding:5px;
	width:100%;
	height:150px;
	}


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

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

.sitemap ul li {
	list-style:none;
	background-image: url(image/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(image/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(image/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(image/sitemap/tree_up.gif);}
.sitemap ul li ul li.end {background-image: url(image/sitemap/tree_end.gif);}
.sitemap li ul {margin: 4px 0px 4px 0px;}
.sitemap li ul li ul {font-size: 10px;}



/* 4: Contents
----------------------------------------------------------------------------------------------*/

/* top
==========================================================*/
div#info {
	height:247px;
	background:url(img/back-info.jpg) no-repeat;
	line-height:180%;
	}
	
h2#h2-info {
	margin:0;
	padding:0;
	background:none;
	text-indent:-9999px;
	}
	
div#info dl {
	padding:0 30px;
	}
	
div#info dl dt{
	width:70px;
	float:left;
	}
	
div#info dl dd{
	width:460px;
	float:left;
	}
	
div#info-area {
	text-align:center;
	}

div#main-gr {
	width:545px;
	height:156px;
	background:url(img/topimg-main.jpg) no-repeat;
	margin:10px 0 10px 20px;
	}
	
div#main-gr p {
	text-align:center;
	padding-left:320px;
	padding-top:15px;
	font-size:12px;
	line-height:150%;
	color:#330000;
	}	

/* category-menupage
==========================================================*/

table td {
	padding:5px;
	}
	
.td-border {
	border-bottom:1px dotted #de685e;
	}

table.menu-style {
	margin-bottom:30px;
	}

div.text-box {
	width:560px;
	}

div.banner-box {
	width:560px;
	margin:30px 0;
	text-align:center;
	}

/* category-aboutpage
==========================================================*/		
td.title {
	font-size:14px;
	font-weight:bold;
	color:#333333;
	border-bottom:1px solid #de685e;
	}
			
dl.item {
	width:180px;
	float:left;
	margin-right:8px;
	margin-bottom:30px;
	border:1px #a98c51 solid;
	}
	
dt.list-style {
	width:170px;
	margin:5px;
	}
	
dd.list-style2 {
	padding:5px;
	font-size:12px;
	line-height:18px;
	}
	
/* category-itempage
==========================================================*/		
dl.item2 {
	margin-left:20px;
	}	
	
dt.item-img {
	float:left;
	margin-bottom:20px;
	}
	
dd.item-text {
	width:380px;
	float:left;
	padding:10px 0 0 30px;
	}
	
.img-border2 {
	padding:2px;
	border:1px solid #d6a39f;
	}

	
/* category-q&apage
==========================================================*/	

p#tel {
	text-align:right;
	color:#660000;
	font-size:15px;
	font-weight:bold;
	}

h3.qa {
	background:url(img/h3.jpg) no-repeat;
	height:38px;
	line-height:38px;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	padding-left:45px;
	color:#a98c51;
	}
	
.text-box2 {
	width:560px;
	padding-left:10px;
	margin-bottom:20px;
	}

hr.hr-style {
	width:570px;
	border-top:1px solid #a27544;
	margin-bottom:20px;
	}
	
/* category-accesspage
==========================================================*/		

table#access {
	margin-bottom:20px;
	}

table#access th {
	text-align:right;
	border-right:3px solid #ff3366;
	}
	
table#access th,table#access td {
	padding:0 10px 0 10px;
	}