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

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

body {
	background-color: #FFFFFF;
	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:420px;
	width:840px;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-210px;
	margin-left:-420px;
}

/* ---------------------------------------------------------------- *
	ヘッダ部分
 * ---------------------------------------------------------------- */
#header {
	background-image: url(../image/top/title.gif);
	background-repeat: no-repeat;
	height: 26px;
	margin-bottom: 3px;
	background-position: left;
}

#header h1 {
	height: 0;
	overflow: hidden;
	padding-top: 30px;
	font-size: 0;
	visibility: hidden;
}

#menu {
	height: 14px;
	position: relative;
	margin: 0px;
	padding-top: 5px;
	line-height: 1;
}

#menu #main-menu ul li {
	height: 14px;
	display: inline;
	margin-right: 12px;
	float: left;
	line-height: 1;
}

#copy {
	float: right;
	font-size: 10px;
	color: #999999;
}

#update {
	height: 16px;
	float: right;
	font-size: 85%;
	color: #999999;
	padding-top: 10px;
}

/* ---------------------------------------------------------------- *
	コンテンツコンテナ
 * ---------------------------------------------------------------- */
#contents {
	text-align: left;
	padding: 0px;
	margin-top: auto;
	margin-bottom: auto;
}

#contents .flash {
	float: left;
	height: 360px;
	width: 620px;
}

#contents .color {
	float: left;
	width: 210px;
	background-color: #334930;
	font-size: 85%;
	color: #fff;
	padding-right: 5px;
	padding-left: 5px;
	text-align: center;
	height: 330px;
	padding-top: 30px;
}

#contents .color a:link {
	color: #fff;
}
#contents .color a:visited {
	color: #fff;
}
#contents .color a:hover {
	color: #fff;
}




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