@charset "UTF-8";
@import url(common.css);
@import url(textsettings.css);

/* ---------------------------------------------------------------- *
	ドキュメント全体
 * ---------------------------------------------------------------- */

body {
	background-color: #E2E2E2;
	margin: 0px;
	padding: 0px;
}

a {  color: #0c419a; text-decoration: none}
a:active {text-decoration:none}
a:link    { color: #0c419a; text-decoration: none }
a:visited  { color: #6885BE; text-decoration: none }
a:hover {color:#FF0000;text-decoration:underline}

#container {
	overflow:auto;
	height:540px;
	width:800px;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-270px;
	margin-left:-400px;
	background-color: #FFFFFF;
}

#header {
	height: 30px;
	background-color: #E2E2E2;
}

#mail {
	float: right;
	margin-top: 8px;
	margin-right: 1px;
}

#menu {
	line-height: 1;
	margin-top: 15px;
}

#copy {
	float: right;
	font-size: 85%;
	color: #999999;
}


#contents {
	text-align: left;
	padding: 0px;
	height: 500px;
}

#contents .right {
	float: right;
	margin-bottom: 5px;
	margin-left: 15px;
	margin-top: 5px;
}

#contents .left {
	float: left;
	margin-bottom: 5px;
	margin-right: 15px;
	margin-top: 5px;
}

#footer {
	background-image: url(../image/footer-bg.png);
	background-repeat: no-repeat;
	background-position: bottom;
	text-align: right;
	padding-right: 10px;
	font-size: 11px;
	line-height: 16px;
	height: 45px;
	padding-top: 110px;
	overflow: hidden;
}

/* Note：バグ回避 
[id="sidenavi"]#sidenavi {
  margin-top: 0;
}
html:lang(ja) #sidenavi {
  margin-top: 0;
}
