@charset "UTF-8";

body{
		color: #535353;
	
		font-size: 13px;
		line-height: 1.5;
		background-color: #ffffcc;
		background-image: url(images/umi2.jpg);
		background-repeat: repeat;
}
h2{
		font-size: 200%;
		border-left: 15px solid #ff99cc;
		padding-left: 10px;
		background-color: #ffcc00;
		background-image: url(images/);
		background-repeat: repeat;
}
address{
		font-size: 85%;
		font-style: normal;
		text-align: right;
		border-top: 1px solid #000000;
		padding-top: 10px;
		clear: left;
}
h3{
		padding: 5px;
		border: 1px solid #ff99cc;
		font-size: 170%;
		text-align: center;

}
h4{
		font-size: 124%;
		padding: 0;
		margin: 0;
}
table{
		border: 1px solid #666666;
		border-collapse: collapse;
}
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;
}
.itemphoto{
		float: left;
		margin-right: 20px;
		margin-bottom: 50px;
}
ol{
		padding: 10px 8px;
}
li{
		list-style-type: none;
		display: block;
		margin: 22px;
		
}
li a:link{
		color: #ffffff;
}
li a:visited{
		color: #eeee00;
}
li a:hover{
		color: #000000;
		text-decoration: none;
}
a img{
		border:none;
}
/*ここから追加*/
.menu{
		float: left;
		width: 175px;
		background-image: url(images/);
		background-repeat: repeat;
		margin-top: px;
		text-align: center;
		font-size: 220%;
		color: #ffffff;
		
}
.main{
		width: 770px;
		margin-top: 33px;
		margin-left: 180px;
		font-size: 130%;
		
}
.item{
		margin-bottom: 20px;
		margin-left: px;
		margin-right: 8px;
		float: left;
}	
.header{
		background-image: url(images/rogo.jpg);
		background-repeat: repeat;

		height: 65px;
}
.footer{
		padding-top: 20px;
}
.clear{
		clear: left;
}
p{
		padding: 0;
		margin: 0;
		margin-left: ;
		font-size: ;
}