@charset "UTF-8";
/*wapple:css*/
*{
		margin: 0;
		padding: 0;
}

/*ページ全体*/
#wrap{
		width:950px;
		margin-left: auto;
		margin-right: auto;

}

/*表示部分全体*/
body{
		color:#000000;
		font-size: 13px;
		line-height: 1.5;
		font-family: sans-serif;
		background-image: url(images/sakana3.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;
		border: 1px solid #668800;
		font-size: 154%;
}

h4{
		font-size: 124%;
}
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;
}

.itemphoto{
		float: left;
		margin-right: 20px;
		margin-bottom: 50px;
}

ul{
		padding: 10px 20px;
		text-align: center;
}

li{
		list-style-type: none;
		display: block;
		margin: 10px;
}

/*リンクの配色*/

li a:link{
		color: #000000;
}
li a:visited{
		color: #FF0099;
}
li a:hover{
		color: #330099;
		text-decoration: none;
}

li a:active{
		color:#999999;
}
a img{
		border: none;
}

/*ここから追加*/
.header{
		background-color: #7167ed;
		height: 63px;
}
.menu{
		float:left;
		width: 175px;
}

/*メイン部分*/

.main{
		margin-left: 180px;
		width: 770px;
}
.clear{
		clear:left;
}

.position{
		text-align: right;
}
