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

html, body {
	height: 100%;
}  

#bodys {
	position:relative;
	height:auto !important;
	height:100%;
	min-height:100%;
	margin-bottom:0px;
}

#main {
	width:980px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:250px;
	position:relative;
}

#main .header {
	background-image:url(/third/image/menubg.jpg);
	display:block;
	height:156px;
}

#main .navi {
	background-image:url(/third/image/navi.jpg);
	display:block;
	height:74px;
}

#main .left {
	width:560px;
	float:left;
}

#main .right {
	width:400px;
	float:right;
}

#footer {
	background: black;
	display:block;
	position:relative;
	margin-top:30px;
	width:100%;
	height:50px;
	background-color:#EEEEEE;
	border-top:solid 1px #CCC;
}

#footer1 {
	position:relative;
	background: black;
	display:block;
	width:100%;
	background-color:#333;
	color:#FFF;
}

#footer2 {
	position:relative;
	background: black;
	display:block;
	width:100%;
	height:250px;
	background-color:#000;
	color:#FFF;
}

.fbox {
	display:block;
	width:980px;
	margin-left:auto;
	margin-right:auto;
}

td.link{
	width:25%;
	padding:5px;
}

td.link img{
	float:left;
	margin-right:5px;
}

td.foot{
	width:33%;
	padding:5px;
	vertical-align:text-top;
	font-size:10px;
	line-height:150%;
}

/* this is the CSS for the menu that you will need. */
#menu_holder {
	height: 58px;
	width: 100%;
	display: block;
	position: absolute;
	top: -58px;
}
#nav {
	height: 58px;
	width: 542px;
	margin: 0px auto;
	padding: 0px;
	background-image: url(/third/menu_dock/right.png);
	background-repeat: no-repeat;
	background-position: right;
}
#hit_area {
	height: 74px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	display: block;
	background-repeat: no-repeat;
}
#hit_area2 {
	width: 100%;
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0px;
	display: block;
	position: absolute;
	margin: 0px;
	left: 0px;
	top: 230px;
}
#nav ul {
	margin: 0px;
	padding: 0px 0px 0px 21px;
	height: 58px;
	list-style-type: none;
	background-image: url(/third/menu_dock/left.png);
	background-repeat: no-repeat;
}
#nav li{
	margin: 0px;
	padding: 0px;
	float: left;
}
#nav li a:link, #nav li a:active, #nav li a:visited {
	background-image: url(/third/menu_dock/middle.png);
	background-repeat: repeat-x;
	height: 58px;
	width: 100px;
	display: block;
	line-height: 58px;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 100%;
}
#nav li a:focus, #nav li a:hover{
	text-decoration : none;
	-moz-outline:0;
	color: #FFFFFF;
	background-image: url(/third/menu_dock/rollOver.png);
	background-repeat: repeat-x;
}

