@charset "utf-8";
/* --------------------------------------------------
	Since : 2008/07/12
	Last Modified: 2008/07/12
	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;
	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:#00a0c6;text-decoration:underline;}
a:hover {color:#FF6600;text-decoration:underline; }

table { font-size:12px; }
	
body {
	margin:0;
	padding:0;
	text-align:center;
	font:12px  "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height:160%;
	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:#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:30px;
	font-size:12px;
	}

h2 {
	width:100%;
	background:url(image/h2_middle.jpg) repeat-x left center;
	height:46px;
	color:#024718;
	font-weight:bold;
	font-size:14px;
	clear:none;
	}
	
h2 div#h2-main {
	background:url(image/h2_left.jpg) no-repeat left;
	height:46px;
	}
	
h2 div#h2-sub {
	background:url(image/h2_right.jpg) no-repeat right;
	height:46px;
	line-height:46px;
	padding-left:40px;
	}

h3 {
	width:100%;
	background:url(image/h3_middle.jpg) repeat-x left center;
	height:42px;
	color:#024718;
	font-weight:bold;
	font-size:14px;
	clear:none;
	}
	
h3 div#h3-main {
	background:url(image/h3_left.jpg) no-repeat left;
	height:42px;
	}
	
h3 div#h3-sub {
	background:url(image/h3_right.jpg) no-repeat right;
	height:42px;
	line-height:42px;
	padding-left:40px;
	}
	
h4 {
	padding-bottom:4px;
	border-bottom:1px solid #ccc;
	font-size:14px;
	font-weight:bold;
	margin-bottom:10px;
	clear:none;
	}	
	
h5 {
	margin-left:6px;
	padding:5px 0 5px 8px;
	border-bottom:1px solid #ccc;
	font-size:14px;
	font-weight:bold;
	clear:none;
	}


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

/* ボックスの最後にclearをセット
==========================================================*/
.clearfix:after,
div#container:after,
div#wrapper:after,
div#content:after,
div#sidebar :after,
div.main :after,
div.main2 :after {
   content: ".";
   display: block;
   height: 0;
   visibility: hidden;
}
.clearfix,
div#container,
div#wrapper,
div#content,
div#sidebar,
div.main,
div.main2 { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix,
* html div#container,
* html div#wrapper,
* html div#content,
* html div#sidebar,
* html div.main,
* html div.main2  { height: 1% }
.clearfix,
div#container,
div#wrapper,
div#content,
div#sidebar,
div.main,
div.main2  {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用 (iepngfix.jsを使用) パターン2
==========================================================*/
* html .iepngfix { behavior: expression(IEPNGFIX.fix(this)); }

.alphafilter{}

a .alphafilter{
	cursor:pointer;
	}


/* 3: Layout Setting
----------------------------------------------------------------------------------------------*/

/* main-layout
==========================================================*/
div#container {
	background-color:#FFFFFF;
	text-align:center;
	margin: 0 auto;
	}

div#wrapper{
	margin:10px 30px;
	text-align:left;
	background:url(image/side-back.jpg) right repeat-y;
	}
	
div#content {
	margin-right:200px;
	}
	

/* header 
==========================================================*/
div#header {
	height:136px;
	position:relative;
	text-align:left;
	background:url(image/header.jpg) repeat-x top left;
	}
	
#logo {
	position:absolute;
	top:34px;
	left:30px;
	}			
	
#logo-txt {
	position:absolute;
	top:63px;
	left:220px;
	}
	
#sub-logo {
	position:absolute;
	top:50px;
	right:30px;
	}
	
	
/* menu 
==========================================================*/
div#menu {
	background:url(image/menu-back.jpg) repeat-x;
	height:47px;
	padding:0 30px;
	text-align:left;
	}
	
div#menu table {
	margin-top:3px;
	text-align:left;
	}
	
div#menu table td{
	background:url(image/menu.jpg) no-repeat;
	height:43px;
	width:137px;
	font-weight:bold;
	vertical-align:middle;
	line-height:110%;
	}
	
div#menu table td a{
	padding:0 10px 0 34px;
	display:block;
	color:#333333;
	text-decoration:none;
	}
	
div#menu table td a:hover{
	color:#f60;
	}

	
/* footer
==========================================================*/
div#footer {
	background:url(image/footer.jpg) repeat-x left top;
	height:125px;
	text-align:center;
	clear:both;
	}
	
div#footer p{
	padding-top:10px;
	}	
	
div#footer ul{
	padding-top:27px;
	text-align:center;
	}
	
div#footer ul li{
	display:inline;
	margin:0 4px;
	}

div#footer a {
	color:#316400;
	}



