@charset "UTF-8";

/* ========BASIC======== */
* {
   font-family:Verdana, Helvetica, sans-serif;
   color:#333;
}

body {
	margin:0;
	padding:0;
	letter-spacing:1px;
	background-attachment: fixed;
	background-color: #fff;
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	background-position: 50% 50%;
}

br {
   letter-spacing:normal;
}

a {
   color:#333;
   text-decoration:none;
}

a:hover {
   color:#008000;
   text-decoration:none;
}

img {
   border:0;
}

h1,h2,h3,h4,h5,h6 {
   margin:0;
}

/* ========TEMPLATE LAYOUT======== */
div#top {
   width:780px;
   margin:0 auto;
   border-top:5px solid #008F7C;
   border-bottom:5px solid #008F7C;
}

div#header {
	width:780px;
	background-image: url(images/header.jpg);
	height: 120px;
	background-repeat: no-repeat;
}

div#menu {
	width:780px;
	margin-bottom: 10px;
	background-color: #000000;

}

div#contents {
   clear:both;
   width:780px;
   margin-top:10px;
}

div#main {
	float:left;
	width:400px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 10px;
}

div#main2 {
	float:left;
	width:580px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 10px;
}
div#sub1
 {
	float:left;
	width:180px;
}

div#sub2 {
	float:right;
	width:180px;
	margin-left: 10px;
}

/* 回り込み解除 */
div#contents:after {
   content:"";
   display:block;
   height:0;
   clear:both;
   visibility:hidden;
}

/* ========HEADER CUSTOMIZE======== */
h1 {
	margin:0;
	font-size:0.9em;
	color:#000;
	padding: 5px;
}

h1 a {
   color:#000;
}

/* ========MENU CUSTOMIZE======== */
div#menu ul {
	margin:0;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}

div#menu li {
	float:left;
	font-size:0.75em;
	color:#333;
	list-style-type:none;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
	margin-left: 10px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 5px;
}

div#menu li a{
   margin-right:1px;
   padding:5px 10px;
   color:#999999;
}

div#menu li a:hover{
   color:#fff;
}

/* 回り込み解除 */
div#menu ul:after{
   content:"";
   display:block;
   height:0;
   clear:both;
   visibility:hidden;
}


/* ========MAIN CONTENTS CUSTOMIZE======== */
div#main a {
   color:#008000;
}

div#main a:hover {
   border:0;
   color:#008000;
   border-bottom:1px solid #008000;
}

div#main h2 {
	margin-bottom:5px;
	font-size:0.94em;
	font-weight:bold;
	line-height:1.4;
	background:url(images/bg_h2.gif);
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #CCFF00;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	color: #666666;
}

div#main h3 {
	margin-bottom:5px;
	font-size:0.88em;

   border-left:
; 	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #66CC00;
	color: #666;
}

div#main h4 {
   margin-bottom:2px;
   font-size:0.75em;
   line-height:1.4;
}
div#main h5 {
   margin-bottom:2px;
   font-size:0.75em;
   line-height:1.4;
}
div#main h6 {
   margin-bottom:2px;
   font-size:0.75em;
   line-height:1.4;
}

div#main p{
	margin:0 0 1em 0;
	font-size:1em;
	line-height:1.4;
}

div#main li{

}

div#main2 a {
   color:#008000;
}

div#main2 a:hover {
   border:0;
   color:#008000;
   border-bottom:1px solid #008000;
}

div#main2 h2 {
	margin-bottom:5px;
	font-size:0.94em;
	font-weight:bold;
	line-height:1.4;
	background:url(images/bg_h2.gif);
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #CCFF00;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	color: #666666;
}

div#main2 h3 {
	margin-bottom:5px;
	font-size:0.88em;

   border-left:
; 	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #66CC00;
	color: #666;
}

div#main2 h4 {
   margin-bottom:2px;
   font-size:0.75em;
   line-height:1.4;
}
div#main2 h5 {
   margin-bottom:2px;
   font-size:0.75em;
   line-height:1.4;
}
div#main2 h6 {
   margin-bottom:2px;
   font-size:0.75em;
   line-height:1.4;
}

div#main2 p{
	margin:0 0 1em 0;
	font-size:1em;
	line-height:1.4;
}

div#main2 li{

}

div#sub1 h2 {
	padding:3px;
	font-size:0.88em;
	font-weight:bold;
	color:#fff;
	height: 16px;
	background-color: #DEDDD0;
	background-image: url(images/bg_sub_h2.gif);
	background-repeat: repeat-y;
	background-position: 0 0;
}

div#sub1 ul {
   margin:0;
   padding:5px 0 1em 1em;
}

div#sub1 li {
	margin:0;
	padding-left:18px;
	font-size:0.75em;
	line-height:1.8;
	list-style:none;
	background-image: url(images/bg_list.gif);
	background-repeat: no-repeat;
	background-position: 0 4px;
}

div#sub2 h2 {
   padding:3px;
   font-size:0.88em;
   font-weight:bold;
   color:#fff;
   background:#DEDDD0 url(images/bg_sub_h2.gif) 0 0 repeat-x;
}

div#sub2 ul {
   margin:0;
   padding:5px 0 1em 1em;
}

div#sub2 li {
	margin:0;
	padding-left:18px;
	font-size:0.75em;
	line-height:1.8;
	list-style:none;
	background-image: url(images/bg_list.gif);
	background-repeat: no-repeat;
	background-position: 0 4px;
}
/* ========FOOTER CUSTOMIZE======== */

div#footer{
width:780px;
clear:both;
background:#fff;
border-top:1px solid #666;
margin:0 auto;
}

div#footerMenu{
padding:10px 0;
}

div#footerMenu a{
color:#333;
}

div#footerMenu a:hover{
border:0;
color:#333;
border-bottom:1px solid #333;
}

div#footerMenu ul{
margin:0;
padding:0;
list-style:none;
}

div#footerMenu li{
	display:inline;
	padding-left:12px;
	font-size: 0.8em;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
}

address{
color:#333;
text-align:center;
font-size:0.8em;
padding:20px 0;
background:#f1f1f1;
border-top:2px solid #ddd;
}
