@charset "UTF-8";

/* ========BASIC======== */
* {
   font-family:Verdana, Helvetica, sans-serif;
   color:#333;
}

body {
   margin:0;
   padding:0;
   letter-spacing:1px;
   background-image: url(../images/jigs_009.gif) ;
}

br {
   letter-spacing:normal;
}

a {
   color:#333;
   text-decoration:none;
}

a:hover {
   color:#DF8713;
   text-decoration:none;
}

img {
   border:0;
}

h1,h2,h3,h4,h5,h6 {
   margin:0;
}

/* ========TEMPLATE LAYOUT======== */
div#top {
   width:578px;
   margin:0 auto;
   border-left:1px solid #ccc;
   border-right:1px solid #ccc;
   background:#fff;
}

div#header {
   width:574px;
   margin:0 2px;
   background:#00cc66;
}

div#menu {
   width:574px;
   margin:0 2px;
   background:#ffbb00;

}

div#contents {
   clear:both;
   width:574px;
   margin:0 2px;
   padding:10px 0;
}

div#main {
   float:left;
   width:354px;
   padding:0 5px;
}

div#sub {
   float:right;
   width:180px;
   padding-right:5px;
}

div#footer {
   clear:both;
   width:574px;
   margin:0 2px;
}

/* 回り込み解除 */
div#contents:after {
   content:"";
   display:block;
   height:0;
   clear:both;
   visibility:hidden;
}

/* ========HEADER CUSTOMIZE======== */
div#header h1 {
   margin:0;
   padding:0 10px;
   font-size:2em;
   color:#fff;
   line-height:80px;
}

div#header h1 a {
   color:#fff;
}

/* ========MENU CUSTOMIZE======== */
div#menu ul {
   margin:0;
   padding:0;
}

div#menu li {
   float:left;
   font-size:0.75em;
   color:#c9e4f5;
   list-style-type:none;
   padding:5px 0;
}

div#menu li a{
   margin-right:1px;
   padding:5px 10px;
   color:#006600;
   background:#99cc99;
}

div#menu li a:hover{
   color:#fff;
   background:#DF8713;
}

/* 回り込み解除 */
div#menu ul:after{
   content:"";
   display:block;
   height:0;
   clear:both;
   visibility:hidden;
}


/* ========MAIN CONTENTS CUSTOMIZE======== */
div#main a {
   color:#DF8713;
}

div#main a:hover {
   border:0;
   color:#DF8713;
   border-bottom:1px solid #DF8713;
}

div#main h2 {
   margin-bottom:3px;
   padding:2px 2px 2px 5px;
   font-size:0.94em;
   font-weight:bold;
   line-height:1.4;
   border-left:5px solid #4E3333;
   background:url(../images/bg_h2.gif);
}

div#main h3 {
   margin-bottom:2px;
   padding-left:25px;
   font-size:0.88em;
   line-height:1.4;
   background:url(../images/bg_h3.gif) 0 50% no-repeat;
}

div#main p{
   margin:0 0 1em 0;
   font-size:0.75em;
   line-height:1.4;

}

/* ========SUB CONTENTS CUSTOMIZE======== */
div#sub .section {
   margin-bottom:10px;
   padding:10px;
   background:#cccc99;
}

div#sub h2 {
   padding-bottom:5px;
   text-align:center;
   font-size:1em;
   font-weight:bold;
   color:#fff;
   border-bottom:1px solid #93847B;
}

div#sub ul {
   margin:0;
   padding:5px 0 0 10px;
}

div#sub li {
   margin:0;
   padding-left:12px;
   font-size:0.75em;
   line-height:1.4;
   background:#cccc99 url(../images/bg_list.gif) 0 50% 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(../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;
}