@charset "utf-8";

@import url("../css/common.css");

/* CSS Document */

/* --------------------------------------------------

searchBox

-------------------------------------------------- */
.searchBox {
	width: 200px;
	background: #E9E6C0;
	margin-top: 10px;
	padding: 12px 15px 12px 15px;
	text-align: center;
}

.searchBox img{
	vertical-align: bottom;
}

.searchBox dd{
	border-top: 3px solid #F9F8EE;
	border-left: 8px solid #F9F8EE;
	border-right: 8px solid #F9F8EE;
	border-bottom: 8px solid #F9F8EE;

}

.searchBox dd ul{
	background: #FFFFFF;
	border: 1px solid #C7C084;
}

.searchBox dd li{
	text-align: left;
	border-bottom: 1px solid #C7C084;
	padding: 10px 0 10px 30px;
	background: url(img/btn_back.jpg) left bottom repeat-x;
}

.searchBox dd li.ya1{
	background: url(img/navi_ya_brown.jpg) left top no-repeat;
}

.searchBox dd li.ya2{
	background: url(img/navi_ya.jpg) left top no-repeat;
}

#container #pageLeft .searchBox .last {
	border-bottom-style: none;
}


/* --------------------------------------------------

pageRight

-------------------------------------------------- */

#pageRight h2{
	width: 680px;
	border-top: 1px solid #B5AB68;
	border-left: 1px solid #B5AB68;
	border-right: 1px solid #B5AB68;
	border-bottom: 3px solid #B5AB68;
	background-color: #FCFBF6;
	background-image: url(../img/brown_square.gif);
	background-repeat: no-repeat;
	background-position: left 12px;
	margin: 0px auto;
	color: #4D461A;
	font-weight: bold;
	font-size: 1.3em;
	padding: 10px 0px 8px 20px;
}

.book{
		border-bottom: 1px solid #E0DCB4;
}

.book div{
	width: 340px;
/*	background: url(../img/dot.gif) left bottom no-repeat;
*/	padding-bottom: 20px;
	margin: 20px auto 20px auto;
	text-align: left;
	float: left;
}
.book .clearfix .clearfix h3 {
	float: left;
}


.book div .photoB{
	float: left;
	background: #FFFFFF;
	padding: 3px;
	border: 1px solid #DBDBDB;
}


.book div dl{
	float: right;
	width: 233px;
}

.book div dt.clearfix p{
	float: left;
	padding-bottom: 5px;
}

.book div dt.clearfix img{
	float: left;
	margin: 2px 0 0 5px;
}

.book div dd.clearfix img{
	float: left;
	margin: 2px 0 0 5px;
}

.link{
	background: url(img/link_icon.gif) no-repeat left 3px;
	padding-left: 35px;
}

.link a:link{
	color: #3F8574;
}

.link a:visited{
	color: #3F8574;
}

.link a:hover{
	color: #6BBAA7;
}

.file{
	background: url(img/file_icon.gif) no-repeat left 3px;
	padding-left: 35px;
}

.file a:link{
	color: #C04671;
}

.file a:visited{
	color: #C04671;
}

.file a:hover{
	color: #D17A99;
}

