@CHARSET "UTF-8";
/*
hida-tourism.com CSS
*/

/*** header ***/
	#menu_img {
		float: left;
		margin:4px 2px 0px 1px;
	}
	.center-color{
		padding:0px 8px 1px 8px;
		background: #34241C;
	}
	#home{
		margin:3px 8px 0px 8px;
		float: left;
	}
	#abh{
		margin:3px 0px 0px 0px;
		float: left;
	}
	#ttd{
		margin:3px 8px 0px 8px;
		float: left;
	}
	#acm{
		margin:3px 8px 0px 8px;
		float: left;
	}
	#lch{
		margin:3px 8px 0px 8px;
		float: left;
	}
	#access{
		margin:3px 8px 0px 8px;
		float: left;
	}
	#link{
		margin:3px 8px 0px 8px;
		float: left;
	}

	
	
/**** book ***/
#pager_area {
	text-align: center;
}

#book_nothing {
	margin: 10px auto;
	width: 400px;
	height: auto;
	text-align: center;
}

.book_area_odd {
	width: 550px;
}

.book_area_even {
	padding:10px 0px;
	width: 550px;
	background: #EAE3CE;
}
.book_area {
	padding: 15px 50px;
	text-align: center;
}
.book_image {
	float:left;
	width:144px;
	text-align:center;
}
.book_detail_area {
	width: auto;
	height: 130px;
	padding: 8px 20px;
	text-align: left;
}

.book_title {
	size:12px;
	padding-bottom:5px;
}
.book_publish {
	size:12px;
	padding-bottom:5px;
}
.book_price {
	size:12px;
	padding-bottom:5px;
}
.book_author {
	size:12px;
	padding-bottom:5px;
}

.book_pdf {
	float:left;
	padding-left:20px;
}
.book_url {
	margin-right:120px;
	float:right;
}

.book_text {
	margin-top:10px;
	width:500px;
}

.page_pad {
	padding:0px 5px;
}

