@charset "utf-8";
/* CSS Document */


body{
	background:url("../images/chara/chara_bg.jpg");
	background-size:cover;
}

.character{
	width:760px;
	height:550px;
	padding:0;
	margin:20px auto 0;
}

#c01{
	background: url("../images/chara/chara01.png") no-repeat center;
	background-size:100%;
}
#c02{
	background: url("../images/chara/chara02.png") no-repeat center;
	background-size:100%;
}
#c03{
	background: url("../images/chara/chara03.png") no-repeat center;
	background-size:100%;
}
#c04{
	background: url("../images/chara/chara04.png") no-repeat center;
	background-size:100%;
}
#c05{
	background: url("../images/chara/chara05.png") no-repeat center;
	background-size:100%;
	margin-top:5px;
}
#c06{
	background: url("../images/chara/chara06.png") no-repeat center;
	background-size:100%;
}
#c07{
	background: url("../images/chara/chara07.png") no-repeat center;
	background-size:100%;
}
#c08{
	background: url("../images/chara/chara08.png") no-repeat center;
	background-size:100%;
}