body {
	margin: 0px;
	padding: 0px;
	background-color:#ffffff;
	color: #8c8c8c;
	text-align:center;
	line-height:1.3em;
}
#contents a:link {
	text-decoration: none;
	color: #8c8c8c;
}
#contents a:visited {
	text-decoration: none;
	color: #8c8c8c;
}
#contents a:hover {
	text-decoration: underline;
	color: #34beed;
}
#contents a:active {
	text-decoration: none;
	color: #8c8c8c;
}
strong {
	font-weight: bold;
	color: #34beed;
}
img {
	border: 0;
}
hr{display: none;}
ul,ol,li,dl,dt,dd,p {
	margin:0px;
	padding:0px;
}
.clear{display:none}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}

#centerColumn {
   width:780px;
   min-width:780px;
   padding: 20px 0px 200px 0px;
   margin:auto;
   text-align:left;
}
#header {
	height:69px;
	background-image: url(../img/futo_line.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

#header h1 {
	margin:10px 5px 0px 0px;
	padding:0px;
	float: left;
}
#header ul.gnavi li{
	float: left;
	margin:30px 0px 0px 15px;
	list-style-type: none;
}
#header ul {
	margin-left:20px;
}
#header ul.gnavi2 li{
	float: right;
	margin:20px 0px 0px 0px;
	list-style-type: none;
}
#contents {
	clear:both;
}
#cont_right {
	float:right;
	width:590px;
	padding-bottom: 20px;
}
#cont_left {
	float:left;
	width:170px;
}
#footer {
	font-size: 85%;
	clear:both;
	height:50px;
	background-image: url(../img/futo_line.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#footer ul.subm li{
	float: left;
	margin:11px 10px 0px 0px;
	list-style-type: none;
}
#link h2 {
	margin:5px 0px 10px 0px;
	padding:0px;
}
#link li.linkbutton {
	margin:5px 0px 6px 0px;
	list-style-type: none;
}