﻿body { 
margin: 0px; 
background-color: #ffffff; 

}
#map {background-image: url('img/japan05.jpg'); background-repeat:no-repeat; background-position : center ; margin-right:auto;
 margin-left:auto;}

/*ここがページ全体の枠の部分です*/

#header { align:center; }


#shadow {
 width:900px;
 background-image:url("img/shadow.jpg");
 background-repeat:repeat-y;
 margin-right:auto;
 margin-left:auto;
 }

#sotowaku {
 width: 880px;
 margin-right:auto;
 margin-left:auto;
 border-bottom:1px solid #eeeeee;
 }



/*ここまでがページ全体の枠の部分です*/

#left {
 width:180px;
 float:left;
 margin-left:2px;
 }
 

/*↓↓ここがメニュー部分です↓↓*/

.menu {
 width:170px;
 margin-bottom:10px;
 }
 
.menu a {
 text-decoration: none;
 display: block;
 padding:5px;
 width:160px;
 color:#C6A76C;
 font-size:13px;
 border-bottom:1px dotted #cccccc;
 }
 
.menu a:hover {
 color:#996666;
 background-color:#F6F6F6
 }
 

/*↑↑ここがメニュー部分です↑↑*/

#right {
 width:550px;
 float:right
 }

.floatright{
 float:right; 
}
 

h1 { color: blue; font-size: 1.2em; style:normal; align:"center"; }


h2 { color: black; clear:both;  weight:normal;}


p {  font-family: cursive ;
color: brack; 
line-height: 1.3em;  

} /*,sans-serif*/

.menu-table{
 margin-bottom:30px;left:10px
 }
 
.menu-table td{
 line-height:120%;
 padding:0px 10px;
 font-size:80%;
 }

#footer{
 clear:both;
 text-align:center;
 font-size:13px;
 color: #999999;
 margin-top:20px;
 margin-right:10px ;
 margin-left:10px;
 border-top:1px dotted #ccc;
 }
  

a:link { color: silver; }

a:visited { color: silver; }


a:hover { 
color: greenyellow; 
background-color: #666666; 

} 


address{
font-style:normal;
text-align:center;

}

