@charset "Shift_JIS";



div {
  margin: 0;
  padding: 0;
}

/*
=========================================================================

========================================================================*/

body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: normal;
	background-image: url(../images/wp.jpg);
	background-repeat: repeat;
}


#globalnavi {
	padding-left: 1px;
}

#container {
	height: auto;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
	background-color: #FFFFFF;
}

#header {
	background-image: url(../images/haeder.jpg);
	width: 800px;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 135px;
	background-repeat: no-repeat;
	padding-bottom: 2px;
}

#content {
	margin-top: 5px;
	padding: 10px;
	width: 600px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	margin-right: 0px;
	margin-bottom: 5px;
	height: auto;
}
#content1 {
	width: auto;
	height: auto;
	display: block;
}
#side {
	margin-top: 25px;
	width: 160px;
	float: right;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 2px;
	margin-right: 10px;
}

#undernavi { }

#footer {
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	height: 20;
	width: 800px;
	color: #666666;
}
