@charset "utf-8";

body {
	text-align: center;
	margin: 0px;
	font-size:75%;
	line-height:150%;
	font-family :'Lucida Grande', 'Verdana', 'ＭＳ Ｐゴシック', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', sans-serif;
	background-color: #F3F3F3;
	color: #666666;
}


#wrapper{
	width:100%;
	height:100%;
	margin:0;
	text-align: left;
}


#container {
	width:703px;
	background-image: url(../images/back01.gif);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: center;
}

#header {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 75px;
	width: 667px;
	text-align: left;
}

#header p {
	margin: 0px;
	padding: 0px;
	float:left;
}

#header p.top {
	padding: 0px;
	margin-top: 40px;
	margin-left: 10px;
}

#menubar {
	height: 36px;
	width: 668px;
	argin-right: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	clear: both;
}

#nav {
	text-align: center;
}

#junk {
	text-align: right;
	padding-right: 40px;
	padding-top: 5px;
	padding-bottom: 5px;

}

#footer {
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
	text-align: center;
}

