﻿@charset "UTF-8";

/* ========BASIC======== */
* {
   font-family:"Hiragino Kaku Gothic Pro",HiraKakuPro-W3,verdana,sans-serif;
   color:#330000;
}

BODY {
   right-margin:30;
   padding:0;
   letter-spacing:1px;
  list-style-position : outside;
  margin-left : 30px;
  margin-right : 20px;
  background-color : #c9fdb7;
}

br {
   letter-spacing:normal;
}

a {
   color:#333;
   text-decoration:none;
}

A:HOVER {
   color : red;
}

img {
   border:0;
   vertical-align:bottom;
}

H1,H2,H3,H4,H5,H6 {
   margin:0;
  text-align : left;
}


/* ========TEMPLATE LAYOUT======== */
DIV#top {
   width : 800px;
   margin:0 auto;
   background-repeat : repeat-y;
}

DIV#wrapper {
   width : 800px;
   background-repeat : repeat-y;
}

div#header {
   position:relative;
   padding:0 5px;
}

DIV#pr {
   position:absolute;
   width : 270px;
   left : 520px;
   top : 33px;
  font-size : 17px;
  font-family : "ＭＳ Ｐゴシック";
  font-weight : bold;
  text-decoration : blink;
}

DIV#menuWrapper {
   float:left;
   

  height : 50px;
}

DIV#menu {
   float:left;
   padding:0 5px;
   background-repeat : no-repeat;
}

div#contents {
   clear:both;
   margin:0 5px;
   padding:20px 20px 0 20px;
}

div#main {
   float:left;
   width:495px;
}

div#sub {
   float:right;
   width:220px;
}

div#totop {
   clear:both;
}

div#footer {
   clear:both;
   margin:0 10px;
   background:#0082C6 url(images/bg_footer_left.gif) 0 0 no-repeat;
}


/* ========HEADER CUSTOMIZE======== */
div#header h1 {
   margin:0;
   padding:10px;
   color:#fff;
   line-height:70px;
}

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

div#header h1 a:hover {
   color:#666;
}

div#header #pr p {
   margin:0;
   font-size:0.75em;
}


/* ========MENU CUSTOMIZE======== */
DIV#menu UL {
   margin:0;
   padding:0;
  text-align : left;
}

DIV#menu LI {
   float:left;
   font-size:0.75em;
   color:#330000;
   text-align : left;
   list-style-type:none;

}

DIV#menu LI A{
   display:block;
   width:155px;
   line-height:50px;
   color : black;
   background-color : #25cb2e;
  height : 50px;
  text-align : center;
}

DIV#menu LI A:HOVER{
   color:fff;
   background-color : #f8f5a9;
  color : black;
}
DIV#menu LI INPUT{
   display:block;
   width:155px;
   line-height:50px;
   color:#fff;
   background:#0082C6;
  height : 50px;
  font-family : serif;
  cursor : pointer;
}


/* ========MAIN CONTENTS CUSTOMIZE======== */
div#main a {
   color:#0172AB;
}

div#main a:hover {
   color:#0172AB;
   border:0;
   border-bottom:1px solid #0172AB;
}

div#main h2 {
   padding:5px 0 5px 0;
   color:#333;
   font-size:0.94em;
   font-weight:bold;
   border-top:3px solid #929292;
}

div#main h3 {
   margin-bottom:3px;
   font-size:0.88em;
}

div#main h4 {
   margin-bottom:2px;
   font-size:0.75em;
}

div#main h5 {
   margin-bottom:2px;
   font-size:0.75em;
}

div#main h6 {
   margin-bottom:2px;
   font-size:0.75em;
}

DIV#main P{
   margin : 0px 0px 1em;margin-left : 7px;
   font-size:0.75em;
}

div#main div.section {
   margin-bottom:30px;
}

div#main ul,ol,dl{
   font-size:0.75em;
}

div#main dt{
   margin-bottom:3px;
}

div#main dd{
   padding:0;
   margin:0 0 0.5em 1em;
   padding:3px;
   background:#f1f1f1;
}

/* INFOMATION CUSTOMIZE */
div#main dl.infomation {
   margin:0;
}
div#main dl.infomation dt {
   float:left;
}

div#main dl.infomation dd {
   margin:0 0 5px 0;
   padding: 0px 0px 5px 9em;
}


/* ========SUBCONTENTS CUSTOMIZE======== */
DIV#sub DIV.section {
   margin-bottom : 5px;
  list-style-type : disc;
  list-style-position : outside;
}

div#sub h2 {
   padding:3px;
   font-size:0.88em;
   font-weight:bold;
   border-bottom:3px solid #929292;
}

DIV#sub UL {
   margin:5px 0 0 5px;
   padding:0;
  text-align : left;
}

DIV#sub LI {
   padding:5px 0 5px 0;
   font-size:0.75em;
   line-height:1.4;
   list-style : list-style-type : disc;
  left : 10px;
  margin-left : 10px;
}

div#sub li a {
   display:block;
   padding-left:12px;
}


/* ========TOTOP CUSTOMIZE======== */
div#totop{
   position:relative;
   height:2em;
}

div#totop p{
   position:absolute;
   top:10px;
   right:7px;
   margin:0;
   font-size:0.63em;
}

div#totop p a {
   padding-left:8px;
}


/* ========FOOTMENU CUSTOMIZE======== */
div#footMenu ul {
   margin:0 0 10px 0;
   padding:10px 0 0 0;
   text-align:right;
}

div#footMenu li {
   display:inline;
   margin:0 0 0 10px;
   font-size:0.75em;
   list-style:none;
}

div#footMenu li a {
   padding-left:10px;
}


/* ========FOOTER CUSTOMIZE======== */
ADDRESS {
   padding:10px 0;
   font-size:0.63em;
   color : black;
   text-align:center;
  background-color : #25cb2e;
}
INPUT.hover{
  color : red;
  font-family : serif;
}
SUB{
  text-align : left;
  margin-left : 3px;
}
P{
  text-align : left;
}
