@charset "utf-8";
body {
	background: url(../images/bg.jpg) repeat fixed;
}


/* CSS Document */

#warp {
	width: 1150px;
	margin: 0 auto;
}
#header {
	background-image: url(../images/h_bg.jpg);
	float: left;
	height: 271px;
	width: 900px;
}
#menu_box {
	background: url(../images/m_bg.jpg) no-repeat;
	float: left;
	height: 43px;
	width: 900px;
}

#content {
	float: left;
	width: 900px;
	background: url(../images/c_bg.jpg) no-repeat center top;
	font-size: 12px;
	line-height: 20px;
	background-color: #541B21;
	padding-top: 20px;
}
.box_01 {
	width: 826px;
	float: left;
	margin: 20px 37px 0 37px;
}

.box_01_t {
	background: url(../images/box_bg_01.png) no-repeat center top;
	float: left;
	height: 30px;
	width: 826px;
}
.box_01_c {
	background: url(../images/box_bg_02.png) repeat-y center top;
	float: left;
	width: 746px;
	padding: 0 40px;
}
.box_01_title {
	float: left;
	height: 65px;
	width: 746px;
}
.box_01_content {
	background-color: #f8f8f8;
	float: left;
	width: 487px;
	color: #333;
	padding: 5px;
}
.box_01_book {
	background: url(../images/book.jpg) no-repeat center top;
	float: right;
	height: 295px;
	width: 220px;
}
.box_01_copyright {
	float: right;
	width: 210px;
	padding-left: 10px;
	font-size: 12px;
	color: #666;
}

.box_01 li {
	line-height: 22px;

}
.top {
	float: left;
	width: 746px;
	text-align: right;
	margin-top: 30px;
}
.writer_name {
	float: left;
	width: 130px;
	text-align: right;
	font-size: 15px;
	color: #EDB019;
	font-weight: bolder;
}
.writer_content {
	float: left;
	width: 550px;
	color: #6E6E6E;
	margin: 0 0 15px 15px;
	border-bottom: 1px dotted #DDD;
	padding-bottom: 10px;
}
.writer_content_title {
	font-size: 13px;
	color: #957011;
	margin-bottom: 8px;
}
.box_02 {
	float: left;
	width: 600px;
	margin-left: 80px;
}
.page {
	font-family:century gothic;
	font-size: 12px;
	text-align: right;
	float: left;
	width: 80px;
	margin-right: 30px;
}
.page_title {
	float: left;
	width: 480px;
}
.page_other {
	float: left;
	width: 530px;
	margin: 10px 0 0 60px;
	font-weight: bolder;
}
.space {
	float: left;
	height: 10px;
	width: 600px;
}
.box_01_b {
	background: url(../images/box_bg_03.png) no-repeat center bottom;
	float: left;
	height: 67px;
	width: 826px;
}
.top a {
	color: #900;
	font-weight: bolder;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#menu_box ul {
	margin-left: 200px;
}

#menu_box ul li {
	height: 43px;
	width: 100px;
	float: left;
	display: inline;
	margin: 0 5px;
}
.menu_01 {
	background: url(../images/menu_01_01.jpg) no-repeat center center;
	height: 43px;
	width: 100px;
	float: left;
}
.menu_01 a{
	background: url(../images/menu_01_01.jpg) no-repeat center center;
	height: 43px;
	width: 100px;
	float: left;
}
.menu_01 a:hover{
	background: url(../images/menu_01_02.jpg) no-repeat center center;
	height: 43px;
	width: 100px;
	float: left;
}
.menu_02 {
	background: url(../images/menu_02_01.jpg) no-repeat center center;
	height: 43px;
	width: 100px;
	float: left;
}
.menu_02 a {
	background: url(../images/menu_02_01.jpg) no-repeat center center;
	height: 43px;
	width: 100px;
	float: left;
}
.menu_02 a:hover {
	background: url(../images/menu_02_02.jpg) no-repeat center center;
	height: 43px;
	width: 100px;
	float: left;
}
.menu_03 {
	background: url(../images/menu_03_01.jpg) no-repeat center center;
	height: 43px;
	width: 100px;
	float: left;
}
.menu_03 a {
	background: url(../images/menu_03_01.jpg) no-repeat center center;
	height: 43px;
	width: 100px;
	float: left;
}
.menu_03 a:hover {
	background: url(../images/menu_03_02.jpg) no-repeat center center;
	height: 43px;
	width: 100px;
	float: left;
}
.menu_04 {
	background: url(../images/menu_04_01.jpg) no-repeat center center;
	height: 43px;
	width: 100px;
	float: left;
}
.menu_04 a {
	background: url(../images/menu_04_01.jpg) no-repeat center center;
	height: 43px;
	width: 100px;
	float: left;
}
.menu_04 a:hover {
	background: url(../images/menu_04_02.jpg) no-repeat center center;
	height: 43px;
	width: 100px;
	float: left;
}

#footer {
	float: left;
	width: 830px;
	text-align: right;
	font-size: 10px;
	background-image: url(../images/f_bg.jpg);
	height: 128px;
	color: #FFF;
	background-repeat: no-repeat;
}
#footer a {
	color: #FFF;
	text-decoration: none;
}
#footer a:visited {
	color: #FFF;
}
.howtosay a{
	color: #C30;
	text-decoration: none;
	font-weight: bolder;
}
.howtosay a:hover {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #C30;
}
