
*{
margin: 0;
padding: 0;
}

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

#header{
	padding: 0px 0 0 1em;
	height: 40px;
	vertical-align: middle;
	text-align: left;
}


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

div#footer {
	position: relative;
}

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

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


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

/*----------------------------------------*/
/*- lime3 -*/
html,
body{
	height: 100%;
	overflow: hidden;
}


#zoom h1 {
	display: block;
	float: left;
	/*margin: 6px 0 0 0;*/
	font-family: 'MS Mincho',serif;
	font-size: 120%;
	line-height: 2em;
}

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

#header span a {
	/*-text-decoration: none;-*/
	color: #f4d500;
}

#header span a:focus,
#header span a:hover {
	color: #9dcce0;
}

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



/*-ナビゲーションボタン-*/
#navi {
	position: relative;
	height: 35px;
	background-color: #728435;
}

td#navi, x:-moz-any-link, x:only-child{ height: 38px; }/*- for FireFox -*/


*html #navi {/*- for IE -*/
	height: 35px;
}


#navi form {
	position: relative;
	float: left;
	margin: 5px 0 1px 3em;/*- for Firefox-*/
	display: inline;
	color: #fff;
	font-size: 120%;
}

#navi span.denomi {
	margin: 0 0 0 3px;
	padding: 3px 0 0 0;
}

*html #navi form {
	margin: 5px 0 1px 0;
	padding: 0px 0 0px 10px;
}

#navi select {
	width: 5em;
}

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

.naviBtn_l {
	position: relative;
	float: left;
	display: inline;
	height: 25px;
	margin: 0px 0px 0px 3em;
	font-size: 0.9em;
}

.naviBtn_l li {
	list-style: none;
	float: left;
	display: block;
	text-align: center;
	margin: 10px 0 0 0;
	height: 25px;
	width: 8em;
}


li.index {
	margin-right: 2em;
}

.naviBtn_l li a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: #0066cc;
	font-size: 120%;
	font-weight: bold;
}


.index a:hover,
.index a:focus {
	color: #f3b714;
	font-weight: bold;
}

/*-
.vol_non {
	color: #555;
	float: left;
	display: block;
	text-align: center;
	margin: 10px 0 0 0;
	height: 25px;
	width: 75px;
}

-*/

/*-lime ナビ ボタン-*/

.naviBtn {
	position: relative;
	float: right;
	display: inline;
	height: 35px;
	margin: 0px 10px 0px 0px;
}

.naviBtn li {
	list-style: none;
	float: left;
	display: block;
	height: 35px;
	width: 100px;
	text-indent: -9999px;
	margin: 0 0 0 2em;
}


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


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

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


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


.btBack_non {
	background-image: url(./NaviBTN.jpg);
	background-position: -200px 0px;
}

.btNext_non {
	background-image: url(./NaviBTN.jpg);
	background-position: -200px -35px;
}

#header .title_long{
	line-height: 2em;
	font-size: 80%;
}