@charset "utf-8";

/* ------ clearfix ------- */  

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
/* End hide from IE-mac */


/* トップページ */
#contents .SystemLink {
	text-align: right;
	float: right;
	margin-top: 5px;
	margin-right: 30px;
	margin-bottom: 30px;
	margin-left: 0;
	width: 690px;
	font-size: 85%;
	color: #39C;
	display: inline;
}
#contents .space01 {
	margin: 20px 0 0 0;
}
a.GLink {
	font-size: 10px;
	color: #FFF;
	margin: 0px;
	padding: 0px;
}
.infocomment {
	font-size: 80%;
	float: right;
	margin-bottom: 20px;
	margin-top: 10px;
	width: 690px;
	text-align: right;
	margin-right: 30px;
	}
/*フッター部分 */
#sidecontent {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	}
.sitemapbox {
	background-color: #C2D5EE;
	width: 750px;
	text-align: left;
	font-size: 75%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
	padding-bottom: 20px;
}
.sitemapbox ul {
	width: 700px;
	margin-left: 50px;
}
.sitemapbox ul li {
	list-style-type: none;
	float: left;
	margin-left: 40px;
}
.sitemapbox li span {
	font-weight: bold;
	color: #666666;
}
/*メニューバー */
.menubar {
	width: 710px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	height: 50px;
}
.menubar li {
	float: left;
}
