@charset "utf-8";

body {
		background-color: #000000;
		}
		

address{
		font-size: smaller;
		font-style: normal;
		color: #ffffff;
		padding: 20px;
		float: right;
		}

p{
	color: #fff;
	text-align: left;
	margin-left:40px
	}
	
a {
	text-decoration: none;
	color: #fff;	
	}
	
img{
		margin-bottom: 15px;
		}
	
a:hover {
	color: #FF0099;
	}
	
a:visited{
		color: #555555;
		}
		
#hanabi{
		text-align:center;
		}	

#footer{
		clear: both;
		}
		
#select {
	background-color: #990000;
	font-size: 16px;
	text-align: center;
	padding: 10px;
	color: #fff;
	}

#selecttop{
	background-color: #000000;
	font-size: 16px;
	text-align: center;
	margin: 0;
	color: #fff;
	}
	
#komati{
		float: right;
		padding: 30px;
		}

th{
		height: 100px;
		width: 20%;
		padding: 10px;
		text-align: center;
		background-color: #000f;
		}
td{
		height: 180px;
		padding: 10px;
		text-align: left;
		}				

table{
		background-color: #000;
		margin-bottom: 20px;
		width: 100%;
		}

#contents{
		margin-right: 50px;
		margin-left: 50px;
		color: #ffffff;
		font-size: 20px;
		}