@charset "utf-8";
/* --------------------------------------------------
	Since : 2008/1/8
	Last Modified: 2008/1/28
	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
		: 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 0;
	padding:10px;
	text-align:left;
	background:#E7F5DC;
	border:1px solid #539042;
	}

a {color:#539042;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(img/back.jpg) repeat-x left top;
	line-height:120%;
	color:#222;
	}


/* 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:#0033FF;}
.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 {
	position:absolute;
	top:28px;
	left:27px;
	font-size:20px;
	color:#999;
	text-indent:-9999px;
	}

h1 a{
	color:#999;
	}

h2 {
	padding:0;
	margin:0 0 20px 10px;
	font-size:110%;
	font-weight:bold;
	line-height:35px;
	clear:both;
	color:#fff;
	text-indent:15px;
	width:540px;
	height:36px;
	background:url(img/h2-back.jpg) no-repeat;
	}

h3 {
    margin:0 0 10px 10px;
	font-size:110%;
	line-height:30px;
	text-indent:10px;
	width:540px;
	background:url(img/h3-back.jpg) no-repeat left bottom;
	}

h2 a {
	color:#222;
	}

h3 a {
	color:#222;
	}
	
h4 {
	background:url(img/h4.jpg) no-repeat left center;
	padding-left:30px;
	font-size:14px;
	font-weight:bold;
	color:#5a8e45;
	text-align:left;
	margin-bottom:5px;
	clear:none;
	height:25px;
	line-height:25px;
	}



/* 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://yumeiho.sakura.ne.jp/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#allcontainer {
    width:824px;
	margin:0 auto;
	background:url(img/content-back.png) repeat-y;
	behavior: expression(IEPNGFIX.fix(this));
	}

div#container {
	width:800px;
	text-align:center;
	margin: 0 auto;
	}

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

*html div#content {
	width:530px;
        clear:both;
	}
	
div.main {
	padding-bottom:30px;

	}

*html div.main {
	padding-bottom:30px;
        padding-left:0px;
        float:right;
	}


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

/* header 
==========================================================*/
div#header {
	width:800px;
	height:299px;
	position:relative;
	text-align:left;
	background:#fff;
	}
	
div#header-bottom {
    width:800px;
	height:29px;
	background:url(img/header-bottom.jpg) no-repeat;
	}		
	
/* footer
==========================================================*/
div#footer {
	width:800px;
	background:#fff url(img/footer.jpg) no-repeat top left;
	clear:both;
	text-align:center;
	color:#666666;
	font-size:12px;
	}
	
#footer p{
	padding-top:;
	}	

ul#footer-navi {
    padding-top:20px;
	}

ul#footer-navi li{
    display:inline;
	}

/* navi
==========================================================*/
ul#navi li{
	padding:0 0 5px 0;
	width:166px;
	height:46px;
	font-size:12px;
	line-height:40px;
	text-align:center;
	color: #009933;
	font-weight:bolder;
	background:url(img/navi-back.jpg) no-repeat;
	}

ul#navi li a{
    color:#009933;
	}	
	
div#navi02{
    padding:0 0 5px 0;
	font-size:10px;
	}
	
/* sidebar
==========================================================*/
#sidebar               { width:198px; }
*html #sidebar               { width:198px; 
                                     clear:both;
}
#layout-left #sidebar  { float:left; }	
#layout-right #sidebar { float:right; }

div.side-form {
	padding-bottom:20px;
	font-size:12px;
	text-align:center;
	}
	
div.side-title {
	width:100%;
	height:28px;
	line-height:28px;
	background:#fff url(image/main/side-title.jpg) repeat left top;
	}
	
div.side-title p{
	color:#FFF;
	font-size:12px;
	font-weight:bold;
	padding-left:10px;
	}
	
div.side-body {
	margin:0 auto 10px auto;
	}
	
div.side-body p{
	line-height:120%;
	}
	
.side-body ul {
    width:166px;
	margin:0 auto 0 auto;
	padding:0 0 0 5px;
	}
	
.side-body li{
	margin:0;
	padding:0;
	list-style:none;
	line-height:120%;
	}

div#info-t{
    margin:0 auto 0 auto;
    width:182px;
	height:7px;
	overflow:hidden;
	background:url(img/info-back-t.jpg) no-repeat;
	}
	
div#info{
    margin:0 auto 0 auto;
	padding-left:15px;
	width:167px;
	text-align:left;
	background:url(img/info-back-m.jpg) repeat-y;
	}

div#info-b{
    margin:0 auto 0 auto;
    width:182px;
	height:8px;
	overflow:hidden;
	background:url(img/info-back-b.jpg) no-repeat;
	}
	
/* entry
==========================================================*/
div.entry-body{
	padding:10px 30px 10px 10px;
	font-size:12px;
	}

*html  div.entry-body{
	padding:10px 10px 10px 10px;
	font-size:12px;
	}
	
div.entry-body p{
	padding:5px;
	}
	
div.entry-more{
	padding-top:10px;
	text-align:right;
	font-size:12px;
	}
	
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;
	margin:3px;
	border:1px solid #ccc;
	}

.img-pad {
   padding-bottom:5px;
	}

.text-right{
    text-align:right;
	}

.img-point{
    cursor:pointer;
	}

/* table
==========================================================*/
table.tbl-nomal {
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	margin:10px;
	}
	
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;
	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
==========================================================*/
span#text-deco01 a{
     color:#0033FF;
	 }

table#banner-table {
    text-align:center;
	margin-bottom:10px;
	}   

p.top-p {
    margin-bottom:30px;
	}
/* category
==========================================================*/

dl.qa {
	}
	
dl.qa dt{
	background:url(img/t-q.jpg) top left no-repeat;
	padding:5px 0 10px 25px;
	font-weight:bold;
	color:#539042;
	}
	
dl.qa dd{
	background:url(img/t-a.jpg) top left no-repeat;
	margin-left:20px;
	padding:5px 0 20px 25px;
	}
	
div.accToggler {
	background:#fff url(img/pic/navibar.jpg) no-repeat left center;
	height:33px;
	text-align:left;
	line-height:33px;
	padding-left:20px;
	}
	
div.accContent {
	border-left:1px solid #339900;
	border-right:1px solid #339900;
	border-bottom:1px solid #339900;
	margin-bottom:10px;
	}