@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:#fff url(image/main/head_back.jpg) repeat-x center top;
	line-height:160%;
	color:#666666;
	}

div#body02 {
    background:url(image/main/foot_back.jpg) repeat-x center bottom;
	}

/* 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-color-black   {color:#333;}

.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 {
	font-size:12px;
	color:#fff;
	float:right;
	width:300px;
	text-indent:-9999px;
	}
	
h1 a{
	color:#fff;
	}

h2 {
	clear:both;
	margin-bottom:10px;
	}

h3 {
    width:580px;
	height:35px;
	line-height:35px;
	text-indent:25px;
	font-weight:bold;
	color:#4C4C4C;
	font-size:140%;
	background:url(image/main/h3.jpg) no-repeat;
	margin-bottom:10px;
	}

h4 {
	line-height:1.4;
	padding: 3px 0 0 23px;
	font-weight:bold;
	color:#DB005C;
	font-size:130%;
	background:url(image/main/h4.jpg) no-repeat 0 3px;
	margin-bottom:10px;
	}

h4 a {
	color:#DB005C;
	}

h5 {
	line-height:1.4;
	padding: 0 0 0 25px;
	font-weight:bold;
	color:#333333;
	font-size:120%;
	background:url(image/main/h5.jpg) no-repeat;
	margin-bottom:10px;
	}

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

/* ボックスの最後にclearをセット
==========================================================*/
.clearfix:after,
div#wrapper:after,
div#content:after,
div#sidebar :after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.clearfix,
div#wrapper,
div#content,
div#sidebar { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix,
* html div#wrapper,
* html div#content,
* html div#sidebar  { height: 1% }
.clearfix,
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.huit.vc/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;
	text-align:center;
	margin: 0 auto;
	}

div#wrapper{
    width:800px;
	margin:10px auto;
	text-align:justify;
	text-justify:inter-ideograph;
	background:url(image/main/content_back.jpg) repeat-y;
	}
	
div#wrapper-inner{
	margin:0 auto;
	text-align:left;
	}
	
div#content {
	width:580px;
	}
	
div.main {
	}

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

/* header 
==========================================================*/
div#header {
	width:800px;
	height:139px;
	text-align:left;
	background:url(image/main/header.jpg) no-repeat;
	}

/* footer
==========================================================*/
div#footer {
	width:800px;
	height:107px;
	font-size:10px;
	color:#FFFFFF;
	clear:both;
	text-align:center;
	}

div#footer ul{
    width:800px;
	text-align:center;
	padding-top:10px;
	}
	
div#footer ul li{
	display:inline;
	}
	
div#footer p a {
    color:#FFFFFF;
	}

div#footer p{
    width:800px;
    font-size:12px;
	padding-top:20px;
	}	
	
/* navi
==========================================================*/
div#navi {
	padding:0 0 5px 0;
	color:#666666;
	}

div#navi a{
	color:#666666;
	}
	
/* sidebar
==========================================================*/
div#sidebar                { width:200px; }
body#layout-left #sidebar  { float:left; }	
body#layout-right #sidebar { float:right; }

div.side-form {
    width:200px;
	padding-bottom:20px;
	}
	
div.side-form a:hover {
    text-decoration:none;
	}
	
div.side-title {
    margin-bottom:5px;
	}
	
div#side-title01 {
	width:192px;
	height:23px;
	text-indent:-9999px;
	background:url(image/main/contents_menu.jpg) no-repeat;
	margin-bottom:5px;
	}

div.side-form ul li {
    width:192px;
	height:35px;
	list-style:none;
	color:#7F7F7F;
	font-size:12px;
	font-weight:bold;
	line-height:35px;
	text-indent:30px;
	background:url(image/main/menu_back.jpg) no-repeat;
	}
		
div.side-form ul li a {
    width:192px;
	height:35px;
	display:block;
	color:#7F7F7F;
	}

div.side-form ul li a:hover {
    color:#D60155;
	background:url(image/main/menu_back_r.jpg) no-repeat;
	}

div#info-box {
    width:192px;
	height:160px;
	background:url(image/main/info_back.jpg) no-repeat;
	}
	
div#info-box-inner {
    padding:65px 8px 10px 10px;
	}

div#info-box-inner p {
    font-size:10px;
	color:#666666;
	line-height:215%;
	}
	
/* entry
==========================================================*/
div.entry{
	padding:0 0 20px 0;
	}
	
div.entry-body{
	}
	
div.entry-body p{
	padding-bottom:10px;
	}
	
div.entry-more{
	padding-top:10px;
	text-align:right;
	}

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

.margin-b10 {
    margin-bottom:10px;
	}
	
/* 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
==========================================================*/
div.image-box {
    margin-bottom:10px;
	}

div.concept-box {
    width:580px;
	min-height:135px;
	background:url(image/main/haikei01.jpg) no-repeat right top;
	margin-bottom:10px;
	}

div.top-inner01{
	width: 580px;
	margin: 0 0 30px 0;
	padding: 0;
}

div.top-inner01:after{
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}

div.top-inner01 img{
	float: right;
}

div.top-inner01 p{
	width: 280px;
	padding: 0;
	float: left;
}

div.top-inner02{
	width: 580px;
	margin: 0 0 30px 0;
	padding: 0;
}

