@charset "utf-8";
/* CSS Document */

/* common */

#main h2 {
	margin: 0px 10px 10px;
	padding: 0px;
	height: 30px;
	background: url(../img/title.jpg) no-repeat;
	text-align: left;
	line-height: 30px;
	text-indent: 2.5em;
	font-size: 1.2em;
}
#main h3 {
	width: 600px;
	height: 25px;
	margin: 10px;
	padding: 0px;
	background: url(../img/subtitle.jpg) no-repeat;
	font-size: 1.2em;
	line-height: 25px;
	text-align: left;
	text-indent: 1em;
}
#main h3 a {
	color: #666;
}
.path, .top {
	font-size: 1em;
	text-align:left;
}
.path {
	margin: 0px 0px 5px 5px;
	padding: 0px;
}
.top {
	margin: 15px 10px;
	padding: 0px;
	float: right;
}
.home, .home a {
	width: 50px;
	height: 20px;
	background: url(../img/home.gif) no-repeat;
}
.home {
	margin: 15px 10px;
	float: right;
	text-indent: -9999px;
}
.home a {
	display: block;
}
.text, .point {
	width: 600px;
	margin: 5px 10px 15px;
	padding: 0px 5px;
	color: #666;
	text-align: left;
	font-weight: normal;
}
.text ul, .point ul, td ul {
	margin: 5px;
	padding: 0px;
	list-style: none;
}
.text ul li, .point ul li, td ul li {
	margin-bottom: 3px;
}
.text ul li, td ul li {
	padding-left: 2em;
	background: url(../img/arrow.gif) no-repeat;
	background-position: left center;
}
.point ul li {
	padding-left: 50px;
	background: url(../img/point.gif) no-repeat;
	background-position: left center;
}
.white {
	color: #FFF;
}
.bold, .red, .orange, .blue, .brown, .bg_list, .step {
	font-weight: bold;
	font-size: 1.2em;
}
.red {
	color: #F00;
}
.orange {
	color: #F90;
}
.blue {
	color: #1CB0F9;
}
.brown {
	color: #5A5A2E;
}
.bg_list, .step {
	width: 250px;
	height: 25px;
	margin: 5px 0px;
	padding: 0px;
	text-indent: 0.5em;
	line-height: 25px;
	background: url(../img/bg_list.gif) no-repeat;
	color: #6C3;
}
.bg_list a {
	color: #6C3;
}
.step {
	width: 200px;
	height: 25px;
	background: url(../img/step.gif) no-repeat;
	color: #558EEE;
}
.width150 {
	width: 150px;
}
.width200 {
	width: 200px;
}
.width250 {
	width: 250px;
}
.width300 {
	width: 300px;
}
/* sitemap */
.sitemap {
	width: 600px;
	margin: 5px 10px 10px;
	padding: 0px 5px;
	color: #666;
	text-align: left;
}
/* first */

.menu a, .list a {
	color: #FF6060;
	text-decoration: none;
}
.menu, .list {
	font-weight: bold;
	font-size: 1.2em;
}
.menu {
	width: 150px;
	height: 50px;
	background: url(../first/img/menu.jpg) no-repeat;
}
.list {
	width: 120px;
	height: 50px;
	background: url(../first/img/list.jpg) no-repeat;
}
/* access */
.intro, .info {
	width: 580px;
	margin: 0px auto 10px;
	padding: 0px;
}
.intro th, .info th {
	color: #FFF;
	text-align: center;
	padding: 5px;
}
.intro th {
	background-color: #C98B83;
}
.info th {
	background-color: #99EEDB;
}
.intro td, .info td {
	background-color: #F5F5F5;
	padding: 5px;
}
/* tour */

.tour {
	width: 550px;
	margin: 0px;
	padding: 0px 25px;
}
/* price */

.price {
	width: 600px;
	margin: 10px;
	padding: 0px;
}
.price tr {
	margin: 2px;
}
.price th, .price td {
	padding: 5px;
}
.price th {
	background-color: #BC7A7A;
	color: #FFF;
}
.price td {
	background: #F3F3F3;
}
.price a {
	color: #666;
}
/* kidsroom */
.kids_title {
	margin: 0px 10px 10px;
	padding: 0px;
	height: 25px;
	background: url(../kidsroom/img/title.jpg) no-repeat;
	text-align: left;
	line-height: 25px;
	text-indent: 2.5em;
	font-size: 1.2em;
	font-weight: bold;
}
#kidsroom {
	width: 600px;
	margin: 0px;
	padding: 10px;
	text-align: center;
	background: url(../kidsroom/img/bg.gif) repeat;
}
/* recruit */
.recruit {
	width: 600px;
	margin: 5px 10px 10px 10px;
	padding: 0px;
	border: 1px solid #CCC;
	text-align: left;
	border-collapse: collapse;
}
.recruit th, .recruit tr, .recruit td {
	margin: 0px;
	padding: 5px;
	border: 1px solid #CCC;
}
.recruit th {
	background-color: #C5FAE4;
}
/* news */

#info, #blog1, #blog2 {
	width: 590px;
	height: 320px;
	margin: 10px;
	padding: 5px;
	overflow-y: scroll;
	background: #F6F6F6;
	text-align: left;
}
#info .midasi, #blog1 .midasi, #blog2 .midasi {
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	text-decoration: none;
	clear:both;
	margin: 0px;
	padding: 0px;
}
#info .date, #blog1 .date, #blog2 .date {
	color: #999;
	text-align: right;
	font-size: 12px;
	font-weight: bold;
}
/* form */
.form {
	width: 550px;
	margin: 0px auto;
	border-collapse: collapse;
	border: 1px solid #CCC;
}
.form tr, .form th, .form td {
	padding: 5px;
	border: 1px solid #CCC;
}
.form th {
	font-weight: normal;
	background-color: #EFE;
}

