@charset "utf-8";
#title_wrapper {
	background-image: url(../../images/common/background_title.jpg);
	background-repeat: repeat-x;
	height: 60px;
}
#title {
	background-image: url(../../images/system/title.jpg);
	height: 60px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#body {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
}
#fbox {
	padding-bottom: 30px;
}
#buttons {
	float: left;
	width: 240px;
	margin-top: 13px;
	margin-right: 20px;
}
#buttons ul {
	list-style-type: none;
}
#price {
	height: 40px;
	width: 240px;
	margin-bottom:20px;
}
#price a {
	display: block;
	height: 40px;
	width: 240px;
	background-image: url(../../images/system/btn_price.jpg);
}
#price a:hover {
	background-position:0px -40px;
}
#info {
	height: 40px;
	width: 240px;
	margin-bottom:20px;
}
#info a {
	display: block;
	height: 40px;
	width: 240px;
	background-image:url(../../images/system/btn_info.jpg);
}
#info a:hover {
	background-position:0px -40px;
}
#guide {
	height: 40px;
	width: 240px;
	margin-bottom:20px;
}
#guide a {
	display: block;
	height: 40px;
	width:240px;
	background-image:url(../../images/system/btn_guide.jpg);
}
#guide a:hover {
	background-position: 0px -40px;
}
#access {
	height: 40px;
	width: 240px;
}
#access a {
	display: block;
	height: 40px;
	width: 240px;
	background-image:url(../../images/system/btn_access.jpg);
}
#access a:hover {
	background-position: 0px -40px;
}
#contents {
	float: left;
	width:540px;
}
#page_price {
	background-image: url(../../images/system/price.jpg);
	height: 628px;
	width: 540px;
}
#page_info {
	background-image: url(../../images/system/info.jpg);
	height: 506px;
	width: 540px;
}
#page_guide {
	background-image: url(../../images/system/guide.jpg);
	height: 506px;
	width: 540px;
}
#page_access {
	background-image: url(../../images/system/access.jpg);
	height: 453px;
	width: 530px;
	padding: 5px;
}