/* 
---------------------------------------------------- */
body {
  margin: 0;
  padding: 0;
  color: #333333;
  background: #E6E6E6 url(../images/common/back.gif) repeat-y;
}

/* ---------------------------------------------------- */
#cover {
  margin: 0;
  width: 749px;
  height: 224px;			}
/*---------------------------------------------------- */
#gnavi {
	margin: 0;
	padding: 0;
	width: 749px;
	height: 66px;
	background-image: url(../images/common/menu_back.gif);
	background-repeat: no-repeat;
	left: 46px;
}
#gnavi ul {
  margin: 0;
  list-style: none;
}
#gnavi li {
	margin: 0;
	padding: 0;
	position: absolute;
	text-indent: -9999px;
	height: 66px;
}
#gnavi li.about      {
	background:  url("../images/common/m01.gif") no-repeat;
	left: 45px;
	width: 94px;
	top: 288px;
 }
#gnavi li.what    {   
	background:  url("../images/common/m02.gif") no-repeat;
	width: 94px;
	left: 139px;
	top: 288px;
 }
#gnavi li.system  {   
	background:  url("../images/common/m03.gif") no-repeat;
	width: 94px;
 	left: 233px;
	top: 288px;
}
#gnavi li.area      {
	background:  url("../images/common/m04.gif") no-repeat;
	width: 94px;
	left: 326px;
	top: 288px;
 }
#gnavi li.media    {   
	background:  url("../images/common/m05.gif") no-repeat;
	width: 94px;
	left: 420px;
	top: 288px;
 }
#gnavi li.info  {   
	background:  url("../images/common/m06.gif") no-repeat;
	width: 94px;
 	left: 514px;
	top: 288px;
}
#gnavi li.link    {   
	background:  url("../images/common/m07.gif") no-repeat;
	width: 93px;
	left: 608px;
	top: 288px;
 }
#gnavi li.topics  {   
	background:  url("../images/common/m08.gif") no-repeat;
	width: 94px;
 	left: 701px;
	top: 288px;
}
#gnavi li.about a:hover {
	background:  url("../images/common/m01_on.gif") no-repeat;
 }
#gnavi li.what a:hover     {   
	background:  url("../images/common/m02_on.gif") no-repeat;
 }
#gnavi li.system a:hover  {   
	background:  url("../images/common/m03_on.gif") no-repeat;
}
#gnavi li.area a:hover      {
	background:  url("../images/common/m04_on.gif") no-repeat;
 }
#gnavi li.media a:hover    {   
	background:  url("../images/common/m05_on.gif") no-repeat;
 }
#gnavi li.info a:hover  {   
	background:  url("../images/common/m06_on.gif") no-repeat;
}
#gnavi li.link a:hover    {   
	background:  url("../images/common/m07_on.gif") no-repeat;
 }
#gnavi li.topics a:hover  {   
	background:  url("../images/common/m08_on.gif") no-repeat;
}
#gnavi li a {
  text-decoration: none;		
  display: block;
  height: 66px;
}

/*---------------------------------------------------- */
#content {
float: left;
  margin: 10px 0 0 0px;
  width: 300px;	}
#content h2 {
  margin: 0;
  padding: 0;
  height: 25px;
}

#content p {
	font-size: 10px;
	color: #666666;
}

#whatsnew
{ width: 300px;
}
#whatsnew p.w {
  width: 300px;
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666666;
}

#whatsnew p.w1 {
  width: 290px;
	font-size: 11px;
	color: #666666;
	background-color: #EBEBEB;
	padding: 5px;
	margin: 0px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666666;
}
#whatsnew p.w2 {
  width: 290px;
	font-size: 11px;
	color: #666666;
	background-color: #f5f5f5;
	padding: 5px;
	margin: 0px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666666;
}

#kaiin h2 {
  width: 137px;
	margin: 0;
	padding: 0;	}
#kaiin td {
	font-size: 10px;
	color: #666666;
}

.counter {
	float: left;
	border: 1px solid #333333;
}
p{
	margin: 0;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.blue {
	margin-top: 10px;
	font-size: 10px;
	color: #0091C8;
}


/*---------------------------------------------------- */
#content2 {
	float: right;
  margin: 10px 0 0 0px;
  width: 405px;}
#content2 h2 {
  margin: 0;
  padding: 0;
  height: 20px;
}
#content2 a, #content img{		
 display: block;
}
#content2 div{
	float:left;
	width:131px;
	margin-top: 5px;
}

#content2 h3 {
  margin: 0;
  padding: 0;
  height: 31px;
}

#content2 p {
	margin: 0 0 0px;
	width: 122px;
	font-size: 10px;
	line-height: 1.4;
	background-color: #f5f5f5;
	padding: 3px;
}


