@charset "UTF-8";

/* ========BASIC======== */
* {
   font-family:Verdana, Helvetica, sans-serif;
   color:#000000;
}

body {
   margin:0;
   padding:0;
   letter-spacing:1px;
   background:url(top_images/back.gif);
}
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:800px;
   margin:0 auto;
   background:#fff;
   border-top:5px solid #336633;
   border-bottom:5px solid #336633;
}

div#header {
   width:800px;
   background:#fff;
}

div#menu {
   width:800px;
   background:#000;

}

div#contents {
   clear:both;
   width:800px;
   margin-top:10px;
}

div#main {
   float:left;
   margin:0 10px;
   width:420px;
}

div#sub1 {
   float:left;
   width:190px;
}

div#sub2 {
   float:left;
   width:170px;
}
div#footer {
   position:relative;
   clear:both;
   width:800px;
   margin:0 2px;
}

/* 回り込み解除 */
div#contents:after {
   content:"";
   display:block;
   height:0;
   clear:both;
   visibility:hidden;
}

/* ========HEADER CUSTOMIZE======== */
#header{
    width:800px;
    height:150px;
  background-image : url(sasie.jpg);
  background-attachment: fixed;
  background-position:0% 0%;
  background-repeat: no-repeat;}
}
/* ========MENU CUSTOMIZE======== */



div#menu ul {
   margin:0;
   padding:0;
}

div#menu li {
   float:left;
   font-size:0.85em;
   color:#333;
   list-style-type:none;
   padding:5px 0;
}

div#menu li a{
   margin-right:1px;
   padding:5px 10px;
   color:#fff;
}

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;
   padding:5px 5px 2px 5px;
   font-size:0.98em;
   font-weight:bold;
   line-height:1.3;
   border-left:5px solid #5C4033
;
   background:url(top_images/bg_h2.gif);
}

div#main h3 {
   margin-bottom:5px;
   font-size:0.88em;
   border-bottom:1px  dashed #5C4033;
   border-left:
}

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 1.5em 0;
   font-size:0.75em;
   line-height:1.4;
}

div#main ul,ol,dl{
   font-size:0.75em;
}

div#main li{

}

div#main dt{

}

div#main dd{
   padding:0;
   margin:0 0 1em 1em;
   padding:3px;
   background:#f1f1f1;
}
div#main tex {
	line-height:200%;
	color:#000066;
	padding:6px 1.5em 15px 20px;
}	
/* ========SUB1 CONTENTS CUSTOMIZE======== */
div#sub1 .section {
   background:#DEDDD0;
}

div#sub1 h2 {
   padding:3px;
   font-size:0.9em;
   text-align:center;
   font-weight:bold;
   color:#fff;
   background:#DEDDD0 url(top_images/bg_sub_h2.gif) 0 0 repeat-x;
}

div#sub1 ul {
   margin:0;
   padding:5px 0 1em 1em;
}

div#sub1 li {
   margin:0;
   padding-left:18px;
   font-size:0.78em;
   line-height:1.8;
   background:#DEDDD0 url(top_images/bg_list.gif) 0 4px no-repeat;
   list-style:none;
}

/* ========SUB2 CONTENTS CUSTOMIZE======== */
div#sub2 .section {
   background:#DEDDD0;
}

div#sub2 h2 {
   padding:3px;
   font-size:0.85em;
   font-weight:bold;
   color:#fff;
   center;
   background:#DEDDD0 url(top_images/bg_sub_h2.gif) 0 0 repeat-x;
}
div#sub2 h3 {
   padding:3px;
   font-size:0.8em;
   font-weight:bold;
   color:#000;
   center;
   
}

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;
   background:#DEDDD0 url(top_images/bg_list.gif) 0 4px no-repeat;
   list-style:none;
}

/* ========FOOTER CUSTOMIZE======== */
div#totop{
   position:relative;
   height:30px;
}

div#totop p{
   position:absolute;
   top:0;
   right:7px;
   margin:0;
   padding-left:8px;
   font-size:0.63em;
   background:#fff url(top_images/bg_totop.gif) 0 50% no-repeat;
}

address{
   padding:20px 0;
   text-align:center;
   font-size:0.63em;
   color:#333;
   border-top:1px solid #ccc;
}