@charset "utf-8";
/* CSS Document */

/****
 *common
 ****/

* {
	margin: 0;
	padding: 0;
}
body {
	background: url(../image/common/bg.jpg) repeat-x #000000 bottom;
	text-align: center;
	scrollbar-face-color: #808080;
	scrollbar-track-color: #808080;
	scrollbar-highlight-color: #c0c0c0;
	scrollbar-3dlight-color: #a9a9a9;
	scrollbar-shadow-color: #696969;
	scrollbar-darkshadow-color: #404040;
	scrollbar-arrow-color: #d3d3d3;
	behavior:url("css/csshover.htc");
}
.clear {
	clear:both;
}
a {
	border: 0;
}
a:link {}
a:visited{}
a:active{}
a:hover{}
img {
	border: 0;
}
#wrap {
	width: 1000px;
	margin: 0 auto;
}
/*header*/
#top {
	height: 62px;
	width: 1000px;
	background: url(../image/common/top-bg.jpg) no-repeat;
}
#top-left {
	float: left;
}
#top-right {
	float: right;
}
/*top menu*/
#top-menu {
	height: 40px;
	background: url(../image/index/menu-space.jpg);
	_margin-top: -3px;
	_margin-bottom: -3px;
}
*+html #top-menu {
	margin-top: -4px;
}
#top-menu ul {
	list-style:none;
	display:inline;
	display: table;
}
#top-menu ul li {
	float:left;
	display: block;
}
#top-menu ul li a {
}
/*menu*/
#menu {
	_margin-top: -3px;
}
#menu ul {
	list-style:none;
}
#menu ul li {
	float:left;
	height: 40px;
}
#menu ul li a {
}
/*content*/
#container {
	background: #FFFFFF;
	text-align: left;
}
#content {
	_text-align: center;
}
.plan-block,.gallery-foot-tab,.plan-foot-tab {
	text-align: left;
}
.totop {
	padding: 15px 30px;
	text-align: right;
}
/*footer*/
#left-block {
	float:left;
	background: url(../image/common/foot-bg.jpg) no-repeat;
	width: 768px;
	height: 179px;
}
#foot-title {
	margin: 22px 0 0 -10px;
	_padding: 22px 0 0 -10px;
}
#foot-pic {
	padding: 1px 0 32px 22px;
}
#foot-pic img {
	margin-right: 34px;
}
#right-block {
	float:left;
	height: 179px;
	width: 231px;
	background: url(../image/common/foot-info.jpg) no-repeat;
}
#right-block img {
	margin: 121px 21px 21px 23px;
}

/****
 *outline
 ****/
 
.outline {
	margin: 30px auto 20px;
	border-bottom: 1px solid #CCCCCC;
	font-size: 12px;
}
.outline td,.outline th {
	border-top: 1px solid #CCCCCC;
	padding: 10px;
	text-align:left;
}
.outline th {
	font-weight: normal;
	background: #EEEEEE;
	width: 150px;
}
.point {
	margin-left: 12px;
	padding-left:12px;
	border-left: 2px solid #CCCCCC;
}

/****
 *gallery
 ****/

.gallery-top {
	height: 72px;
}
.gallery-tab {
	margin-left: 280px;
}
.gallery-tab img {
	margin-right: 5px;
	_margin-bottom: -3px;
}
.gallery-foot-tab {
	padding-left: 30px;
}
.gallery-foot-tab img {
	margin-right: 5px;
	_margin-bottom: -3px;
}
*+html .gallery-foot-tab img {
	margin-bottom: -4px;
}

/****
 *plan
 ****/
.plan-top {
	height:73px;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 25px;
}
.plan-tab {
	margin-left: 320px;
}
.plan-tab img {
	margin-right: 5px;
	margin-bottom: -2px;
	_margin-bottom: -5px;
}
.plan-foot-tab {
	margin-bottom: -2px;
	padding-left: 45px;
}
.plan-foot-tab img {
	margin-right: 5px;
}

.plan-block {
	margin: 5px auto;
	width: 905px;
}
.type-left {
	float:left;
	width: 600px;
}
.type-right {
	float:left;
	width: 305px;
}
.type-image {
	float:left;
	width: 245px;
	height: 185px;
}
.caption {
	padding: 2px 0;
	font-size: 12px;
}
.attention-gallery {
	padding: 2px 0;
	font-size: 10px;
	color: #666;
	text-align: right;
}
.attention-plan {
	padding: 2px 50px 0 0;
	font-size: 10px;
	color: #666;
	text-align: right;
	_padding: 2px 55px 0 0;
}
.type-info table{
	height: 161px;
	border-bottom: 1px solid #CCCCCC;
	font-size: 12px;
	width: 300px;
	border-spacing: 0;
	border-collapse: collapse;
}

html>/**/body .type-info .data {
	height: 35px;
}
.type-info td,.type-info th {
	border-top: 1px solid #CCCCCC;
	padding: 10px;
	text-align:left;
}

.type-info .space {
	border-top: none;
}
*html .type-info .space{
	height: 50px;
}
*+html .type-info .space{
	height: 50px;
}

.type-info th {
	font-weight: normal;
	background: #EEEEEE;
	width: 50px;
}

.thumbnail img {
	border: 1px solid #eee;
}
.thumbnail img:hover {
	border: 1px solid #CC9900;
}
.zoom {
	text-align: right;
	padding-top: 15px;
	height: 50px;
}
#copyright {
	_margin-top: -2px;
}