@charset "UTF-8";
/*ページ全体*/

body {
	background-color: ;
	background-image: url(images/umi.jpg);
	background-repeat: no-repeat;

}
h1{
	font-size: 90px;
	font-style: italic;
	font-family: fantasy;
	text-align: center;

}

/*リンクの配色*/
a:link{
	color:#000000;
}
a:visited{
	color:#000000;
}
a:hover{
	color:#000000;
	text-decoration:none;
}

/*表示部分全体*/
#wrap {
	width: 1024px;
	height: 840px;
	margin-left: auto;
	margin-right: auto;

}

/*ナビゲーション部分*/
.navi{
	font-size: 230%;
	padding-left: 0px;
	padding: 0px;
}

/*メイン部分*/
.main{
	padding-left: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}


.header{
	color: #996600;
	font-style: italic;
	font-weight: 150%;
	text-align: center;
	font-size: 200%;
	padding-top: 20px;
}
address{
		font-size: 85%;
		font-style: normal;
		text-align: right;
		border-top: 1px solid #000000;
		padding-top: 10px;
}
.footer{
}
			#list{
				margin:0 auto;
				height:600px;
				width:600px;
				overflow:hidden;
				position:relative;
			}
			#list ul,
			#list li{
				list-style:none;
				margin:0px;
				padding:px;
			}
			#list a{
				position:absolute;
				text-decoration: none;
				color:#ffcccc;
			}
			#list a:hover{
				color:#ccc;
}





