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;
     width:760px;
	 height:820px;
	 border-style: solid ;
	 border-width: 1px;
	 border-color: #808080;
    }

dl{
margin-top:0px;
}

dt{
float: left;
font-size: 15px;
font-weight: bold;
line-height:21px;
width:170px;
text-align:left;
margin-left:20px;
padding-left: 5px;
}

dd{
text-align:left;
font-size: 15px;
line-height:21px;
width:690px;
}

#border{
	border-bottom-style: solid ;
	border-width: 1px;
	border-color: #006400;
	padding-bottom: 10px; 
	padding-top: 10px;
}
#borderb{
	border-bottom-style: solid ;
	border-width: 1px;
	border-color: #006400;
	padding-bottom: 10px; 
}
#toppading{
	padding-top: 10px;
}

#name{
width:130px;
float: left;
}

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

#mappng{
text-align:left;
margin-left:43px;
margin-bottom:10px;
}

#mapbox{
	margin-left:auto;
    margin-right:auto;
	margin-bottom:30px;
    width:760px;
	height:300px;
}

#mapboxa{
float: left;
width:450px;
text-align:left;
}

#mapboxb{
	float: right;
	font-size: 13px;
	color: #696969;
	text-align:Left;
	line-height:19px;
	width:290px;
}

#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;
}