@charset "utf-8";
/* CSS Document */

*{	
	color:#fff;
	padding:0;
	margin:0;
	border:none;
}

body {
	 font:12px/1.231 Verdana,Arial,Helvetica,"Hiragino Maru Gothic Pro","新細明體",sans-serif; *font-size:small; *font:x-small; 
}

#bg{
	background-color: #000;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;	
}
#wrapper{
	width:900px;
	/*border:1px solid #333;*/
	margin:0 auto;	
	
	
}
#contents {
	padding:500px 0 0 0;
	text-align:center;
}
#title{
	height:250px;
	width:900px;
}

h1{
	font-size:14px;	
	height:40px;
	
}

table  tr td{
	height:20px;
	/*border:1px solid #333;*/	
	border-bottom:1px dotted #333;
	/*border-color:#333;*/
		
}

#copyright {
	/*clear:both;
	height:50px;*/
	padding-top:20px;
	height:30px;
	text-align:center;
	
	color:#666;
	font-size:75%;

	
}