@charset "utf-8";
/* CSS Document */
*{margin:0px;
  padding:0px;
 }
 
html {overflow-y:scroll;}

 
body{margin: 0px auto;
width:760px;
background-image:url(../img/bocolor.gif);}


#contents{ background-color:#fff;
}

#header{
  width:760px;
}

#main{width:760px;
float:left;
background-image:url(../img/main.gif);
padding-bottom:10px;
}

#main p{margin:10px 5px 5px 10px;
font-size:14px;
line-height:20px;}

.menu-a{background-image:url(../img/menu.gif);
margin-bottom:10px;
float:left;
clear:both;
}

.ma-left{float:left;
width:250px;
margin-left:5px;
margin-top:10px;
margin-bottom:10px;}

.ma-center{float:left;
width:250px;
margin-top:10px;
margin-bottom:10px;
}

.ma-right{float:left;
width:250px;
margin-right:5px;
margin-top:10px;
margin-bottom:10px;}
  
  
.menu-b{background-image:url(../img/menu.gif);
margin-top:10px;
margin-bottom:10px;
float:left;
clear:both;
}

.clear{clear:both;}
   
#footer{padding-top:10px;
background-color:#FFD8B0;
clear:both;
}

address{
	font-size: 85%;
	text-align: center;
	font-style:normal;
}

.fot{
	font-size: 85%;
	text-align: center;
	font-style:normal;
	margin-top:5px;
}

a:link,a:visited {
	color: #00006f;/* リンクの色を指定します*/
	text-decoration: none;
}

a:hover {
color:red;
}

a:active {
	text-decoration: none;
}
