@charset "UTF-8";
/* CSS Document */

body{
	background:#000;

	background-repeat:no-repeat;
	background-position:-90px 10px;
		color:#ddd;
	font-family:Arial, Helvetica, sans-serif;
	font-size:78%;
		line-height:22px;
	
}
p{
	text-align:justify;
	
	}
	
	a{
		text-decoration:none;
		color:#FFF;
		font-weight:bold;
	}
	
	
.clear{
	clear:both;
}

#container{
	width:790px;
	margin:0 auto;

}


#header{
	width:800px;
	height:446px;
}
#header2{
	width:790px;
	height:30px;
}



#content{
	width:790px;
	height:auto;
	padding-top:15px;
	padding-bottom:10px;
}


.rett-left{
	width:395px;
	height:132px;
	float:left;
}

.tit-left{
	width:395px;
	height:42px;
	float:left;
	background-color:#000;
}

.rett-right{
	width:395px;
	height:132px;
	float:right;
}

.tit-right{
	width:395px;
	height:42px;
	float:right;
		background-color:#000;
}


#footer{
	width:100%;
	height:40px;
	padding-top:20px;	
	text-align:center;
	font-size:10px;
}

