@charset "UTF-8";

*{
	margin:0;
	padding:0;
	border:none;
	line-height:normal;
	font-style:normal;
}

h1, h2, h3, h4, h5, h6  {  
	font-size: 100%;
	font-weight:normal;
}
body {  
	font-size: 75%;
}  
html>/**/body {  
	font-size: 12px;  
}

a{
	color: #666666;
	text-decoration:none;
}
a:hover{
	
	text-decoration:underline;
}

/*-------class-------*/
.out{
	text-indent:-9999px;
	font-size:1px;
}
.clear{
	clear:both;
}
.left{
	float:left;
}
.right{
	float:right;
}
/*------------head------------*/
#top{
	border-bottom:#999999 solid 1px;
}
#page{
	width:800px;
	margin:auto;
	color:#333333;
}
#head{
	width:780px;
	height:auto;
	text-align:left;
	padding:5px 10px 5px 10px;
	margin:auto;
}
#head img{
	float:left;
}
/*------------flash------------*/
#flash {
	height: 600px;
	width: 800px;
}
/*------------bottom------------*/
#bottom{
	border-top:#999999 solid 1px;
	padding-top:5px;
}
#foot{
	width:780px;
	margin:auto;
	padding-bottom:5px;
	font-size:0.8em;
	border-bottom:#FFFFFF solid 1px;
}
#foot ul{
	padding-top:5px;
}
#foot li{
	padding: 0 5px ;
	border-right:#FFFFFF solid 1px;
	display: inline;
	list-style-type: none;
}
#foot .borderNone{
	border:none;
}
#foot #copy address a{
	color:#333333;
}
#foot #copy{
	width:300px;
	float:right;
	text-align:right;
}

