@charset "utf-8";

/*共通項目*/
#header{
	width: 100%;
}
body{
}

#cts{
	margin: 0 auto;
	height:100%;
	width:100%;
	text-align:center;
}

#cts .wrapper{
	text-align:center;
}
#charaAll1{
	height:100%;
	width:100%;
	background:url(img/chara_wbg1.jpg) 50% 65px no-repeat #300;
	text-align:center;
	overflow:hidden;
}
#charaAll2{
	height:610px;
	width:100%;
	background:url(img/chara_wbg2.jpg) 50% 0px no-repeat #300;
	text-align:center;
	overflow:hidden;
}
#charaAll1 img,
#charaAll2 img{
	margin: 0 auto;
}
#detailWindow{
	display:none;
}

#cts #cr{
	color:#003;
	clear:both;
	font-size:10px;
	line-height:1.2em;
	margin:20px auto 10px auto;
}
#detailWindow img{
	margin:0;
	padding:0;
}