body
    {
     margin:0px;
     padding:0px;
     text-align:center;
     background-color: #ece9d8;
    }

#main
{
     margin-left:auto;
     margin-right:auto;
     width:870px;
     background: url(images/bg.png)repeat-y;
    }
A{ 
text-decoration:none;color:#0000cd;
}
A:hover{
 text-decoration:underline; color:#0000cd;
  }
a img {border-style:none;}
  
#hed
    {
     margin-left:auto;
     margin-right:auto;
     width:850px;
     background-color: #ffffff;
    }
#top
    {
     font-size: 12px;
     text-align:right;
     color: #999999;
     margin-right: 20px;  
     margin-top:10px; 
     padding-top: 20px; 
    }
#logo {
     margin-left: 30px;
     margin-top: 20px;
     margin-bottom: 20px;      
     float: left;
}

#logo2 {
     float: right;
     margin-top: 20px; 
     margin-right: 20px; 
}

#mainprofi
{
     margin-left:auto;
     margin-right:auto;
	 margin-bottom:30px;
	 margin-top:30px;
     width:760px;
    }

#midasi{
	font-size: 17px;
	color: #006400;
	margin-bottom: 10px; 
	}

#honbun{
	font-size: 14px;
	text-align :left;
	line-height: 15pt;
	margin-top:5px;
}

#gapi{
	font-size: 14px;
	text-align :right;
	margin-top:20px;
	margin-bottom:5px;
	}

#subtitle{
	font-size: 14px;
	color: #006400;
	text-align:left;
	font-weight: bold;
	}

#topscr{
	padding-top:20px;
	padding-right:10px;
	font-size: 14px;
	color: #808080;
	text-align:right;
}

table{
	font-size: 13px;
	border-collapse: collapse;
	margin-left:auto;
    margin-right:auto;
	line-height: 15pt;
	width:760px;
	height:250px;
}

td {
	border: solid 1px;
	text-align:left;
	padding-left: 10px;
}

tr {
	border: solid 1px;
	text-align:left;
}

#thed{
	text-align:center;
	padding-left: 0px;
	background-color: #90ee90;
	font-weight: bold;
	font-size: 14px;
	}

#thed2{
	text-align:center;
	padding-left: 0px;
	width:25px;
	}

#thed3{
	text-align:center;
	padding-left: 0px;
	width:25px;
	background-color: #90ee90;
	font-weight: bold;
	font-size: 14px;
	}

#huta
{
	 width:850px;
	 height:120px;
	 background-color: #d3d3d3;
	 font-size: 11px;
	 line-height:18px;
	 text-align: left;
	 border-color: #808080;
	 border-top-style: solid ;
	 border-top-width: 1px;
	 }
#copylight
{
	 width:850px;
	 text-align: center;
	 margin-top: 15px;
	 border-top-style: solid ;
	 border-top-width: 1px;
	 padding-top: 5px; 
	 color: #808080;
	 }	 
	 


/* --- ナビゲーションバー --- */
div.nav {
clear: both;
width: 100%;
background: #4e83b3 url(images/hor_menu6_off.gif) repeat-x top;
border-top: 2px #84aed2 solid;
border-bottom: 2px #2c5170 solid;
font-size: 12px;
}

/* --- メニューエリア --- */
div.nav ul.nl {
width: 600px;
margin: 0 auto;
padding: 0;
background: #4e83b3 url(images/hor_menu6_off.gif) repeat-x top;
border-left: 1px #2c5170 solid;
border-right: 1px #84aed2 solid;
list-style-type: none;
text-align: center;
}

/* --- メニュー項目 --- */
div.nav ul.nl li {
width: 20%;
float: left;
}

/* --- リンク --- */
div.nav ul.nl li a {
display: block;
position: relative;
padding: 7px 2px 4px;
border-left: 1px #84aed2 solid;
border-right: 1px #2c5170 solid;
text-decoration: none;
color: #ffffff;
line-height: 100%;
}
/* 英字部分 */
div.nav ul.nl li a span.en {
display: block;
margin-top: 2px;
font-size: 11px;
font-weight: normal;
color: #eee8aa;
}
/* --- ポイント時の設定 --- */
div.nav ul.nl li a:hover {
background: #5e91bd url(images/hor_menu6_on.gif) repeat-x top;
}
div.nav ul.nl li a:hover span.en {
color: #fde337;
}


div.nav ul.nl li.ma a {
background: #5e91bd url(images/hor_menu6_on.gif) repeat-x top;
}



/* --- clearfix --- */
.clearFix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearFix {
min-height: 1px;
}