@charset "utf-8";
html{
    height: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
	height: 100%;
}

#container {
	padding: 0px;
	width: 850px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -35px;	
}

#footer{
	background-color: #8CC63F;
	background-image: url(img/footerbg.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height:35px;
}

#footercontainer{
	width: 850px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	color: #FFFFFF;
	text-align: center;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 80%;
}

#mainimg {
	margin: 0px;
	padding: 0px;
	width: 850px;
	background-image: url(img/main.gif);
	background-repeat: no-repeat;
	height: 683px;
}

h1.sitetitle{
	margin: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 80%;
	font-weight: normal;
	height: 10px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;


}
a.freeacount{
	padding: 0px;
	height: 83px;
	width: 255px;
	display: block;
	float: left;
	margin-top: 550px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	text-indent: -9999px;

}


a.softwaredownload{
	padding: 0px;
	height: 83px;
	width: 255px;
	display: block;
	float: left;
	margin-top: 550px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	text-indent: -9999px;

}


a.userpage{
	padding: 0px;
	height: 83px;
	width: 255px;
	display: block;
	float: left;
	margin-top: 550px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	text-indent: -9999px;

}

/*------------menu----------------*/

#menu{
	padding: 0;
	width: 850px;
	height: 44px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

#menu ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#menu li{
  text-indent: -9999px;
  float:left;
  /*width: 100px;*/
  margin: 0;
  padding: 0;
}

#menu a{
  display: block;
  /*width: 100%;*/
  height: 44px;
  background-image: url(img/menu.gif);
  background-repeat: no-repeat;
}

#m01 a{
	width: 118px;
background-position: 0 0;}

#m02 a{
	width: 214px;
background-position: -118px 0;}
#m03 a{
	width: 127px;
background-position: -332px 0;}
#m04 a{
	width: 128px;
background-position: -459px 0;}
#m05 a{
	width: 128px;
background-position: -587px 0;}

#m06 a{
	width: 135px;
background-position: -715px 0;}


#m01 a:hover{
	width: 118px;
background-position: 0 -44px;}

#m02 a:hover{
	width: 214px;
background-position: -118px -44px;}
#m03 a:hover{
	width: 127px;
background-position: -332px -44px;}
#m04 a:hover{
	width: 128px;
background-position: -459px -44px;}
#m05 a:hover{
	width: 128px;
background-position: -587px -44px;}

#m06 a:hover{
	width: 135px;
background-position: -715px -44px;}


#contentl{
	padding: 0px;
	float: left;
	width: 540px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}

#contentr{
	padding: 0px;
	float: right;
	width: 266px;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}



h4.news{
	background-image: url(img/h4-news.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
	height: 36px;
	width: 538px;
}



table.news{
	width:535px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 75%;
	font-style: normal;
	line-height: 150%;
	border-collapse:collapse;
	border:none;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}

table.news td.ind{
	vertical-align:top;
	width:90px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-top: 10px;
	padding-bottom: 10px;
	border-right-style: none;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	font-weight: bold;
	padding-left: 10px;
	color: #666666;
}


table.news td.dat{
	width:420px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
}

