@charset "UTF-8";/*formatting style--------------------------*/* {	font-style: normal;	margin: 0px;	padding: 0px;}body {	color: #333333;	background-color: #000000;	font-family: Arial, Helvetica, sans-serif;	font-size: 75%;	line-height: 150%;}/*kink styles--------------------------*/a img {	border-style: none;}a:link {	color: #FFFFFF;}a:visited {	color: #FFFFFF;}a:hover {	color: #E41B5B;	text-decoration: underline overline;}a:active {	color: #FF3300;	text-decoration: underline overline;}/* basic layout-----------------------------*/#wrapper {	width: 900px;	margin-right: auto;	margin-left: auto;}#top_main_area {	background-image: url(img/top_back14.jpg);	background-repeat: no-repeat;	height: 600px;}#sidebar_area {	width: 250px;	float: left;	height: 600px;}#contents_area {	float: right;	width: 650px;}#footer {	clear: both;	float: none;	font-size: 100%;	color: #FFFFFF;}#menu_butt {	height: 40px;	margin: 0 auto;}#footer ul li {	text-align: center;	display: block;	float: left;	height: 2em;	width: 9em;	list-style: none;	position: relative;}#copyrights {	float: right;	width: 270px;	margin: 5px 0 0;	}
