@charset "utf-8";

#game h2 {
	margin:10px 10px 15px 10px;
}

/*
#gameHead {
	margin:0;
	padding:0 0 35px 0;
	width:760px;
}*/

.gameArea {
	clear:both;
	margin:30px 30px 0 30px;
	padding:0;
	width:700px;
	text-align:center;
}

.gameArea dl {
	float:left;
	margin-bottom:40px;
	width:210px;
	text-align:center;
}
.gameArea dl dt {
	margin-bottom:15px;
}
.gameArea dl dd {
	margin-bottom:10px;
}
.gameArea dl.adjust {
	margin:0 35px;
}
.gameArea dl dd.caption {
	text-align:left;
}






/* sec */

#game h3 {
	margin:0 auto 20px auto;
	padding:0;
	width:450px;
	height:30px;
}

#gameSecMogura   { background:url(/game/mogura/img/tit_mogura.gif) center center no-repeat;}
#gameSec15puzzle { background:url(/game/puzzle/img/tit_15.gif) center center no-repeat;}
#gameSec8puzzle  { background:url(/game/puzzle/img/tit_8.gif) center center no-repeat;}
#gameSecCard     { background:url(/game/memory/img/tit_card.gif) center center no-repeat;}
#gameSecPocky    { background:url(/game/pocky/img/tit_pocky.gif) center center no-repeat;}
#gameSecSpeed    { background:url(/game/speed/img/tit_speed.gif) center center no-repeat;}
#gameSecSpinThrow    { background:url(/game/spinthrow/img/tit_spinthrow.gif) center center no-repeat;}

#swfObj {
	margin:0 153px;
	padding:0;
	/*width:450px;*/
	border:#3d0000 solid 2px;
	color:#000000;
	font-size:0;
}
#swfObj dd {
	margin:10px;
}
#swfObj dd.caution {
	font-size:12px;
}
#gameHint {
	margin:25px 153px 0 153px;
	padding:10px 10px 0 10px;
	background:#F894B6 url(/game/img/frame_01.gif) center top no-repeat;
	color:#FFF;
	text-align:left;
}
#gameTop {
	margin:0 auto;
	padding:30px 0;
	background:url(/game/img/frame_02.gif) center top no-repeat;
	text-align:center;
}

.gameArea #newGame { padding: 15px 15px 0 15px; background: url(/game/img/frame_top_01.gif) 0 0 no-repeat; text-align: left; }
.gameArea #newGame div { margin:0; padding: 0;  float: left; width: 470px; }
.gameArea #newGame div h3 { margin:0; padding: 0; height: 67px; }
.gameArea #newGame div .intro { padding-left: 10px; }
.gameArea #newGame div .btn { margin-top: 10px; padding-left: 10px; }
.gameArea #newGamebtm { clear: both; height: 50px; background: url(/game/img/frame_top_02.gif) 0 0 no-repeat; }

