@charset "UTF-8" ;

body{
		color: #0066cc;
		font-size: 13px;
		line-height: 1.5;
		background-image: url(../images/haikei06.jpg);
		background-repeat: repeat;
}
h2{
		font-size: 185%;
		border-left: 15px solid #669900;
		padding-left: 10px;
		background-image: url(../images/haikei03.gif);
		background-repeat: repeat;
}
address{
		font-size: 85%;
		font-style: normal;
		text-align: right;
		border-top: 5px solid #669900;
		padding-top: 10px;
		clear: left;
}
h3{
		padding: 5px;
		border: 1px solid #669900;
		font-size: 154%;
}
h4{
		font-size: 124%;
}
table{
		border: 1px solid #666666;
		border-collapse: collapse;
		background-image: url(../images/haikei04.gif);
		background-repeat: repeat;
}
th{
		border: 1px solid #999999;
		padding: 10px;
		background-color: #cccccc;
}
td{
		border: 1px solid #999999;
		padding: 10px;
		background-color: #eeeeee;
}
#wrap{
		width: 950px;
		margin-left: auto;
		margin-right: auto;
		border: 1px solid #88aa00;
}
.itemphoto{
		float: left;
		margin-right: 20px;
		margin-bottom: 50px;
}
ul{
		background-color: #88aa00;
		padding: 10px 20px;
		text-align: center;
}
li{
		background-color: transparent;
		list-style-type: none;
		display: block;
		margin: 10px;
}
li a:link{
		color: #006699;
}
li a:visited{
		color: #666666;
}
li a:hover{
		color: #669900;
		text-decoration: none;
}
a img{
		border: none;
}
/*ここから追加*/
.menu{
		float: left;
		width: 165px;
}
.main{
		width: 770px;
		margin-left: 160px;
		margin-top: 10px;
}
.header{
		background-color: #0099cc;
		height: px;
	
}
.footer{
		padding-top: 20px;
}
.clear{
		clear: left;
}