
*{
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: #7db26e;
	color: #fff;
}

#header{
	position: relative;
	height: 40px;
	text-align: left;
}

#view {
	position: relative;
	text-align: center;/*-Java Scriptが無効の場合の表示-*/
}

#navi {
	position: relative;
	height: 35px;
	background-color: #aaa;
}

#footer {
	position: relative;
	height: 25px;
	text-align: right;
}

/*----------------------------------------*/
/*- lime3 -*/

#header h1 {
	display: inline;
	font-size: 1.7em;
	line-height: 1.7em;
}

span.num {
	margin: 0 0.5em 0 1em;
}

span.t2 {
	font-size: 80%;
	margin: 0 0 0 2em;
}

#header h1 {
	font-family: "MS PMincho","Kozuka Mincho Pro","Hiragino Mincho Pro",serif;
}

#navi {
	display: block;
}

#navi form {
	position: relative;
	float: left;
	margin-left: 50%;
	margin-top: 5px;
}


#footer span {
	margin-right: 10px;
	font-size: 0.9em;
	line-height: 2em;
	font-family: "MS PMincho","Kozuka Mincho Pro","Hiragino Mincho Pro",serif;
}
