@charset "UTF-8";

#Character {
	height: 620px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#character_title {
	width: 740px;
	height: 40px;
	background-image: url(../images/character_title.gif);
	background-color: #000000;
	background-repeat: no-repeat;
	float: left;
}
#character_body {
	width: 740px;
	height: 492px;
	background-image: url(../images/character_body.gif);
	background-color: #000000;
	background-repeat: no-repeat;
	float: left;
}
#character_link {
	width: 740px;
	float: left;
	height: 452px;
}
#character_c1 {
	float: left;
	margin-top: 50px;
	margin-left: 50px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.character_cl1 {
	float: left;
	margin-top: 50px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#character_c2 {
	float: left;
	margin-top: 0px;
	margin-left: 50px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.character_cl2 {
	float: left;
	margin-top: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

