/*reset*/

*{
  margin:0;
  padding:0;
  list-style:none;
  font-size:100%;
}

html {
	overflow:scroll;
	overflow: -moz-scrollbars-vertical;
	overflow-x: scroll;
}

body {
	background-color: #002B00;
	text-align:center;
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	color: #252525;
	background-image: url(../images/body_bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	padding: 0px;
}
img,table,tr,td {
	border:0;	
}
#wrap {
	text-align:left;
	width: 800px;
	padding-top: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.clear {
	margin: 0px;
	padding: 0px;
	clear: both;
	visibility: hidden;
}
#header {
	margin: 0px;
	padding: 0px;
	height:110px;
	background-image:url(../images/saranoki.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#header #headcont {
	position: relative;
	height: 110px;
	width: 800px;
}
#header #headcont .headtitle {
	position: absolute;
	left: 22px;
	top: 0px;
}
#header #headcont .headcatch {
	position: absolute;
	left: 230px;
	top: 30px;
}
#header #headcont .headdisc {
	position: absolute;
	top: 5px;
	font-size: 12px;
	color: #F9F9F9;
	text-align: right;
	right: 5px;
	line-height: 15px;
}
#header #headcont .headreserve {
	position: absolute;
	left: 503px;
	top: 50px;
}
#menu {
	background-image: url(../images/menu_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 35px;
}
#cont_top {
	background-color: #DFDDCA;
}
#cont {
	background-color: #DFDDCA;
	background-image: url(../images/pagebottom.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#foot {
	background-image: url(../images/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 22px;
	text-align: center;
	padding-top: 8px;
}

h2{
	overflow: hidden;
	text-indent: -100000em;
	height: 1px;
}
address {
	font-style: normal;
	font-size: 12px;
	color: #FFFFFF;
}

.pagedisc {
	padding-bottom: 20px;
}
.pagedisc p {
	font-size: 0.8em;
	line-height: 1.2em;
}
.pagedisc a {
	color: #002B00;
	text-decoration: underline;
}
.pagedisc a:hover{
	color: #960;
	text-decoration: underline;
}

.pagetop{
	font-size: 0.8em;
	text-align: right;
	margin-right: 20px;
	margin-left: 5px;
	margin-bottom: 15px;
}
.pagetop a{
	color: #727238;
	text-decoration: none;
}
.pagetop a:hover{
	color: #960;
	text-decoration: underline;
}

/*fontcolor*/
.redtxt{
	color: #C30;
}
.brwtxt {
	color: #825700;
}
.ultxt{
	text-decoration: underline;
}
.ultxtred{
	color: #C30;
	text-decoration: underline;
}

