@charset "UTF-8";

#top_header_chara {
	width: 100%;
	min-width: 980px;
	height: 127px;
	position: relative;
	z-index: 0;
	overflow: hidden;
	background: url(../gra/game/header_chara.png) no-repeat center top;
}
#main {padding-top: 40px;}
.box.right {left: 30px; transform: rotate(-1deg);}
.box.left {left: -30px; transform: rotate(1deg);}
/*.box.right .image {transform: rotate(-3deg);}*/
/*.box.left .image {transform: rotate(3deg);}*/

#game1 {
	position: absolute;
	top: 416px;
	left: 72px;
	z-index: 3;
}

#game2 {
	position: absolute;
	top: 430px;
	right: 68px;
	z-index: 3;
}

#game3 {
	position: absolute;
	top: 475px;
	left: 60px;
	z-index: 3;
}

.large {
	text-indent: 0;
	font-size: 18px;
	line-height: 30px;
	font-weight: bold;
}