@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:#5c3e1c;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:url(img/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 {
	padding:0 10px;
	font-size:12px;
	color:#fff;
	}
	
h1 a{
	color:#fff;
	}

h2 {	padding:15px 0 3px 8px;
	font-size:13px;
	font-weight:bold;
	clear:both;
	color:#5c3e1c;
        background:url(http://www.swampash.com/img/h3.jpg) no-repeat left top;
        _width:555px;
        width:540px;
        height:58px;

	}

h3 {
	font-size:14px;
	font-weight:bold;
	color:#d0b597;
	margin-bottom:8px;
	}


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

/* ボックスの最後にclearをセット
==========================================================*/
.clearfix:after,
div#wrapper:after,
div#content:after,
div#sidebar :after,
div#footer :after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.clearfix,
div#wrapper,
div#content,
div#sidebar,
div#footer { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix,
* html div#wrapper,
* html div#content,
* html div#sidebar,
* html div#footer  { height: 1% }
.clearfix,
div#container,
div#wrapper,
div#content,
div#sidebar,
div#footer  {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.swampash.com/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:843px;
	background:url(img/back-main.png) repeat-y;
	behavior: expression(IEPNGFIX.fix(this));
	text-align:center;
	margin: 0 auto;
	}
* html #container { behavior: expression(IEPNGFIX.fix(this)); } 
div#wrapper{
	padding:0px 32px;
	text-align:justify;
	text-justify:inter-ideograph;
	margin:0 auto;
	}
	
div#content {
	width:580px;
	position:relative;
	}
	
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 {
	width:100%;
	height:150px;
	background:url(img/header.png) no-repeat;
	behavior: expression(IEPNGFIX.fix(this));
	margin-bottom:30px;
	}
* html #header { behavior: expression(IEPNGFIX.fix(this)); } 
div#header p {
	padding:100px 0 0 50px;
	color:#765b3d;
	text-align:left;
	}

div#logo {
	text-align:left;
	padding:20px 20px 30px 20px;
	font-size:36px;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	color:#fff;
	}
	
div#logo a{
	color:#fff;
	}
			
	
/* footer
==========================================================*/
div#footer {
	width:100%;
	clear:both;
	text-align:center;
	background:url(img/footer.png) no-repeat;
	behavior: expression(IEPNGFIX.fix(this));
	height:53px;
        font-size:70%
	}
* html #footer { behavior: expression(IEPNGFIX.fix(this)); } 
div#footer p{
	color:#765b3d;
	text-align:right;
	padding-right:40px;
	position:relative;
	}	
	
div#footer ul{
	text-align:right;
	padding-top:10px;
	padding-right:40px;
	position:relative;
	}
	
div#footer ul li{
	display:inline;
	color:#765b3d;
	}
	
div#footer ul li a {
	color:#765b3d;
	}

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

div.side-form {
	padding-bottom:20px;
	}
	
div.side-title {
	width:100%;
	height:44px;
	line-height:44px;
	background:#fff url(img/side-title.jpg) repeat left top;
	font-size:20px;
	font-family:"Times New Roman", Times, serif;
	color:#FFFFFF;
	text-indent:10px;
	}
		
div.side-body {
	padding:5px;
	}
	
div.side-body p{
	line-height:160%;
	}
	
div.side-form ul {
	padding-top:10px;
	}
	
div.side-form li{
	background:url(img/side-list.jpg) no-repeat left;
	height:32px;
	list-style:none;
	line-height:32px;
	padding-left:40px;
	color:#826e53;
	font-weight:bold;
       font-size:80%;
	}
	
div.side-form li a {
	color:#826e53;
	}
	
div.side-form ul li ul{
	padding:0;
	}
	
div.side-form ul li ul li{
	padding-left:10px;
	list-style:none;
	line-height:160%;
	}

	
/* entry
==========================================================*/
div.entry-body{
	padding:10px 10px 20px 10px;
	}
	
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;
	}

.mgb-10 {
	margin-bottom:10px;
	}
.mgb-10_b {
	margin-bottom:10px;
	}
	
.mgb-20 {
	margin-bottom:20px;
	}
	
/* 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;
	margin-bottom: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;
	width:200px;
	}
	
textarea.input-txtarea {
	border:1px solid #ccc;
	width:400px;
	}

.tbl-form th,
.tbl-form td {
	padding:5px;
	}

.tbl-form th {
	color:#5c3e1c;
	text-align:left;
	}

input.reset {
	margin-right:20px;
	width:70px;
	}
	
input.submit {
	width:70px;
	}

/* 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.flower-info p {
	padding-left:270px;
	}

/* category
==========================================================*/

/* img
==========================================================*/
.photo_b
{
      background:url(http://www.swampash.com/img/frame_b.jpg) no-repeat center top;
      width:170px;
      height:197px;
      padding:11px 0 0 27px;
      _padding:11px 0 0 28px;
}
.photo_s
{
      background:url(http://www.swampash.com/img/frame_s.jpg) no-repeat center top;
      width:133px;
      height:120px;
      padding:10px 0 0 25px;
      _padding:11px 0 0 28px;
}
.q
{
      background:url(http://www.swampash.com/img/q.gif) no-repeat left top;
      font-weight:bold;
      padding:0 0 0 25px;
     margin-bottom:5px;
	color:#826E53;
}
.a
{
      background:url(http://www.swampash.com/img/a.gif) no-repeat left top;
      padding:0 0 0 25px;
      margin-bottom:15px;
      border-bottom:#E3CFB6 1px dotted;
}
.border
{
      border-bottom:#E3CFB6 1px dotted;
      margin-bottom:10px;
}