/* CSS Document */
*{
	margin: 0px;
	padding: 0px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
}
div {
	float: left;
	display: inline;
}
html {
	width: 100%;
	height: 100%;
}
body {
	position: relative;
	width: 100%;
	height: 100%;
	/*font-family: "メイリオ","ＭＳ Ｐゴシック",Osaka,"ヒラギノ角ゴ Pro W3",Georgia,"Times New Roman",Times,serif;*/
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","MS PGothic","ＭＳ ゴシック","Osaka","Arial","sans-serif";
	font-size: 9pt;
	color: #000;
	line-height: 1.5em;
	background-color: #FFF;
}
a {
	text-decoration: none;
	color: #000;
}
a:hover {
	color: #CCC;
}
a img {
	border:medium none;
}




.bgimage{
  position:fixed !important;
  display:none;
}

#contents {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background: none repeat scroll 0 0;
	padding: 0px;
	position:absolute;
	top:0px;
	width:100%;
	height: auto !important;
	height: 100%;
	min-height: 100%;
}
#maincontent {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
	height: auto !important;
	height: 100%;
	min-height: 100%;
}

#maincontent .head{
	position: absolute; top: 50px; left: 0px;
	width: 500px;
	height: 55px;
	background-image: url(../img/topBG.png);
	background-repeat: repeat;
}

#maincontent .news{
	position: absolute; top: 0px; right: 0px;
	width: 250px;
	height: auto;
	background-image: url(../img/topBG.png);
	background-repeat: repeat;
}

#maincontent .news .news_area{
	width: 220px;
	height: auto;
	margin-top: 15px;
	margin-left: 15px;
	margin-bottom: 15px;
}

#maincontent .news .news_area .title{
	width: 220px;
	height: auto;
	margin-top: 60px;
	margin-bottom: 60px;
	font-size: 10pt;
	font-weight: bold;
}

#maincontent .news .news_area .set{
	width: 220px;
	height: auto;
	margin-bottom: 15px;
}

#maincontent .news .news_area .set .date{
	width: 220px;
	height: auto;
	margin-bottom: 5px;
	border-bottom: solid 1px #999;
	font-weight: bold;
	font-size: 7pt;
}

#maincontent .news .news_area .set .text{
	width: 220px;
	height: auto;
	margin-bottom: 0px;
	font-size: 7pt;
	font-weight: bold;
}

#maincontent .mx_logo{
	position: absolute; bottom: 125px; right: 50px;
	width: 123px;
	height: 123px;
	margin-bottom: 0px;
	opacity: 0.75;
	filter: alpha(opacity=75);
}

#maincontent .foot{
	position: absolute; bottom: 0px;
	width: 100%;
	height: 75px;
	margin-bottom: 0px;
	font-weight: bold;
	background-image: url(../img/topBG.png);
	background-repeat: repeat;
}

#maincontent .foot .menu_area{
	width: auto;
	height: 15px;
	margin-top: 15px;
	margin-left: 75px;
}

#maincontent .foot .menu_area .menu{
	width: auto;
	height: 15px;
	margin-top: 0px;
	margin-right: 25px;
}

#maincontent .foot .menu_area .menu a:hover img{
	opacity: 0.4;
	filter: alpha(opacity=40);
}

#maincontent .foot .copyright{
	position: absolute; bottom: 10px; right: 25px;
	width: auto;
	height: auto;
	margin-top: 0px;
	margin-right: 0px;
	font-size: 7pt;
}

.loader {
  position:absolute;
  z-index:9999;
  width:39px;
  height:39px;
  top:49%;
  left:49%
}
