@charset "UTF-8";

body{
		color: #535353;
		font-size: 13x;
		line-height: 1.5;
		background-color: url（../images/haikei01.gif）;
		background-repeat: repeat		
}
h2{
		font-size: 185%;
		border-left : 15px solid #668800 ;
		padding-left : 10px;
}		
address{
	font-size 85% ;
	font-style : normal ;
	text-align : right ;
	border-top : 1px solid #000000 ;
	padding-top:  10px;
	clear:  left;
}				
h3{
	padding:5px
	boder: 1px solid #668800;
	font-size: 154%;
	clear:  left;
}
h4{
	font-size: 124%;
}
table{
	border: 1px solid #666666;
	border-collapse: collapse;
	background-color: #cccccc;
}	
th{
	border:1px solid #999999;
	padding-left : 10px;
	background-color: #cccccc;
}	
td{
	border: 1px solid #999999;
	padding: 10px;
	background-color: eeeeeee;
}		
#wrap{
	width:950px;
	margin-left: aut;
	margin-right: aut;
	border: 1px solid #88aa00;
}
.itemphoto{
	float: left;
	margin-right: 20px;
	margin-bottom: 50px;
}
ul{
	background-color: #ffffff;
	padding: 10px 20px;
	text-align: center;
}
li{
	list-style-type: none;
	display: block;
	margin: 10px;
}
li a:link{
	color: #ffffff;
}
li a:visited{
	color: #eeee00;
}
li a:hover{
	color: #000000;
	text-decoration: none;
}
li a:active{
	color: #ff0000;
	text-decoration: none;
}	
a img{
	border: none;
}
/*ここから追加*/
.menu{
	float: left;
	width: 175px;
}
.main{
	width: 770px;
	margin-left: 180px;
}
.header{
	background-color: #88aa00;
	height: 63px;
}	
.footer{
	padding-top: 20px;
}
.clear{
	clear: left;
}
				
								
			
