@charset "utf-8";
/* css document */

#intro
{
	overflow: hidden;
	width: 940px;
	background-color: #5e422b;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}

#intro #img
{
	float: left;
	height: 450px;
	width: 320px;
	margin-top: 20px;
	margin-left: 20px;
	border: 1px solid #fff;
}
#text_block
{
	float: left;
	margin-left: 10px;
	overflow: hidden;
	width: 560px;
}
#text_block #text_up
{
	background-color: #b0896a;
	text-align: center;
	margin-top: 20px;
}
#text_block #text_down
{
	text-indent: 2em;
	margin-top: 30px;
	color: #e6b66a;
}
#muban
{
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	background-color: #5e422b;
	overflow: hidden;
	margin-top: 10px;
}
#muban #muban_block
{
	overflow: hidden;
	background-color: #5e422b;
}
#muban #muban_up
{
	text-align: left;
	background-color: #b0896a;
	text-indent: 2em;
	margin-top: 20px;
	margin-bottom: 20px;
}
#muban #muban_up a
{
	color: #000;
}
#muban #muban_up #muban_upleft
{
	text-align: left;
	background-color: #b0896a;
	float: left;
	width: 300px;
}
#muban #muban_up #muban_upright
{
	text-align: right;
	background-color: #b0896a;
	margin-right: 50px;
}
#muban #muban_down_left
{
	float: left;
	width: 450px;
	margin-bottom: 20px;
}
#muban #muban_down_right
{
	float: left;
	width: 480px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-left-style: dashed;
	border-top-color: #b0896a;
	border-right-color: #b0896a;
	border-bottom-color: #b0896a;
	border-left-color: #b0896a;
}
#muban #muban_down
{
	color: #e6b66a;
	padding-bottom: 20px;
}
#muban #muban_down a:link
{
	color: #e6b66a;
}
#muban #muban_down_zltp
{
	height: 300px;
}
#muban #muban_down_zltp img
{
	float: left;
	height: 256px;
	width: 256px;
	margin: 10px;
	border: 1px solid #fff;
}
