﻿@charset "UTF-8";
#right .list_civilian {
	background-repeat: no-repeat;
	background-position: 0px 0px;
	clear: both;
	background-image: url(img/tit_civilian.jpg);
}
#right .list_efsf {
	background-repeat: no-repeat;
	background-position: 0px 0px;
	clear: both;
	background-image: url(img/tit_efsf.jpg);
}
#right .list_zeon {
	background-repeat: no-repeat;
	background-position: 0px 0px;
	clear: both;
	background-image: url(img/tit_zeon.jpg);
}
#right .list_anaheim {
	background-repeat: no-repeat;
	background-position: 0px 0px;
	clear: both;
	background-image: url(img/tit_anaheim.jpg);
}
#right .list_vist {
	background-repeat: no-repeat;
	background-position: 0px 0px;
	clear: both;
	background-image: url(img/tit_vist.jpg);
}
#right UL {
	padding-left: 185px;
	clear: both;
}
#right LI {
	float: left;
	background-image: url(img/ico_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 5px;
	height: 140px;
	width: 70px;
	display: table-cell;
	margin-right: 5px;
}
#right LI A:hover IMG {
	background-image: url(img/ico_onmouse.gif);
	background-position: center center;
}
#right LI A IMG {
	-moz-opacity:0.5;
	opacity:0.5;
	filter: alpha(opacity=50);
}
#right LI A:hover IMG {
	-moz-opacity:1;
	opacity:1;
	filter: alpha(opacity=100);
}
#right .chara {
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 290px;
	width: 610px;
	padding-top: 70px;
}
#right .chara .name_jp {
	display: none;
}
#right .chara .name_en {
	display: none;
}
#right .chara .gender {
	background-image: url(img/bg_gender.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	padding-left: 71px;
	margin-left: 45px;
	margin-bottom: 5px;
}
#right .chara .txt {
	margin-left: 15px;
	width: 290px;
	line-height: 20px;
	margin-top: 60px;
	background-image: url(img/bg_txt.gif);
	padding-right: 5px;
	padding-left: 5px;
}

#right .chara .age {
	background-image: url(img/bg_age.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	padding-left: 71px;
	margin-left: 45px;
}
#submenu A SPAN {
	color: #E50012;
	font-weight: bold;
	margin-right: 8px;
	font-size: 8px;
}
