body {
  text-align: center;
  background-image : url(img/bk.gif);
  background-repeat:repeat;
  font-size:15px;
}


#container {
  width:850px;
  height:100%;
  margin-left: auto;
  margin-right: auto;
  text-align: left;

}

#header_l {
  background-color:#ffffff;
  width:500px;
  height:120px;
  float:left;

  margin:0px 0px 10px 0px;


}

#header_r {
  background-color:#ffffff;
  width:320px;
  height:120px;
  float:left;

  margin:0px 0px 10px 10px;
  padding: 5px;
  border: 1px #0066cc solid;
}
*html #header_r {
  background-color:#ffffff;
  width:310px;
  height:120px;
  float:left;

  margin:0px 10px 10px 10px;
  padding: 5px;
  border: 1px #0066cc solid;
}


#menu {
  background-color:#ffffff;
  width:200px;
  height:180px;
  
  float:left;
}
*html #menu {
  background-color:#ffffff;
  width:200px;
  height:180px;
  
  float:left;
}

#main {
  background-color:#ffffff;
  width:610px;

  float:left;
  
  margin:0px 0px 0px 10px;
  padding: 10px;
  border: 1px #0066cc dashed;
}


#footer {
  
  width:97%;
  height:20px;
  text-align: right;
  
  float:left;
  border-top:solid 2px #000099;
  border-bottom:solid 2px #000099;
  margin:10px 0px 0px 0px;
  padding:0px 20px 0px 0px;


}

#m_btn_ul {
  float:left;
  height:10px;
  list-style-type: none;

  margin:0px 0px 0px -40px;

}

*html #m_btn_ul {
  float:left;
  height:10px;
  list-style-type: none;

  margin:0px 0px 0px 0px;

}
#m_btn_li {
  margin:-2px 0px 0px 0px;

}

#gameTtl {
	font-size: 1.1em;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #6699cc;
	margin: 0 0 0 0;
	padding: 7px 0 0 20px;

}
#msg_ttl {
	color: #FFFFFF;
	font-size: 1.1em;
	font-weight: bold;
	background-color: #3399cc;
	margin: 0 0 5px 0;
	padding: 3px 0 0 25px;
	
	background-image : url(img/h2_icn.png);
	background-repeat: no-repeat;
	background-position: 5px center;
}
#clear {
	clear: both;
} 
#clear hr { display:none; } 
h1 {
	color: #000000;
	font-size: 1.2em;
	background-image : url(img/bar_bk.gif);
	background-repeat: no-repeat;
	margin: 0 0 5px 0;
	padding: 3px 0 0 15px;
	
}
#img-a {
	width:100px;
	margin:5px 3px 0px 0px;
}


a {
	text-decoration:none;
}


dl {
	margin: 0 0 15px;
	padding: 0 10px 10px;
	border: 7px #6699cc solid;
}
dl .line {
	border-bottom: 1px #CCCCCC dashed;
}
dl dt {
	float: left;
	width: 7em;
	padding: 10px 0;
	font-weight: bold;
	text-indent: 1em;
	line-height: 150%;
}
dl dd {
	padding: 10px 0 10px 7em;
	line-height: 150%;
}
