@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:#330208;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/background.jpg) repeat left top;
	line-height:160%;
	color:#666;
	}


/* 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 {
	font-size:12px;
	color:#960;
	}
	
h1 a{
	color:#960;
	}

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 {
	font-size:130%;
	width:565px;
	height:40px;
	line-height:32px;
	text-indent:27px;
	font-weight:bold;
	color:#330208;
	background:url(image/main/h3.jpg) no-repeat;
	margin-bottom:20px;
	}

h3 a{
	color:#330208;
	}
	
h4 {
	font-size:120%;
	width:545px;
	height:28px;
	line-height:28px;
	text-indent:30px;
	font-weight:bold;
	color:#330208;
	background:url(image/main/h4.jpg) no-repeat;
	margin-bottom:15px;
	}

h4 a{
	color:#330208;
	}
	
h5 {
	font-size:100%;
	font-weight:bold;
	color:#330208;
	background:url(image/main/h5.jpg) no-repeat left top;
	margin:10px 0 5px 0;
        padding:0 0 0 19px;
	}

h6 {
	font-size:110%;
	font-weight:bold;
	color:#330208;
	background:url(image/main/h6.jpg) no-repeat left 3px;
	margin-bottom:10px;
        padding:0 0 0 19px;
	}


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

/* ボックスの最後にclearをセット
==========================================================*/
.clearfix:after{
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.clearfix{ display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix{ height: 1% }
.clearfix{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.c-vie.com/annon/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:804px;
	text-align:center;
	margin: 0 auto;
	background:url(image/main/content.gif) repeat-y left;
	}

div#wrapper{
	text-align:justify;
	text-justify:inter-ideograph;
	margin:0 auto;
	}
	
div#content {
	width:582px;
	}

div#content-inner-head {
    width:582px;
	height:6px;
	background:url(image/main/content-head.jpg) no-repeat;
	overflow:hidden;
	}

div#content-inner {
    width:582px;
	background:url(image/main/content-body.jpg) repeat-y;
	}
	
div#content-inner-foot {
    width:582px;
	height:6px;
	background:url(image/main/content-foot.jpg) no-repeat;
	overflow:hidden;
	margin-bottom:20px;
	clear:both;
	}

div#content-body {
    padding:8px;
	}
		
div.main {
	padding-bottom:20px;
	clear:both;
	}

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

/* header 
==========================================================*/
div#header {
	width:100%;
	text-align:left;
	padding:3px 0;
	}
	
/* footer
==========================================================*/
div#footer {
	color:#FFFFFF;
	text-align:center;
	margin:0 auto 0 220px;
	padding-bottom:20px;
	clear:both;
	}
	
div#footer p{
	width:100%;
	}	
	
div#footer ul{
	width:100%;
	color:#D6CEA9;
	padding-bottom:5px;
	}
	
div#footer ul li{
	display:inline;
	}

div#footer ul li a{
	color:#D6CEA9;
	}
	
/* navi
==========================================================*/
div#navi {
	padding:5px 0;
	}
	
	
/* sidebar
==========================================================*/
div#sidebar                { width:206px; padding-top:20px; }
body#layout-left #sidebar  { float:left; }	
body#layout-right #sidebar { float:right; }

div.side-form {
	padding:0 12px 20px 12px;
	}

div.side-form p {
    color:#F5F6CC;
	}
	
div#menu-title {
	width:180px;
	height:30px;
	text-indent:-9999px;
	background:url(image/main/menu-head.gif) no-repeat;
	}

div#menu-foot {
    width:180px;
	height:20px;
	background:url(image/main/menu-foot.jpg) no-repeat;
	overflow:hidden;
	}
		
div.side-form ul,
div.side-form ul li ul{
	padding:0px;
	}
	
div.side-form li,
div.side-form ul li ul li{
    padding:0px;
	list-style:none;
	line-height:34px;
	font-size:14px;
	font-weight:bold;
	width:180px;
	height:34px;
	}

div.side-form li.menu01{
	text-indent:40px;
	background:url(image/main/menu01.jpg) no-repeat;
	}

div.side-form li.menu02{
	text-indent:60px;
	background:url(image/main/menu02.jpg) no-repeat;
	}

div.side-form li a,
div.side-form ul li ul li a{
	width:180px;
	height:34px;
	display:block;
	color:#350408;
	overflow:hidden;
	}

div.side-form li a:hover,
div.side-form ul li ul li a:hover{
	text-decoration:underline;
	color:#67380A;
	}

div.side-form a:hover {
    text-decoration:none;
	}
	
/* entry
==========================================================*/
div.entry-body{
	padding-bottom:20px;
	}
	
div.entry-body p{
	padding:0 10px 10px 10px;
	}
