/* ıĞı² */
body {
	float: center;
	margin: 0px;
	font-size: 12px;
	text-align: center;
	background-color: #000;
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	background-image: url(../img/bg.gif);
	background-repeat: repeat-y;
	background-position: center;
}
a:link {
	color: #999;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999;
}
a:hover {
	text-decoration: none;
	color: #96c5ff;
}
a:active {
	text-decoration: none;
	color: #999;
}
img{
	border: none;
}

/* DIV */
#main{MARGIN-RIGHT: auto;MARGIN-LEFT: auto; 
	width: 960px;
	text-align: left;
	background-color: #000;
}
#banner{width: 960px; height: 291px;}
#text{
	width: 960px;
	height: 220px;
	background-color: #1D1D1D;
	background-image: url(../img/index_bg_text.gif);
	background-repeat: repeat-x;
}
.area{height: 200px;
	width: 210px;
	text-align: right;
	margin: 0px;
	float: left;
	border-right: #121212 solid 1px;
	padding:5px 20px 3px 0px;
}
* html .area{padding:10px 20px 0px 0px; height: 220px; }
*+html .area{padding:10px 20px 3px 0px; height: 160px; }
.tc{
	width: 210px;
	color: #fff;
	height: 49px;
	font-weight: bold;
}
.state{width: 210px; height:161px;}
#bottom{
	width: 960px;
	margin: 0px 0px 0px 0px;
	height: 49px;
	line-height: 40px;
	text-align: center;
	background-color: #1D1D1D;
	background-image: url(../img/index_bg_bottom.gif);
	background-repeat: repeat-x;
}
/* CLASS */
hr{ height: 1px;
	line-height: 1px;
	color: #000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}