div.top-inner02:after{
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}

div.top-inner02 img{
	float: left;
}

div.top-inner02 div.top-inner02R{
	width: 370px;
	padding: 0;
	float: right;
}

/*-- 最新情報 --*/
div.news-box
{
	width: 580px;
	margin: 0 0 25px 0;
	padding: 0;
	text-align: center;
}

div.news-box h2
{
	width:580px;
	height:35px;
	line-height:35px;
	text-indent:25px;
	text-align: left;
	font-weight:bold;
	color:#4C4C4C;
	font-size:140%;
	background:url(image/main/h3.jpg) no-repeat;
	margin-bottom:10px;
}

div.news-box ul
{
	width:530px;
	margin: 0 auto;
	_margin: 0;
	padding: 0;
	text-align: left;
}

div.news-box li
{
	font-size:12px;
	font-weight:normal;
	color:#333333;
	line-height:150%;
	list-style:none;
	margin: 0 0 5px 0;
	padding: 0 0 0 25px;
	background:url(image/main/h5.jpg) no-repeat;
}


/* pickup
==========================================================*/
div.pickup-inner01{
	width: 580px;
	margin: 0 0 30px 0;
	padding: 0;
}

div.pickup-inner01:after{
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}

div.pickup-inner01 img{
	float: right;
}

div.pickup-inner01 div.pickup-inner01L{
	width: 370px;
	padding: 0;
	float: left;
}

div.pickup-inner01 div.pickup-inner01L p.price{
	text-align: right;
	font-weight: bold;
	color: #DB005C;
}

div.pickup-inner02{
	width: 580px;
	margin: 0 0 30px 0;
	padding: 0;
}

div.pickup-inner02:after{
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}

div.pickup-inner02 img{
	float: left;
}

div.pickup-inner02 div.pickup-inner02R{
	width: 370px;
	padding: 0;
	float: right;
}

div.pickup-inner02 div.pickup-inner02R p.price{
	text-align: right;
	font-weight: bold;
	color: #DB005C;
}

div.pickup-inner02 div.pickup-inner02R p.price span{
	font-size: 80%;
	font-weight: normal;
}

/* policy
==========================================================*/
div.policy-inner01{
	width: 580px;
	margin: 0 0 30px 0;
	padding: 0;
}

div.policy-inner01:after{
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}

div.policy-inner01 div.policy-inner01L{
	width: 180px;
	margin: 0 20px 0 0;
	padding: 0;
	float: left;
}

div.policy-inner01 div.policy-inner01C{
	width: 180px;
	padding: 0;
	float: left;
}

div.policy-inner01 div.policy-inner01R{
	width: 180px;
	padding: 0;
	float: right;
}

/* menu
==========================================================*/
div.menu-inner01{
	width: 580px;
	margin: 0 0 30px 0;
	padding: 0;
}

div.menu-inner01:after{
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}

div.menu-inner01 div.menu-inner01L{
	width: 370px;
	margin: 0 20px 0 0;
	padding: 0;
	float: left;
}

div.menu-inner01 table.menuTbl{
	margin: 0 0 20px 0;
	border-collapse: collapse;
}

div.menu-inner01 table.menuTbl th{
	padding: 5px 0;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px dotted #333333;
}

div.menu-inner01 table.menuTbl td{
	padding: 5px 0;
	text-align: right;
	vertical-align: top;
	border-bottom: 1px dotted #333333;
}

div.menu-inner01 div.menu-inner01R{
	width: 180px;
	padding: 0;
	float: right;
}

div.menu-inner01 div.menu-inner01R img{
	margin: 0 0 10px 0;
}

/* access
==========================================================*/
div.access-inner01{
	width: 580px;
	margin: 0 0 30px 0;
	padding: 0;
}

div.access-inner01:after{
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}

div.access-inner01 img{
	padding: 0 0 0 0;
	float: left;
}

div.access-inner01 div.access-inner01R{
	width: 220px;
	padding: 0;
	float: right;
}

div.access-inner01 div.access-inner01R p span{
	font-weight: bold;
	color:#DB005C;
}

div.coupon-box{
	width: 580px;
	margin: 0 auto 30px auto;
	padding: 0;
	border: 1px solid #cccccc;
}

div.coupon-box:after{
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}

div.coupon-box img{
	float: left;
}

div.coupon-boxinner{
	width: 320px;
	margin: 0;
	padding: 25px 0;
	text-align: center;
	float: right;
}

div.coupon-boxinner img{
	margin: 0 0 10px 0;
	float: none;
}

div.coupon-boxinner p{
	font-size: 100%;
}

div.coupon-boxinner p.copy{
	color: #D70157;
	font-weight: bold;
	font-size: 120%;
}

body.coupon{
	text-align:center;
	background: none;
}

body.coupon p{
	margin: 0 0 10px 0;
}

/* link
==========================================================*/
div.link-inner01{
	width: 580px;
	margin: 0 0 30px 0;
	padding: 0;
}

div.link-inner01:after{
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}

div.link-inner01 div.link-inner01L{
	width: 360px;
	padding: 0;
	float: left;
}

div.link-inner01 div.link-inner01R{
	float: right;
}

div.link-inner01 div.link-inner01R img{
	margin: 0 0 10px 0;
}