div.entry-body ol{
	margin:0 0 0 10px;
	}
div.entry-body ol li{
	background:url(image/main/list.gif) no-repeat left 4px;
        padding:0 0 0 15px;
        margin:0 0 5px 10px;
	}
	
div.entry-more{
	padding-top:10px;
	}

/* entry boxleft
==========================================================*/
div.entry-body .boxleft
{
float:left;
margin:0 10px 5px 0;
width:290px;
}

div.entry-body .boxleft img
{
margin:0 0 5px 0;
}
div.entry-body .boxleft2
{
float:left;
margin:0 10px 5px 0;
width:250px;
}
div.entry-body .boxleft2 td 
{ padding:5px; border-bottom:1px dotted #CBBFBF; }
div.entry-body .boxleft2 img
{
margin:0 0 5px 0;
}
div.entry-body .boxright
{
float:right;
margin:0 5px 5px 0;
width:255px;
}

div.entry-body .boxright img
{
margin:0 0 5px 0;
}
div.entry-body .boxright2
{
float:right;
margin:0 5px 5px 0;
width:290px;
}
div.entry-body .boxright2 td 
{ padding:5px; border-bottom:1px dotted #CBBFBF; }

div.entry-body .boxright td 
{ padding:5px; border-bottom:1px dotted #CBBFBF; }


div.entry-body .boxright2 img
{
margin:0 0 5px 0;
}

div.entry-body .banner{
margin:12px 0;
	}

/* entry box1
==========================================================*/
div.entry-body .box1
{
margin:0 10px 5px 0;
}
div.entry-body .box1 td
{
padding:5px; border-bottom:1px dotted #CBBFBF;
}

/* entry about
==========================================================*/
div.entry-body .about{
margin:0 10px 0 0;
	}
div.entry-body .about table{
border: 1px #CBBFBF solid;
border-collapse: collapse; 
	}
div.entry-body .about td{
padding:7px;
border: 1px #CBBFBF solid;
border-collapse: collapse; 
	}
div.entry-body .about th{
border: 1px #CBBFBF solid;
border-collapse: collapse; 
vertical-align: middle; 
background:#F4F4F5;
text-align:center;
color:#360407;
      padding:7px;
	}

/* entry c_box
==========================================================*/
div.c_box{
        border:3px solid #976526;
        margin:0 8px 0 3px;
	}
div.c_box p{
	font-size:14px;
        font-weight:bold;
        padding:20px 20px 20px 0;
        color:#330208;
	}

.pad20 {
	padding:20px;
}
	
/* option
==========================================================*/
.img-left{
	float:left;
	margin:0 10px 10px 0;
	}
	
.img-right {
	float:right;
	margin:0 10px 10px 10px;
	}
	
.img-border {
	padding:2px;
	border:1px solid #ccc;
	}

.text-center {
    text-align:center;
	}
	
.text-right {
    text-align:right;
	}
	
.font-b {
    font-weight:bold;
	}

.margin-b10 {
    margin-bottom:10px;
	}
			
.margin-b20 {
    margin-bottom:20px;
	}

p.link-txt {
	height:14px;
	line-height:14px;
	color:#330208;
	}

.box {
    margin-bottom:20px;
	}
.font_s
{
font-size:11px;
color:#666;
line-height:120%;
}

strong
{
color:#67380A;
}
				
/* 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.news-box {
    margin-bottom:20px;
	}

div.news-box-inner {
    padding:0 10px;
	}

div.news-box-inner ul li {
	list-style:none;
	line-height:160%;
	color:#666666;
    }

div#sitemap-box h4 {
    margin-bottom:5px;
	}
	
div#sitemap-box h5 {
    margin-bottom:0;
	}
	
/* category
==========================================================*/

/* ========================================
 Menu start 
 ======================================== */

div.menuBox
{
	margin-bottom: 25px;
}

div.menu01 p.tyuui01
{
	padding: 10px 0 15px;
	color:#321900;
}

div.menu01 table
{
	border: #aeaeae 1px solid;
	border-collapse: collapse;
	width: 550px;
	font-size: 85%;
	margin-bottom: 30px;
}

div.menu01 table tr th
{
	border: #aeaeae 1px solid;
	border-collapse: collapse;
	background: #efe5db;
	padding: 5px 10px;
	color: #362011;
}

div.menu01 table tr td
{
	border: #aeaeae 1px solid;
	border-collapse: collapse;
	padding: 5px 10px;
}

div.menu01 table tr td p.f01
{
	color:#dd3216;
	padding-bottom: 7px;
}

div.menu01 table tr td.yen01
{
	vertical-align: middle;
	color: #4d4139;
	width: 20%;
}

