@charset "Shift-JIS";


/* 文章本体 ----------------------------------------------------------------*/
body, div ,ul, ol, li, p,
h1, h2, h3, h4, h5, h6,
blockquote, dl, dt, dd, 
pre, address, form, fieldset,
table, th, td {
	margin:0;
	padding:0;
	font-size: 12px;
}
body {
	background: #ffffff;
	text-align: center;
	cursor: default;
}
br {
	clear: both;
}
#container{
	width: 860px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

#container:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }

/* ヘッダー ----------------------------------------------------------------*/
#head {
	width: 860px;
	height: 45px;
	/*float: left;*/
	padding: 0;
	margin: 0;
	background: url("../img/head_bgimg.jpg") no-repeat top center;
}
#head img {
	margin: 5px 0 0 32px;
}

.book05{
	color:#0F0865;
	line-height:17px;
	font-size: 12px;
}

.book05 a{
	color: #0F0865;
	text-decoration : none ;
}

.book05 a:hover, .book05 a:active {
	color: #FEB300;
	text-decoration : underline ;
}