/* navi
==========================================================*/
div#navi {
	padding:0 0 5px 0;
	}
	
	
/* sidebar
==========================================================*/
div#sidebar                { width:190px;text-align:center;}
body#layout-left #sidebar  { float:left; }	
body#layout-right #sidebar { float:right; }

div.side-form {
	width:177px;
	margin:0 auto;
	padding-bottom:20px;
	}
	
div.side-title {
	background:url(image/side-title.jpg) no-repeat;
	height:40px;
	line-height:40px;
	padding-left:35px;
	font-weight:bold;
	color:#000;
	text-align:left;
	}
	
div.side-title a{
	color:#000000;
	text-decoration:none;
	}
		
div.side-body {
	text-align:center;
	padding:10px;
	}
	
div.side-body img {
	margin-bottom:20px;
	border:1px solid #ccc;
	}
	
div.side-form li{
	list-style:none;
	line-height:160%;
	text-align:left;
	padding-left:20px;
	margin-left:15px;
	height:23px;
	line-height:23px;
	background:url(image/list.jpg) no-repeat left center;
	}

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

	
/* table
==========================================================*/
table.tbl-normal {
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	}
	
table.tbl-normal th{
	width:20%;
	padding:5px;
	text-align:left;
	line-height:120%;
	letter-spacing:1px;
	border:1px solid #ccc;
	font-weight:normal;
	background:#f4f4f4;
	text-align:right;
	white-space:normal;
	}
	
	
table.tbl-normal td{
	padding:5px;
	text-align:left;
	line-height:120%;
	letter-spacing:1px;
	border:1px solid #ccc;
	background:#fff;
	}
	
table.tbl-entry {
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	width:100%;
	}	
	
table.tbl-entry td{
	padding:5px 10px;
	text-align:left;
	line-height:120%;
	letter-spacing:1px;
	vertical-align:top;
	}
	
td.td-border{
	padding-left:10px;
	border-left:1px solid #ccc;
	white-space:nowrap;
	}


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



/* 4: Contents
----------------------------------------------------------------------------------------------*/
/* top
==========================================================*/
div.main {
	background:#f2f2d6 url(image/main-back.jpg) right repeat-y;
	padding:10px;
	}
	
div.main-foot {
	background:url(image/main-foot.jpg) repeat-x  top;
	height:30px;
	overflow:hidden;
	text-align:right;
	}

div.cat-desc {
	padding-right:3px;
	border-right:1px solid #cfcfcf;
	}
	
div.cat-inner {
	background:url(image/cat-disc.jpg) repeat-x top;
	padding:10px;
	}
	
div.main2 {
	margin-bottom:5px;
	background:#f2f3ed  url(image/main-back3.jpg) right repeat-y top;
	padding-right:3px;
	border-bottom:1px solid #ccc;
	}
	
div.main2-inner {
	background:url(image/main-back2.jpg) top repeat-x;
	padding:8px 10px;
	}

/* item */
div.item1,
div.item2,
div.item3,
div.item4 {
	width:50%;
	float:left;
	text-align:center;
	margin-bottom:10px;
	}
	
body.category div.item1,
body.category div.item2,
body.category div.item3,
body.category div.item4 {
	width:100%;
	float:left;
	text-align:center;
	margin-bottom:10px;
	}
	
div.item1 dl,
div.item2 dl,
div.item3 dl,
div.item4 dl{
	margin:5px;
	border:1px solid #ccc;
	border-left:none;
	text-align:left;
	}
	
div.item1 dl{background:#fff url(image/box-left.jpg) repeat-y left top;	}
div.item2 dl{background:#fff url(image/box2-left.jpg) repeat-y left top;	}
div.item3 dl{background:#fff url(image/box3-left.jpg) repeat-y left top;	}
div.item4 dl{background:#fff url(image/box-left.jpg) repeat-y left top;	}
	
div.item1 dl dd,
div.item2 dl dd,
div.item3 dl dd,
div.item4 dl dd{
	padding:8px 16px;
	}
	
div.item1 h5{ color:#026b32;}
div.item2 h5{ color:#d73c06;}
div.item3 h5{ color:#016d9b;}
div.item4 h5{ color:#026b32;}


/* category
==========================================================*/
div.txt-area{
	padding:10px;
	}
	
div.txt-area p{
	margin-bottom:10px;
	}

textarea.textarea-ent {
	width:100%;
	margin-bottom:5px;
	}
	
div.area-view {
	margin-top:5px;
	padding:1px;
	border:1px solid #ccc;
	height: 5.2em; 
	}
	
ul.ul-normal {
	margin:10px;
	margin-left:40px;
	}
	
ul.ul-normal li{
	list-style:outside disc;
	margin-bottom:5px;
	}
