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

body {
	background-image: url('img/bg02.jpg');
	background-repeat: repeat;
	background-color: #a2a2a2;
	font-family: verdana;
	color: #2b2b2b;
	font-size: 12px;
}

#container {
	width: 840px;
	height: 490px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -420px;
	margin-top: -245px;
}

#left {
	background-image: url('img/index_01.png');
	background-repeat: no-repeat;
	behavior: url('/img/iepngfix.htc');
	width: 225px;
	height: 490px;
	float: left;
}

#right {
	background-image: url('img/index_02.png');
	background-repeat: no-repeat;
	behavior: url('/img/iepngfix.htc');
	width: 615px;
	height: 490px;
	float: left;
}

#nav {
	width: 190px;
	height: 405px;
	position: relative;
	float: right;
	top: 85px;
}

#nav02 {
	width: 190px;
	height: 150px;
	position: relative;
	float: right;
	top: -95px;
}

#content {
	width: 565px;
	height: 390px;
	position: relative;
	left: 10px;
	top: 45px;
	overflow: auto;
}

#content_bg {
	width: 565px;
	height: 390px;
	background-image: url('img/banner.png');
	background-repeat: no-repeat;
	behavior: url('/img/iepngfix.htc');
	position: relative;
	left: 10px;
	top: 45px;
	overflow: auto;
}

#contentleft {
	width: 283px;
	height: 390px;
	float: left;
	vertical-align: top;
}
		
#contentright {
	width: 282px;
	height: 390px;
	float: left;
	vertical-align: top;
}

#breadcrumb {
	width: 565px;
	height: 17px;
	position: relative;
	left: 10px;
	top: 45px;
}

#breadcrumb2 {
	background-color: #d3d3d3;
	width: 565px;
	height: 17px;
	position: relative;
	left: 10px;
	top: 45px;
}

.text01 {
font-family: verdana;
color: #FFFFFF;
font-size: 16px;
font-weight: bold;
}

.text02 {
font-family: verdana;
color: #FF7200;
font-size: 14px;
font-weight: bold;
}

.text03 {
font-family: verdana;
color: #0064cb;
font-size: 12px;
font-weight: bold;
}

.style1 {
	color: #FF0000;
	font-weight: bold;
}

img {
	behavior: url('/img/iepngfix.htc');
}

a:link { 
color: #FF5A00; text-decoration: none; 
}
a:visited { 
color: #FF5A00; text-decoration: none; 
}
a:hover { 
color: #ff7800; text-decoration: underline; 
}
a:active { 
color: #FF5A00; text-decoration: none; 
}

/* HOVER_TABLE */
#box-table {
	width: 560px;
	height: 288px;
}

#box-table td {
	width: 560px;
	height: 70px;
	border:1px solid #000;
}

#box-table tr:hover td{
	width: 560px;
	height: 70px;
	border:1px solid #ff8400;
}

/* 3 cell table */
.hs_table {
	width: 565px;
	text-align: center;
}

.media_cell {
	width: 140px;
}
