@charset"UTF-8";

body{
		color: #33ccff;
		font-size: 13px;
		line-height: 1.5;
		background-color: #33ccff;
}
h1{
	   font-size: 300%;
		font-style: normal;
		text-align: center;
		padding-top: 20px;
	
}
address{
		font-size: 85%;
		font-style: normal;
		text-align: right;
		padding-top: 10px;
		clear: left;
}


li{
  		color:# ff3399;
  		list-style-type: none;
  		display: block;
  		margin: 10px;
  	    font-weight: bold;
}

a img{
		border: none ;
}
li a:link{
		color: #ff6699 ;
}
li a:visited{
		color: #33ccff;
}
li a:hover{
		color:#ffff99 ;
}
/*ここから追加*/
#wrap{
		width: 880px;
		height:600px;
		margin-left: auto;
		margin-right: auto;
		background-image: url(images/buta_4.gif);
	
}
.navi{
		font-size: 150%;
		float: left;
		width: 180px;
		padding: 20px;
		font-weight:20px;
}
.main{
		width: 770px;
		margin-left: 220px;
	    padding-top: 50px;
}
.header{
		background-image: url(images/tai2.gif);
		height: 105px;
		
}
.footer{
		clear: left;
		text-align: left;
		padding-right: 10px;
	background-color: ;
		color: #ffffff;
}

.clear{
		clear: left;
}
.address{
		font-size: 85%;
		font-style: normal;
		text-align: right;
		border-top: 1px solid #000000;
		padding-top: 10px;
		clear: left;
}