@charset "utf-8";
/*--------------------------------------------------------ページ用cssファイル*/
/*---------------------------------------top*/
#top h3 {
	width: 600px;
	height: 300px;
	background: url(../img/top.jpg) no-repeat;
}
#top h4 {
	width: 550px;
	height: 100px;
	margin: 0;
	padding: 0;
	background: url(../img/home_text_01.jpg) no-repeat;
}
/*---------------------------------------hotel*/
#hotel h3 {
	background: url(../img/title_hotel.jpg) no-repeat;
}
#hotel h4 {
	width: 550px;
	height: 50px;
	margin: 0;
	padding: 0;
	background: url(../img/hotel_text_01.jpg) no-repeat;
}
#hotel h5 {
	width: 300px;
	height: 30px;
}
#hotel_hotel {
	background: url(../img/hotel_hotel.jpg) no-repeat;
}
#hotel_daytime {
	background: url(../img/hotel_daytime.jpg) no-repeat;
}
/*---------------------------------------training*/
#training h3 {
	background: url(../img/title_training.jpg) no-repeat;
}
#training h5 {
	width: 550px;
	height: 30px;
}
#training_text_01 {
	background: url(../img/training_text_01.jpg) no-repeat;
}
#training_text_02 {
	background: url(../img/training_text_02.jpg) no-repeat;
}
/*---------------------------------------handmade*/
#handmade h3 {
	background: url(../img/title_handmade.jpg) no-repeat;
}
#handmade h5 {
	width: 550px;
	height: 30px;
}
#handmade_text_01 {
	background: url(../img/handmade_text_01.jpg) no-repeat;
}
#handmade_text_02 {
	background: url(../img/handmade_text_02.jpg) no-repeat;
}
/*---------------------------------------grooming*/
#grooming h3 {
	background: url(../img/title_grooming.jpg) no-repeat;
}
/*---------------------------------------staff*/
#staff h3 {
	background: url(../img/title_staff.jpg) no-repeat;
}
#staff .staff_box {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dashed #ff9933;
}
#staff .staff_box h5 {
	font-size: 20px;
}
#staff .staff_box li {
	font-size: 12px;
	color: #cc6600;
}
#staff .staff_box ul {
	margin-bottom: 5px;
}
/*---------------------------------------note*/
#note h3 {
	background: url(../img/title_note.jpg) no-repeat;
}
#note #inner li {
	margin: 5px 0 5px 30px;
	list-style: disc;
}
#note #inner li strong {
	text-decoration: underline;
	color: #ff3366;
}
/*---------------------------------------album*/
#album h3 {
	background: url(../img/title_album.jpg) no-repeat;
}
#album #inner li {
	width: 180px;
	margin: 2px;
	background: #ffffff;
	float: left;
}
/*---------------------------------------voice*/
#voice h3 {
	background: url(../img/title_voice.jpg) no-repeat;
}
#voice .voice_box {
	margin: 20px 0 5px;
	padding-bottom: 5px;
	border-bottom: 1px dashed #ff9933;
}
#voice .voice_box h5 {
	text-align: right;
}
/*---------------------------------------price*/
#price h3 {
	background: url(../img/title_price.jpg) no-repeat;
}
#price #inner h5 {
	text-align: left;
}
#price #inner p {
	text-align: left;
}
/*---------------------------------------pickup*/
#pickup h3 {
	background: url(../img/title_pickup.jpg) no-repeat;
}
#pickup_photo {
	text-align: center;
	padding: 10px;
}
/*---------------------------------------map*/
#map h3 {
	background: url(../img/title_map.jpg) no-repeat;
}
#map_area {
	width: 540px;
	height: 600px;
	margin: 5px;
	padding: 5px;
	border: 1px solid #ffcc66;
}
#map_print {
	float: right;
}
#map_print a {
	display: block;
	width: 130px;
	height: 30px;
	background: url(../img/print_bt_off.jpg) no-repeat;
}
#map_print a:hover {
	background: url(../img/print_bt_on.jpg) no-repeat;
}
#map_print a span {
	display: none;
}
/*---------------------------------------contact*/
#contact h3 {
	background: url(../img/title_contact.jpg) no-repeat;
}
#contact fieldset {
	width: 310px;
	height: 400px;
	float: left;
}
#contact .form_long {
	width: 300px;
}
#contact textarea {
	width: 300px;
	height: 100px;
	font-size: 12px;
	overflow: auto;
}
/*---------------------------------------sitemap*/
#sitemap h3 {
	background: url(../img/title_sitemap.jpg) no-repeat;
}
#sitemap dt {
	margin: 5px 0 2px;
}
#sitemap dd {
	margin-left: 15px;
	font-size: 12px;
	color: #999999;
}
