@charset "Shift_JIS";



body {
	font-size: 100%;
	color: #333;
	text-align: center;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	background-image: url(../img/background.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

html {
	height: 100%;
}
a {
	text-decoration: none;
	color: #006699;
}
a:hover {
	color: #FF9933;
	text-decoration: underline;
}


.fontsize-70 {
	font-size: 70%;
	line-height: 1.5em;
}
.fontsize-80 {
	font-size: 80%;
	line-height: 1.5em;
}
.fontsize-90 {
	font-size: 90%;
	line-height: 1.5em;
}
.fontsize-100 {
	font-size: 100%;
	line-height: 1.5em;
}


h1,h2,h3,h4,h5 {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	font-weight: normal;
}

p 
 {
	margin: 0px;
	padding: 0px;
}

td {
	text-align: left;
}
th {
	font-weight: normal;
	text-align: center;
}

dl,dt,dd,ul,ol,li{
	margin: 0px;
	padding: 0px;
	list-style:none;
}

img {
	border: 0px;
}
.clear_both {
	clear: both;
}
#body_area {
	background-image: url(../img/main_bk.jpg);
	background-repeat: no-repeat;
	text-align: left;
	height: 671px;
	width: 853px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 42px;
	padding-left: 147px;
}
#mainmenu {
	width: 714px;
}
#footer {
	width: 714px;
	text-align: right;
}

