/*----- face -----*/
#chara_info {
	position: absolute;
	left: 40px;
	top: 10px;
	padding: 8px;
	width: 400px;
	height: 460px;
	color: #e1f0be;
	font-weight: bold;
	border: 2px solid;
	border-radius: 12px;
}
#chara_name {
	margin-bottom: 8px;
	padding: 0 8px 8px;
	font-size: 200%;
	border-bottom: 2px solid;
	letter-spacing: 2px;
}
#chara_name rt {
	font-size: 40%;
	letter-spacing: 1px;
}

#main {
	height: 652px;
}

#face {
	margin-left: 5px;
	width: 790px;
	height: 106px;
	overflow: hidden;
}
#face_all {
	position: relative;
	width: 3000px;
}

.icon_face {
	float: left;
	margin-left: 1px;
	width: 100px;
	height: 100px;
	border: 3px solid;
	border-radius: 2px;
	cursor: pointer;
}
.icon_face.active {
	background-color: #ff9 !important;
	cursor: auto;
}
.face_left, .face_right {
	float: left;
	margin: 3px 0px;
	width: 20px;
	height: 100px;
	background: url("lr.png") no-repeat;
	cursor: pointer;
}
.face_left {
	background-position: -0px -0px;
}
.face_right {
	margin-left: 1px;
	background-position: -20px -0px;
}
#miyabi_face{
	border-color: #006600;
	background: url("miyabi.png") 0 -100px no-repeat;
}
#hayu_face{
	border-color: #003399;
	background: url("hayu.png") 0 -200px no-repeat;
}
#moe_face{
	border-color: #777700;
	background: url("moe.png") 0 -0px no-repeat;
}
#ayane_face{
	border-color: #cc6600;
	background: url("ayane.png") 0 -100px no-repeat;
}
#rin_face{
	border-color: #992255;
	background: url("rin.png") 0 -0px no-repeat;
}
#kamijo_face{
	border-color: #006644;
	background: url("other_face.png") 0 -0px no-repeat;
}
#hayato_face{
	border-color: #440066;
	background: url("other_face.png") 0 -100px no-repeat;
}

#sanae_face{
	border-color: #004466;
	background: url("other_face.png") 0 -200px no-repeat;
}
#satomi_face{
	border-color: #004466;
	background: url("other_face.png") 0 -300px no-repeat;
}
#kana_face{
	border-color: #004466;
	background: url("other_face.png") 0 -400px no-repeat;
}
#miyuki_face{
	border-color: #004466;
	background: url("other_face.png") 0 -500px no-repeat;
}
#tenno_face{
	border-color: #004466;
	background: url("other_face.png") 0 -600px no-repeat;
}
#kanato_face{
	border-color: #333333;
	background: url("other_face.png") 0 -700px no-repeat;
}
#rori_face{
	border-color: #885500;
	background: url("other_face.png") 0 -800px no-repeat;
}
#abe_face{
	border-color: #ffcccc;
	background: url("other_face.png") 0 -900px no-repeat;
}
#shizue_face{
	border-color: #004466;
	background: url("other_face.png") 0 -1000px no-repeat;
}
#aramaki_face{
	border-color: #004466;
	background: url("other_face.png") 0 -1100px no-repeat;
}
#sachiko_face{
	border-color: #004466;
	background: url("other_face.png") 0 -1200px no-repeat;
}
#takaya_face{
	border-color: #004466;
	background: url("other_face.png") 0 -1300px no-repeat;
}
#gal_face{
	border-color: #882255;
	background: url("other_face.png") 0 -1400px no-repeat;
}

.blank_face{
	border-color: #ccc;
	cursor: auto;
}

#full_image{
	position:relative;
	display: none;
	clear: both;
	margin-top: 4px;
	width: 800px;
	height: 500px;
}
#info_click {
	margin-top: 4px;
	padding-top: 24px;
	width: 800px;
	height: 476px;
	color: #666;
	background-color: #eee;
	text-align: center;
}
#info_click span {
	padding: 8px 10px;
	background-color: #f6f6f6;
	border: 1px solid #e0e0e0;
	border-radius: 10px;
}

#image {
	position: absolute;
	left: 570px;
	top: 0px;
	width: 200px;
	height: 500px;
	background: url("stand.png?.png") -200px 0px no-repeat;
}

#wear_b1, #wear_b2, #wear_b3 {
	position: absolute;
	left: 490px;
	width: 60px;
	height: 30px;
	background:url("button2.png") no-repeat;
	cursor: pointer;
}
#wear_b1 {
	top: 30px;
	background-position: -0px -0px;
}
#wear_b2 {
	top: 80px;
	background-position: -0px -30px;
}
#wear_b3 {
	top: 130px;
	background-position: -0px -60px;
}
#wear_b1:hover, #wear_b1.active {
	background-position: -60px -0px;
}
#wear_b2:hover, #wear_b2.active {
	background-position: -60px -30px;
}
#wear_b3:hover, #wear_b3.active {
	background-position: -60px -60px;
}

#jp_container_1 {
	display: none;
	font-size: small;
	position: absolute;
	top: 8px;
	right: 8px;
}

.playstop {
	background-image: url("playstop_button.png");
	display: inline-block;
	width: 25px;
	height: 25px;
	vertical-align: middle;
}
.playstop:hover {
	background-position: -25px 0;
}
.playstop.playing {
	background-position: 0 -25px;
}
.playstop.playing:hover {
	background-position: -25px -25px;
}
