
*{
margin: 0;
padding: 0;
}

html,
body{
	height: 100%;
	overflow: hidden;
}

body {
	margin: 0;
	padding: 0;
	color: #555;
	background-color: #fff;
	text-align: center;/*- for IE-*/
}
#header,
#footer {
	background-color: #19541c;
	color: #fff;
}

#header{
	height: 50px;
	text-align: left;
}


#navi {
	position: relative;
	height: 25px;
	background-color: #8fa874;
}

div#footer {
	position: relative;
}

#footer {
	height: 30px;
	padding: 1px 10px 2px 0;
	font-family: sans-serif;
	font-size: 0.9em;
	text-align: center;
	font-family: 'MS Mincho',serif;
}

*html #footer {
	font-size: 0.7em;
}


#footer span.copyright {
	line-height: 2em;
}

/*----------------------------------------*/
/*- lime3 -*/

#zoom h1 {
	display: block;
	float: left;
	font-weight: normal;
	margin: 10px 0 0 1em;
	font-family: 'MS PMincho',"Kozuka Mincho Pro","Hiragino Mincho Pro",serif;
	font-size: 130%;
	line-height: 1.3em;
}

div#header h1.title {
	line-height: 2em;
}

/*-Java Scriptが無効の場合の表示-*/
#view {
	text-align: center;
}

/*----------　lime ページナビゲーション　-------------*/

/*-lime ナビ ボタン-*/
#naviBtn {
	position: relative;
	float: right;
	height: 25px;
	margin: 0px 10px 0px 0px;/* for IE */
	font-size: 0.9em;
}

#naviBtn,x:-moz-any-link,x:default {margin: 0px 10px 0px 0px;}/*-FireFox 3 or Upper-*/


@media screen and (-webkit-min-device-pixel-ratio:0) {/*-Safari 3 or Upper, Chrome-*/
	#naviBtn {margin: 0px 10px 0px 0px;}
}

#naviBtn li {
	list-style: none;
	float: left;
	display: block;
	height: 25px;
	width: 75px;
	text-indent: -9999px;
}


#naviBtn li a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	background-image: url(./NaviBTN.jpg);
	outline: none;
}


.btHome a {
	background-position: 0px 0px;
}

.btIndex a {
	background-position: 0px -25px;
}

.btBack a {
	background-position: 0px -75px;
}

.btNext a {
	background-position: 0px -100px;
}

.btHome a:hover,
.btHome a:focus {
	background-position: -75px 0px;
}

.btIndex a:hover,
.btIndex a:focus {
	background-position: -75px -25px;
}

.btBack a:hover,
.btBack a:focus {
	background-position: -75px -75px;
}
.btNext a:hover,
.btNext a:focus {
	background-position: -75px -100px;
}


.btBackNon {
	background-image: url(./NaviBTN.jpg);
	background-position: -150px -75px;
}
.btNextNon {
	background-image: url(./NaviBTN.jpg);
	background-position: -150px -100px;
}

