/*----------------------------common----------------------------*/

body{


 background-color: #000000;
  background-image: url("../images/bg.gif"); 
  background-repeat: no-repeat;            
  background-position: 50% 50%;            
  background-attachment:fixed;             
}
	margin:0;
	padding:0;
	font-size:12px;
	color:#ffffff;
	text-decoration:none;


	text-decoration:none;
background-position : center;


a{
	color:#ffff00;
	text-decoration:none;
}

a:hover{
	color:#f00;

			top:1px;
	left:1px;
	position:relative;
}


a:visited { color:#ffff00; }


a img{
	border:0;
}

td{
	font-size:12px;
	color:#ffffff;
	text-decoration:none;
}


#head{
	width:800px;
	height:165px;
	
}

#head .tab {
		margin-top: 40px;
		width: 430px;
	height: 80px;
	float: right;
	
}

#head ul {
	width: 480px;
	padding: 0px;
	list-style: none;
	margin: 0px;
	float: right;
	margin-right: 0px;
}
#head li {
	float: left;
	margin: 0px;
	padding-right: 10px;
	text-align: right;
}


/*----------------------------font----------------------------*/

.b{
	font-weight:bold;
}

.red_b{
	color:#f00;
	font-weight:bold;
}

.red{
	color:#f00;
	font-weight:normal;
}

.midashi{
	font-size:20px;
	color:#ffffff;
	text-decoration:none;
	line-height:1.4em;

}
.white{
	color:#FFFFFF;
	font-weight:bold;
}


.black{
	color:#000000;
	text-decoration:none;
}

.small {  
font-size: 10px;  color: #898989 ;line-height:1.4em;}

