@charset "utf-8";
html {
	background: none;
}

body {
	font-size:13px;
	color: #643715;
	background-color: #000;
	background-image: url("../images/bg.jpg");
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-position: center bottom;
	line-height:1.5;
	font-family: sans-serif;
}

img {
	vertical-align: bottom;
}

p {
	margin: 0.8em 0;
}

a {
	color: #d54600;
	text-decoration: none;
}

strong {
	font-weight:bold;
}

h1 {
	font-weight:bold;
}

h3 {
	font-weight: bold;
	font-size:16px;
}

input[type="text"],
textarea
{
	padding: 3px;
}

#footer {
	color: #888;
	background-color: #000;
	text-align: center;
	clear:both;
	padding:10px;
	font-size:12px;
}

#wrapper {
	background-color: #ebd69b;
	position: relative;
	z-index: 3;
	width:1000px;
	margin: 0 auto;
}

#header {
	width: 980px;
	overflow: hidden;
	background-color: #FFF;
	padding:10px;
}

.header_logo {
	float:left;
	margin-left:10px;
}

.header_info {
	float:right;
	margin-right:10px;
	text-align:right;
	width:480px;
}

#flash {
	background-image: url("../images/flash.jpg");
	background-repeat:no-repeat;
	width:1000px;
	height:320px;
}

#container {
	overflow: hidden;
}

#left {
	width:200px;
	padding: 20px 0px 10px 20px;
	float:left;
}

#content {
	float:left;
	width:762px;
	padding:20px 8px 10px 10px;
}

	
ul#menu {
	overflow: hidden;
	margin-bottom: 10px;
}

ul#menu li {
	text-indent: -9999px;
	width:200px;
	height:50px;
}

#menu_top a		 {background-image:url("../images/menu/menu_top.jpg");}
#menu_cast a	 {background-image:url("../images/menu/menu_cast.jpg");}
#menu_blog a	 {background-image:url("../images/menu/menu_blog.jpg");}
#menu_system a	 {background-image:url("../images/menu/menu_system.jpg");}
#menu_access a	 {background-image:url("../images/menu/menu_access.jpg");}
#menu_coupon a	 {background-image:url("../images/menu/menu_coupon.jpg");}
#menu_recruit a	 {background-image:url("../images/menu/menu_recruit.jpg");}

ul#menu li a {
	display:block;
	background-position: center top;
	width:200px;
	height:50px;
}

ul#menu li a:hover {
	background-position: center bottom;
}

.heading {
	margin-bottom: 10px;
}