html,body{ height: 100%; }

body{
	margin: 0;
	padding: 10px;
	font: 12px/150% "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	text-align: left;
	background: url(../img/bg.gif) repeat;
}

p{	font: 12px/150% "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3"; }

h1{ font-size: 18px; margin: 0px; }
h2{ font-size: 16px; margin: 10px 0px; }
h3{ font-size: 14px; margin: 10px 0px 0px 0px; }
h4{ font-size: 12px; margin: 10px 0px 2px 0px; }
h5{ font-size: 12px; margin: 20px 0px 20px 0px; }

#wrapper {
	width: 700px;
	position: relative;
	background-color: #FFFFFF;
}

#header {
	width: 700px;
	height: 100px;
	margin: 0;
	color: #000000;
	background: url(../../img/header.gif) no-repeat;
}

#footer{
	padding: 0;
	margin: 0;
	width: 700px;
	height: 25px;
	text-align: center;
	background: url(../../img/footer.gif) no-repeat;
}

#setumei {
	padding: 5px;
}

#yb {
	width: 280px;
	height: 50px;
	margin: 0;
	text-align: center;
	background: url(../img/yellow_button.gif) no-repeat;
}
#yb2 {
	width: 570px;
	height: 50px;
	margin: 0;
	text-align: center;
	background: url(../img/yellow_button.gif) no-repeat;
	background-position: center;
}
#rb {
	width: 280px;
	height: 35px;
	margin: 0;
	text-align: center;
	background: url(../img/red_button.gif) no-repeat;
}