@charset "utf-8";
/* CSS Document */

body {
	background:#7a5d1e url(../imgs/background.jpg) top center repeat-x;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#4b370b;
	margin:0;
}
a {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#4b370b;
	text-decoration:none;
}
a:hover {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#4b370b;
	text-decoration:underline;
}
#container {
	float:left;
	margin:0;
	width:100%;
}
#site {
	/*background:transparent url(../imgs/background.jpg) no-repeat scroll 0 88px;*/
	margin:0 auto;
	padding:0 14px;
	width:900px;
}
#general {
	width:900px;
}
/*Header*/
#header {
	height:175px;
	clear:both;
}
#brand {
	width:245px;
	float:left;
	margin:48px 0 38px 32px;
}
/*Menu*/
#menu {
	width:601px;
	height:115px;
	float:right;
}
#menuu {
	border:none;
	margin: 0;
	font-size:11px;
}
#menuu li {
	float:left;
	list-style: none;
	margin: 0 0 10px 0;
	display: inline;
}
#menuu li a {
	display:block;
	padding:80px 8px 10px 8px;
	margin:0;
	text-decoration: none;
	color: #FFF;
}
#menuu li a:hover {
	background: url(../imgs/bg_menu.jpg) top left repeat-x;
	color: #FFF;
}
/*Anime*/
#anime {
	height:220px;
}
/*Line*/
#line {
	height:32px;
}
#line2 {
	width:900px;
	clear:both;
	height:2px;
	margin:10px 0 10px 0;
	background:url(../imgs/line2.gif) bottom center repeat-x;
}
#line_menu {
	width:520px;
	clear:both;
	height:2px;
	margin:15px 0 0 32px;
	background:url(../imgs/line1.gif) bottom center repeat-x;
}
/*Featured*/
#feaured {
	display:inline;
}
#fimgs li a {
	display:block;
	padding:1px;
}
#fimgs li a:hover {
	padding:0;
	border:1px solid #FFF;
}
#fimgs {
	border:none;
	margin: 0;
	padding:0 0 0 12px;
}
#fimgs li {
	float:left;
	list-style: none;
	margin: 0;
	display: inline;
	padding-right:12px;
}
#images {
	float:left;
	width:520px;
}
#others {
	clear:both;
	padding:8px 0 0 30px;
	height:25px;
	background:url(../imgs/arrow.png) 12px 8px no-repeat;
}
#brief {
	float:right;
	width:380px;
}
#frasebt{
	clear:both;
	padding:8px 0 0 30px;
	height:25px;
	background:url(../imgs/arrow.png) 6px 8px no-repeat;
}

/*Footer*/
#footer {
	clear:both;
	height:50px;
}
#footer01 {
	float:left;
	width:510px;
	padding:0 0 0 10px;
}
#footer02 {
	float:right;
	width:370px;
	text-align:right;
	padding:0 10px 0 0;
}

