
*{
margin: 0;
padding: 0;
}

body {
	margin: 5px 30px 5px 5px;
	padding: 0px;
	color: #555555;
	background-color: #ffffff;
	font-family: sans-serif,'MS ゴシック';
	text-align: center;/*- for IE-*/
}

*html body {
	margin: 5px 5px 5px 5px;
}


#footer {
	height: 30px;
	padding: 8px 20px 3px 0;
	text-align: right;
	font-family: serif,'MS 明朝';
	font-size: 0.9em;
	background-color: #1674c9;
	color: #fff;
}

*html #credit {
	font-size: 0.7em;
}



/*-------------------------------------------------*/

#lime table {
	width: 100%;
	height: 100%;
}


#head {
	padding: 3px 0 0 1em;
	height: 45px;
	vertical-align: middle;
	background-color: #1674c9;
}


h1 span.file_nm {
	font-size: 0.5em;
	margin: 0 0 0 5em;
	font-family: serif,'MS 明朝';
	font-weight: normal;
	color: #fff;
}

*html h1 file_nm {
	font-size: 0.3em;
}


h1 span.title {
	font-size: 0.6em;
	color: #fff;
	font-family: serif,'MS 明朝';
}

*html h1 span.title {
	font-size: 0.4em;
}


#bk_link {
	height: 25px;
	font-size: 1.0em;
	font-family: serif,'MS 明朝';
	text-align: left;
	padding: 0 0 0 20px;
}

#bk_link a {
	color: #384d98;
}

/*-Java Scriptが無効の場合の表示-*/
td#lime {
	text-align: center;
}

/*-------------------------------------------------*/

#navi form,span#pglabel {
	position: relative;
	float: left;
	margin: 1px 0 1px 10px;/*- for Firefox-*/
	display: inline;
	color: #fff;
}

#navi span.denomi {
	margin: 0 0 0 3px;
	padding: 3px 0 0 0;
}

*html #navi form,span#pglabel {/* for IE */
	margin: 1px 0 1px 20px;
}

span#pglabel {color: #333;}


#navi select {
	width: 4em;
}

/*-------------------------------------------------*/

#navi {
	position: relative;
	height: 25px;
	background-color: #999;
}



/*-ナビゲーションボタン-*/
#naviBtn {
	position: relative;
	float: right;
	height: 25px;
	margin: 0px 10px 0px 0px;/*- for Firefox-*/
	font-size: 0.9em;
}

*html #naviBtn {/* for IE */
	margin: 0px 5px 0px 0;
}

#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(./image/NaviBTN.jpg);
	outline: none;
}


.btHome a {
	background-position: 0px 0px;
}

.btIndex a {
	background-position: 0px -25px;
}

.btBegin a {
	background-position: 0px -50px;
}

.btBack a {
	background-position: 0px -75px;
}

.btNext a {
	background-position: 0px -100px;
}

.btEnd a {
	background-position: 0px -125px;
}


.btHome a:hover,
.btHome a:focus {
	background-position: -75px 0px;
}


.btIndex a:hover,
.btIndex a:focus {
	background-position: -75px -25px;
}
.btBegin a:hover,
.btBegin a:focus {
	background-position: -75px -50px;
}

.btBack a:hover,
.btBack a:focus {
	background-position: -75px -75px;
}
.btNext a:hover,
.btNext a:focus {
	background-position: -75px -100px;
}

.btEnd a:hover,
.btEnd a:focus {
	background-position: -75px -125px;
}



.btBeginNon {
	background-image: url(./image/NaviBTN.jpg);
	background-position: -150px -50px;
}


.btBackNon {
	background-image: url(./image/NaviBTN.jpg);
	background-position: -150px -75px;
}
.btNextNon {
	background-image: url(./image/NaviBTN.jpg);
	background-position: -150px -100px;
}

.btEndNon {
	background-image: url(./image/NaviBTN.jpg);
	background-position: -150px -125px;
}
