﻿@charset "UTF-8";

/* ========BASIC======== */
* {
   font-family:Verdana, Helvetica, sans-serif;
   color:#333;
}

body {
   margin:0;
   padding:0;
   letter-spacing:1px;
   background:#fff;
}

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:1024px;
   margin:0 auto;
   background:#fff;
/*
   border-top:10px solid #008F7C;
   border-bottom:10px solid #008F7C;
*/
}

div#header {
   width:1024px;
   background:#fff;
}

div#menu {
   width:1024px;
/*
   border-top:10px solid #008F7C;
*/
   background:#1e90ff;
}

div#contents {
   clear:both;
   width:1024px;
   margin-top:10px;
}

div#main {
   float:left;
   margin:0 10px;
   width:730px;
}

div#sub1 {
   float:left;
   width:154px;
}

div#sub2 {
   float:left;
   width:120px;
}

div#footer {
   position:relative;
   clear:both;
   width:1024px;
}

/* 回り込み解除 */
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:#000;
   line-height:80px;
}

div#header h1 a {
   color:#000;
}

/* ========MENU CUSTOMIZE======== */
div#menu ul {
   margin:0;
   padding:0;
}

div#menu li {
   float:left;
   font-size:0.75em;
   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:2px 2px 2px 5px;
   font-size:0.94em;
   font-weight:bold;
   line-height:1.4;
   border-left:5px solid #000;
/*
   background:url(images/bg_h2.gif);
*/
}

div#main h3 {
   margin-bottom:5px;
   font-size:0.88em;
   border-bottom:3px double #000;
   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 1em 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:#ff;
}

/* ========SUB1 CONTENTS CUSTOMIZE======== */
div#sub1 .section {
   background:#fffffe;
}

div#sub1 h2 {
   padding:3px;
   font-size:0.88em;
   font-weight:bold;
   color:#fff;

   background:#dddddd url(images/bg_sub_h2.jpg) 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.75em;
   line-height:1.8;

   background:#fffffe url(images/bg_list.gif) 0 4px no-repeat;

   list-style:none;
}

/* ========SUB2 CONTENTS CUSTOMIZE======== */
div#sub2 .section {
   background:#fffffe;
}

div#sub2 h2 {
   padding:3px;
   font-size:0.88em;
   font-weight:bold;
   color:#fff;
   background:#fffffe url(images/bg_sub_h2.jpg) 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;
   background:#fffffe url(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(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;
}



div table {
	width: 730px;
	margin: 10px 0px 0;
	border: solid 1px #333333;
	border-collapse: collapse;

   font-size:0.75em;

}



div table th {
	padding: 5px;
	border: solid 1px #333333;
	text-align: center;
	background-color: #ffff66;


}


div table td {
	padding: 5px;
	border: solid 1px #333333;
	text-align: left;
}

.l1 {
	width: 120px;
	text-align: center;
} 
.l2 {
	width: 180px;
	text-align: center;
}

.r1 {
	width: 180px;
	text-align: left;
} 
.r2 {
	width: 70px;
	text-align: right;
}  
.r3 {
	width: 60px;
	text-align: right;
} 
.r4 {
	width: 70px;
	text-align: right;
}


.ht1 {
	width: 210px;
	text-align: center;
} 
.ht2 {
	width: 240px;
	text-align: center;
}

.ht3 {
	width: 200px;
	text-align: center;
} 

.ht4 {
	width: 80px;
	text-align: center;
} 
.hana1 {
	width: 210px;
	text-align: left;
} 
.hana2 {
	width: 240px;
	text-align: left;
}

.hana3 {
	width: 200px;
	text-align: left;
} 

.hana4 {
	width: 80px;
	text-align: right;
} 