/*PenJapan game  detail layout 明細用
---------------------------------------------------*/

@charset "utf-8";

/*基本　ブロック
---------------------------------------------------*/
#contents h1 {
	float: left;
	clear: left;
}
/*クイズ・ゲーム活用ブロック
---------------------------------------------------*/
#contents ul#outline {
	background-image: url(../80game/img/bg_outline.gif);
	height: 110px;
	width: 925px;
	margin-left: 15px;
	background-repeat: no-repeat;
	margin-bottom: 20px;
	clear: both;
	margin-top: 10px;
	padding-left: 20px;
	padding-top: 20px;
	padding-right: 20px;
	list-style-position: inside;
	list-style-type: square;
}
#contents ul#outline li {
	font-size: 95%;
	margin-left: 10px;
}

#contents #main {
	height: auto;
	width: 700px;
	float: left;
}
#contents #main #game {
	background-color: #f4ffff;
	float: left;
	height: 560px;
	width: 650px;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 20px;
	padding-top: 20px;
	padding-left: 20px;
	border: 3px solid #cb9b0c;
	padding-bottom: 20px;
	text-align: center;
}
#contents #right {
	height: 600px;
	margin-top: 40px;
	margin-right: 10px;
}
