@charset "UTF-8";

/* ========BASIC======== */
* {
    font-family:"Hiragino Kaku Gothic Pro",HiraKakuPro-W3,"ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",sans-serif;
   color:#333;
}

body {
   letter-spacing:1px;
   line-height:1.8;
}

h1,h2,h3,h4,h5,h6 {
   margin:0;
   padding:0;
   font-weight:normal;
   font-size:88%;
}

p {
   margin:0 0 1em 0;
   padding:0;
   font-size:75%;
}

br {
   letter-spacing:normal;
}

img {
   border:0;
}

a {
   color:#00007f;
   text-decoration:none;
}

a:hover {
   color:#92C45B;
   border-bottom:1px solid #92C45B;
}

dl,ol,ul {
   margin:0 0 1em 0;
   padding:0;
   font-size:88%;
}

li {
   margin:0 0 0 40px;
   padding:0;
}

td 
{
	font-size:67%;
	padding: 1px 6px;
}


/* ========TEMPLATE WIREFRAME======== */
div#wrapper {
   width:700px;
   margin:20px auto;
   padding:0 20px;
}

div#header {
   width:700px;
   position:relative;
}

div#menu {
   width:100%;
   float:left;
   margin-bottom:20px;
   background:url(images/bg_menu.gif) 0 100% repeat-x;
}

div#contents {
   clear:both;
}

div#totop {
   clear:both;
}

div#footer {
   width:700px;
   clear:both;
   padding:10px 0;
}

/* ========HEADER CUSTOMIZE======== */
div#header h1 {
   padding:20px 0;
   font-family:"Times New Roman";
   font-weight:bold;
   font-style:italic;
   font-size:160%;
}

div#header h2
{
   color:#C02060;
   text-align:center;
   font-style:italic;
   font-size:110%;
}

div#header p {
   margin:0;
   padding:0 0 5px 0;
   border-bottom:1px solid #CECFCE;
}


/* ========MENU CUSTOMIZE======== */
div#menu ul {
   list-style:none;
   margin:0;
   padding:0;
   font-size:75%;
}
div#menu li {
   float:left;
   color:#333;
   margin:0;
   padding:0;
}
div#menu li a {
   display:block;
   padding:8px 20px;
   color:#5A5132;
   border-left:1px solid #D8D8D8;
   text-decoration:none;
}

div#menu li a:hover {
   background-color:#F2F2F2;
}

div#menu .on {
   color:#333;
   background-color:#F2F2F2;
}

/* ========CONTENTS CUSTOMIZE======== */
div#contents h2 {
   font-weight:bold;
   font-size:100%;
   border-left:5px solid #333;
   margin:5px 0;
   padding:2px 0 2px 10px;
   line-height:1.0;
}

div#contents h3 {
   color:#7f0000;
   text-align:center;
   font-weight:bold;
   font-size:94%;
}

div#contents h4 {
   font-size:75%;
   color:#7f0000;
}

div#contents h5 
{
   background-color:#ffffff;
   line-height:1.2;
   font-weight:bold;
   font-size:small;
}

div#contents h6 {
   color:#00007F;
   line-height:1.6;
}

div#contents a.title {
   color:#68903C;
}

div#contents dl {
   margin:0;
   padding:0;
}

div#contents dt {
   text-decoration:underline;
}

div#contents dd {
   margin:0 0 1em 1em;
}

div#contents td.top 
{
	background-color:#FFDDFF;
	text-align:center;
}

div#contents td.center 
{
	background-color:#FFFFDD;
	text-align:center;
}

div#contents td.left 
{
	background-color:#FFEEDD;
	text-align:left;
}

div#contents td 
{
	background-color:#FFFFDD;
	text-align:left;
}

/* ========TOTOP CUSTOMIZE========= */
div#totop {
   padding:10px 0;
   text-align:right;
   font-size:82%;
}

div#totop a{
   padding:0 0 0 12px;
   background:url(images/bg_totop.gif) 0 60% no-repeat;
}


/* ========FOOTER CUSTOMIZE======== */
div#footer{
   text-align:center;
   font-size:63%;
   padding:20px 0;
   border-top:1px solid #CECFCE;
}
