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

#main_graphic {
  margin: auto; 
  width: 950px;
  height: 295px;
  
	background:  url(../images/main_graphic.jpg) 0 0 no-repeat;
}



#seo_text {
	margin: 15px auto;
	width: 910px;
	color: #666;
	height: 150px;
/*	overflow: scroll;  */
	background:transparent;	
}

.clear {
	clear: both;
}

#seo_text p {
	color: #999;
	padding: 0;
	margin: 1.0em;
}

#seo_text a {
	color: #cc0000;
	text-decoration: underline;
}

#seo_text a:hover {
	color: #fff;
	text-decoration: underline;
}

#footertext {
	height:150px;
}
