@charset "utf-8";
/* CSS Document */

*{margin:0;padding:0;}
body {
	margin: 0;
	padding:0px;
	font-family:Times New Roman, Arial, Helvetica, sans-serif,宋体;
	font-size:12px;
	color:#666;
	background:#fff;
	text-align:center;
}
p,td { font-family:Times New Roman, Arial, Helvetica, sans-serif,宋体;color:#666;line-height:120%;}
fieldset, img, a img {
	border:0;
}
select {
	font-family:Times New Roman, Arial, Helvetica, sans-serif,宋体;
	font-size:12px;
	height:20px;
	border:1px #c2c2c2 solid;
	color:#666;
}
ul,li{
	list-style:none;
}

a:link {
	color: #666;
	text-decoration: none;
}
a:visited {
	color: #666;
	text-decoration: none;
}
a:hover{
	color: #666;
	text-decoration: none;
}
.handCur {
	cursor:pointer;
}
.gray {
	color:gray;
}
.clear {
	font:0px/0px sans-serif;
	height:0;
	clear: both;
	display: block;
}
.float_Left {
	float:left;
}
.float_Right {
	float:right;
}
.align_Left {
	text-align:left;
}
.align_Center {
	text-align:center;
}
.align_Right {
	text-align:right;
}
.container {
	width:900px;
	margin:0 auto 50px;
}
.main {
	width:900px;
	margin:50px auto;
}
.main_left {
	float:left;
	text-align:left;
	font-style:italic;
	font-weight:bold;
	width:180px;
}
.main_left li {
	padding-bottom:5px;
}
.main_right {
	float:right;
	text-align:left;
	width:700px;
}
.works_title{text-align:center;padding-bottom:15px;}
.works_content {
	line-height:180%;
}
.works_guestbook,.works_guestbook_sign {
	margin-top:20px;
}

.works_guestbook_content {
	line-height:180%;
}


.right_page{text-align:right;padding:5px 0;margin:10px 10px 0;}
.footer {
	text-align:center;
	padding:0 10px 50px;
}
