* {
	margin: 0;
	padding: 0;
	font-family: 'Meiryo','Verdana',sans-serif;
	zoom:1 ;
}

body {
	line-height: 1.3em;
	margin: 0;
	text-align: center;
	background-color: #FFFDEF;
}

h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	font-weight: 400;
}

img {
	border: 0;
}

#container {
	width : 760px;
	margin :0 auto;
	text-align : left;
	background : #FFFFFF;
	overflow : hidden;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
}

/* ///ヘッダー/// */

#header {
	width: 100%;
	margin-bottom: 5px;
	overflow : hidden;
}

#header .inner{
	width: 230px;
	height: 50px;
}

#header a {
	width: 230px;
	height: 50px;
	display: block;
	text-indent: -9999em;
	background: #f00;
	background: url("image/sitelogo.jpg") no-repeat;
	margin: 10px 10px 20px 10px;
}


/* ///リンクボタン/// */
#navigation_foot{
	width: 760px;
	margin-top:10px;
	overflow : hidden;
}

#navi_top {
	width: 760px;
	margin: 0 auto;
	background: #000;
	border-top: 1px solid #d3d3d3;
	border-bottom: 1px solid #d3d3d3;
}

#navi_top ul {
	width: 760px;
	overflow: hidden;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#navi_top li {
	line-height: 1.3em;
	display: inline;
	float: left;
	width: 125px;
	text-align: center;
	border-left: 1px solid #d3d3d3;
}

#navi_top li.st {
	width: 126px;
	border: none;
}

#navi_top a {
	display: block;
	width: 125px;
	font-size: 65%;
	text-decoration: none;
}

#navi_top li.st a {
	width: 126px;
}

#navi_top a:link, #navi_top a:visited {
	color: #F9A4D0;
}

#navi_top a:hover, #navi_top a:active {
	color: #fff;
}

/* ///中身/// */
#nakami{
	width: 760px;
	overflow: hidden;
	background: #F9A4D0;
	padding-bottom:50px;
}
#nakami .henshu{
	width: 200px;
	height:35px;
	margin-top:20px;
	text-indent: -9999em;
	background: url("image/henshu.png") no-repeat;
}

#nakami #main{
	width: 760px;
	height:424px;
	text-indent: -9999em;
	background: url("image/main.png") no-repeat;
}

/* ///表紙/// */
#book{
	width: 760px;
	overflow: hidden;
	margin-top:30px;
	line-height: 1.3em;
}

#book .nagano{
	width: 300px;
	margin-left:35px;
	float:left;
}

#book .matu{
	width: 300px;
	margin-right:35px;
	float:right;
}

#book .nagano_book{
	width: 300px;
	height:60px;
	text-indent: -9999em;
	background: url("image/nagano.png") no-repeat;
}
#book .matu_book{
	width: 300px;
	height:60px;
	text-indent: -9999em;
	background: url("image/matu.png") no-repeat;
}

#book p{
	font-size:80%;
	margin-bottom:10px;
	text-align:center;
}

#book .naganobotan{
	width: 300px;
	height:60px;
	overflow : hidden;
	display:block;
	text-indent: -9999em;
	background: url("image/nagano_botan.png") no-repeat;
}
#book .naganobotan:hover{
	width: 300px;
	height:60px;
	overflow : hidden;
	display:block;
	text-indent: -9999em;
	background: url("image/nagano_botan_b.png") no-repeat;
}

#book .matubotan{
	width: 300px;
	height:60px;
	overflow : hidden;
	display:block;
	text-indent: -9999em;
	background: url("image/matu_botan.png") no-repeat;
}
#book .matubotan:hover{
	width: 300px;
	height:60px;
	overflow : hidden;
	display:block;
	text-indent: -9999em;
	background: url("image/matu_botan_b.png") no-repeat;
}



/* ///フッター/// */

#copyrights {
	width: 760px;
	clear:left;
	list-style-type: none;
	padding: 10px 0;
	font-size: 10px;
	text-align: center;
	color: #fff;
	overflow: hidden;
	background: #000;
}

#copyrights address {
	font-style: normal;
	line-height: 1em;
	margin-right: 10px;
}

