@charset "utf-8";
/*-----------------------------------------------------------------
   CSS Document
   090410 Akiba
 -----------------------------------------------------------------*/
body{
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin:0;
	padding:0;
	background: url(../images/background.gif);
	overflow-x:hidden;
	width:95%;

}
ul{
	padding:0;
	margin:0;

}

#levelInformation{
	width:370px;
}

/*-----------------------------------------------------------------
  mainBody
 -----------------------------------------------------------------*/
#mainBody {
	line-height:1.5em;
 }

ul{
	margin:0 0 0 15px;
}
 
.informationDate{
	font-weight:bold;
	color:#3a361e;
	padding:5px 0 0 0;
}


.informationText{
	/*border-bottom:1px dotted #cccccc;*/
	color:#3a361e;
	white-space:normal;
	padding:5px 0 5px 1em;
	
	line-height:1.3em;
	background:url(../images/line_dot1.gif) repeat-x bottom;
}
 

/*-----------------------------------------------------------------
  index
 -----------------------------------------------------------------*/
form{
	padding:0;
	margin:0;
}

li{
	list-style:none;
	font-size:0.75em;
}


#globalMenu li{
	float:left;
	background: url(../images/background.gif);
}

#pageBody{
	clear:both;
}
