@charset "UTF-8";

@import url("../../common/css/common.css");
@import url("../../common/css/header.css");
@import url("../../common/css/footer.css");
@import url("../../common/css/left_cont.css");
@import url("../../common/css/right_cont.css");
@import url("../../common/css/left_navi.css");
@import url("../../common/css/visual_navi.css");

/* //////////////////////////////////css_start/////////////////////////////////// */
.fontblue{
color:#40e0d0;
font-size:14px

}
.float150 {
margin-right:10px;
width:150px;
float:right;
padding:1px;
border:1px solid #0066CC
}
.float200 {
margin-right:10px;
width:200px;
float:right;
padding:1px;
border:1px solid #0066CC
}
.border {
border: 1px solid #0066CC;
width:250px;
margin:50px;
}
.image150 {
	margin-right:5px;
	width:auto;
	padding:1px;
	border:1px solid #0066CC;
	float: left;
}
/*////////////////////////////////profile start////////////////////////////////////////////// */
.profile_font{
font-size:1.2em;
color:#0099FF
}
.p2{
line-height:1.5em;

}

div#right_contents #staff table {
	width: 478px;
	margin:0px 10px 10px 15px;
	padding:0;
	background-color:#0099FF;
}

div#right_contents #staff table th.name {
	background: #82e6ff;
	width:326px;
	padding: 3px 0
}

div#right_contents table th.desc {
	width:326px;
	padding: 0 10px;
	line-height: 160%;
	font-weight: normal;
	text-align: left;
	font-size: 11px;
}

div#right_contents table td {
	width:150px;
	background-color:#ffffff;
	line-height: 160%;
}

div#right_contents table td.text {
	width: 478px;
	padding: 8px;
	background-color:#ffffff;
	line-height: 160%;
}


