@charset "shift_jis";
/* CSS Document */

/*===============common==============*/
*{
	margin:0;
	padding:0;
	list-style:none;
	font-style:normal;
	font-weight:normal;
}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #999999;
	background-color: #CCCCCC;
}
.re_pos {
	left: 0px;
	position: relative;
	top: 0px;
	width: 700px;
}
li {
	list-style-position: outside;
	list-style-type: none;
}
a:link {
	color: #0D40B3;
	font-weight: bold;
}
a:hover {
	color: #993300;
	font-weight: bold;
}
a:visited {
	color: #330066;
}
ol, ul {
	list-style: none;
	list-style-position: outside;
	list-style-type: none;
}
#container {
	background-color: #CCCCCC;
}
#headercontainer {
	background-color: #000000;
	position: fixed;
	width: 100%;
}
#header {
	width: 700px;
	margin: 0 auto;
	text-align: left;
	height: 90px;
}
#header .logo {
	width: 100px;
	left: 0px;
	position: absolute;
	top: 10px;
}
#header .text {
	width: 490px;
	font-weight: bold;
	left: 110px;
	position: absolute;
	line-height: 20px;
	top: 50px;
}
#header .texten {
	width: 490px;
	font-weight: bold;
	left: 110px;
	position: absolute;
	top: 46px;
}
#blank {
	height: 150px;
}
.update  {
	width: 100px;
	font-size: 11px;
	color: #9C4000;
	height: 30px;
	left: 600px;
	position: absolute;
	text-align: right;
}
.contact  {
	font-size: 13px;
	font-weight: bolder;
	color: #9C4000;
	width: 100px;
	margin-top: 40px;
	left: 600px;
	position: absolute;
	text-align: right;
}
.contact a {
	color: #9C4000;
}
#menu  {
	background-color: #333333;
	width: 100%;
	margin-top: 10px;
	height: 30px;
}
#menu ul {
	display: block;
	width: 700px;
	margin: 0 auto;
	height: 30px;
}
#menu ul li {
	float: left;
}
#menu ul li a {
	display: block;
	height: 23px;
	width: 100px;
	color: #CCCCCC;
	font-size: 12px;
	font-weight: bolder;
	padding-top: 7px;
	text-decoration: none;
}
#menu   ul   li   a:hover        {
	background-color: #CCCCCC;
	color: #333333;
}
#content   {
	background-color: #CCCCCC;
}
#content  ul {
	display: block;
	height: 30px;
	width: 700px;
	margin: 0 auto;
}
#content  ul  li {
	float: left;
}
#content ul li a {
	display: block;
	height: 23px;
	width: 150px;
	color: #333333;
	font-size: 12px;
	font-weight: bolder;
	padding-top: 7px;
	text-decoration: none;
}
#content ul li a:hover {
	color: #999999;
}
#contentmain {
	width: 700px;
	margin: 0 auto;
	text-align: left;
	color: #333333;
	height: 50px;
	display: block;
	padding-top: 10px;
}
#contentmain  .title {
	font-size: 18px;
	width: 150px;
	font-weight: bold;
	float: left;
}
#contentmain .subcontent {
	font-size: 12px;
	width: 500px;
	color: #9C1E00;
	float: right;
}
#main   {
	margin: 0 auto;
	margin-top: 20px;
	color: #333333;
	text-align: left;
	width: 700px;
}
#mainwhite  {
	width: 700px;
	margin: 0 auto;
	margin-top: 20px;
	color: #333333;
	text-align: left;
	background-color: #FFFFFF;
}
#news {
	margin: 0 auto;
	color: #333333;
	text-align: left;
	width: 700px;
	margin-top: 5px;
}
#footer {
	background-color: #9C4000;
	color: #333333;
	height: 45px;
	position: fixed;
	width: 100%;
	bottom: 0px;
}
#footer .news {
	width: 700px;
	margin: 0 auto;
}
#footer .newsContent {
	width: 600px;
	padding-top: 10px;
	font-size: 12px;
	font-weight: bold;
}
#footer .logo {
	width: 80px;
	float: right;
	padding-top: 5px;
}

