@charset "UTF-8" ;

body{
		color : #ff3399 ;
		font-size : 20px ;
		line-height : 1.5 ;
		background-image : url(../images/haikei01.gif);
		background-repeat : repeat;
}
h2{
		font-size : 185% ;
		border-left : 25px solid #668800 ;
		padding-left : 15px ;
}
address{
		font-size : 150% ;
		font-style : normal ;
		text-align : right ;
		border-top : 1px solid #333399 ;
		padding-top : 10px ;
		font-family : fantasy ;
		clear : left ;
}
h3{
		padding : 5px ;
		border : 1px solid #660000 ;
		font-size : 154% ;
		font-family : sana-serif ;
}
h4{
		font-size : 124% ;
}
table{
		border : 1px solid #003300 ;
		border-collapse : collapse ;
}
th{
		border : 1px solid #ff66cc ;
		padding : 10px ;
		background-color : #ff9900 ;
}
td{
		border : 1px solid #009933 ;
		padding : 10px ;
		background-color : #ffff99 ;
}
#wrap{
		width : 950px ;
		margin-left : auto;
		margin-right : auto;
}
.itemphoto{
		float : left ;
		margin-left : 20px ;
		margin-bottom : 50px ;
}
ul{
		background-color : #ccffcc ;
		padding : 10px 20px ;
		text-align : center ;
}
li{
		list-style-type : none ;
		display : brock ;
		margin : 10px ;
}
li a:link{
		color : #cc66ff ;
}
li a:visited{
		color : #cc3333 ;
}
li a:hover{
		color : #006699 ;
		text-decoration : none ;
}
a img{
		border : none ;
}
/*ここから追加*/
.menu{
		float : left;
		width : 175px;
		background-color: #cc66ff;
}
.main{
		margin-left : 180px;
		width : 770px;
}
.header{
		background-color : #9933cc;
		height : 63px;
}
.clear{
		clear : left;
}																																								