body {
	margin: 0px;
	padding: 0px;
	background-image: url(img/haikei.jpg);
	background-repeat: repeat;
}
body,td,th {
	font-size: 12px;
}
/* ------------------------------
 全体　900px
------------------------------ */
#wrapper{
	background-color: #FFFFFF;
	width: 900px;
	margin:auto;
	padding-bottom:0px;
}

/* ------------------------------
 Header
------------------------------ */
#header {
	background-image: url(img/haikei_558.gif);
	width: 900px;
	text-align: left;
	font-size: 10pt;
	padding-bottom: 3px;
}

/* ------------------------------
 contents
------------------------------ */
#contents {
	width: 900px;
	text-align: left;
	background-color: #FFFFFF;
}

/* ------------------------------
 Footer
------------------------------ */
#footer	{
	background-color:#FFFFFF;
	font-size:	10pt;
	text-align:right;
	width: 900px;
	padding-top: 10px;
	clear: both;
}

#footernavi	{
	background-color:#CCCCCC;
	font-size:	10pt;
	text-align:right;
	width: 900px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
}

/* ------------------------------
 groval navigation
------------------------------ */
div.g-navi {
	margin: 0px;
	padding: 0px 13px;
	width: 874px;
	height: 42px;
	position: relative;
}
ul.g-navi {
	display: block;
	margin: 0px;
	padding: 0px;
	width: 640px;
	list-style: none;
	float: left;
}
ul.g-navi li {
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
}
ul.m-navi {
	display: block;
	margin: 0px;
	padding: 0px;
	width: 220px;
	list-style: none;
	float: right;
}
ul.m-navi li {
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
}

.clearfix:after {
	clear: both;
	content: " ";
	display: block;
	height: 0px;
	visibility: hidden;
}

/* ------------------------------
 ヘッダーリンク
------------------------------ */
#header a:link {
	color: #333333;
	text-decoration: none;
}
#header a:visited {
	color: #333333;
	text-decoration: none;
}
#header a:hover {
	color: #FF6600;
	text-decoration: underline;
}
#header a:active {
	color: #FF6600;
	text-decoration: underline;
}



.clear {
	clear:both;
}
.clear hr {
	display:none;
} 

.left {  background-attachment: fixed; background-image: url(img/left_b.jpg); background-repeat: repeat-x}

.small {
	font-size: 12px;
	color: #333333;
}
.orange {
	font-size: 12px;
	color: #FF6600;
}


a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;
}
a:active {
	color: #FF6600;
	text-decoration: underline;
}
p {
	font-size: 13px;
	line-height: 120%;
	text-align: left;
}


