/*ページ全体*/
body {
 		color: #ff0099;
 		font-family: cursive;
     	margin:0;
 		padding:0;
		background-image:url(images/fire2_3000.gif);
}

#back1{
 margin:0;
 padding:0;
 width:100%;
 height:100%;
 background-image:url(images/back.jpg);
 background-repeat:no-repeat;
 background-attachment:fixed;
 background-position:right bottom;
}
h1 {
		font-size: 180%;
		font-style: bold;
}

li{
		list-style: none;
		padding: 5px;
}

address {
		font-style:normal;
		text-align:right;
		font-size: 80%;
		color: #FFFFFF;
		background-color: #cc0066;
		padding: 0 5px 0 0;
}

a img{
		border: none;
}
/*リンクの配色*/

/*表示部分全体*/

/*ナビゲーション部分*/


.header{
		width: 543px;
		height: 113px;
		padding-top: 10px;
		margin-top: 20px;
		margin-bottom: 50px;
		margin-left: auto;
		margin-right: auto;
}

.navi{
		font-size: 300%;
		width: 600px;
		margin-left: auto;
		margin-right: auto;
		padding: 20px;
		font-style: bold;
		background-color: #000000;
		background-image : url(images/moon-00.jpg);
		background-attachment: fixed;
		background-position: 75% 0%;
		background-repeat: no-repeat;
}

.main{
		width: 950px;
		margin-left: auto;
		margin-right: auto;
		border: none;
		padding: 20px;
		
}

/*フッターの配置*/
.footer{
		margin-top: 10px;
		text-align: right;

}
li a:link{
		color: #0000cc;
		text-decoration:none;
}
li a:visited{
		color: #339900;
		text-decoration:none;
}
li a:hover{
		color: #00ff00;
		text-decoration:underline;
}
li a:active{
		color: #ff0000;
		text-decoration: none;
}

.re{
		font-style: nomal;
		font-size: 60%;
		color: #000000;
}



