body{
	background-image:url(../images/back.gif);
	width:850px;
	margin:0 auto;
}

h1{
	color:#cc0033;
	font-family:"HGS行書体",serif;
	font-size:50px;
	font-weight:bold;
	background-image:url(../images/hana.gif);
	text-align:center;
	width:850px;
	border:7px #993300 inset;
	margin-top: 3px;
	margin-bottom: 3px;
}

ul{
	font-size:35px;
	font-family:"HGS行書体",serif;
	border:double #3300ff 3px;
	text-align: center;
	padding:5px;
	width:170px;
	margin:3px;
	margin-bottom: 15px;
	list-style-type:none;
}

p{
	color:#993333;
}

a{
	text-decoration:none;
}


a:hover{
	color:#ff0000;
}

#side{
	float:left;
	width:200px;
}

#main{
	float:right;
	width:644px;
	border: 2px navy solid;
}

address{
	color:#9900ff;
	clear:right;
	padding:10px;
	text-align:right;
	background-color:#ff4466;
}
