@charset "utf-8";
body {
	background: #fff;
	margin: 0px;
	font-family : Helvetica;
	font-size: 12px;
	padding: 0px;
}
.brd_ubar_bg {
	background : #124893;
	margin : 0;
	color: #fff;
	font-family : Helvetica;
	font-size: 12px;
}
.brd_ubar_bg a, .brd_ubar_bg a:visited{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
.brd_ubar_bg a:hover{
	text-decoration: underline;
}

.brd_1_bg {
	background : #e5ecf9;
	margin : 0;
}
.brd_1_1 {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
.brd_1_2 {
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
}
.brd_1_3 {
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
}
.brd_1_4 {
  border-left: 4px solid #fff;
  border-right: 4px solid #fff;
}
.brd_1_1,
.brd_1_2,
.brd_1_3,
.brd_1_4 {
  font-size: 0;
  margin: 0;
  padding: 0;
  height: 1px;
}

.top,
.bottom
{
	width: 1018px;
}
.top,
.bottom,
.main{
border: 0px solid;
margin: 0px;
padding: 0px;
margin-right:auto;
margin-left:auto;
}

.main{
	width: 1018px;
	margin-top: 4px;
	border-collapse: collapse;
}
.main td, .main tbody, .main tr {
	vertical-align: top;
}

.main_left,
.main_center,
.main_right{
margin: 0px;
padding: 0px;
border-collapse: collapse;
width: 100%;
}

.main_center{
	text-align: left;
	
}

.inner_left{
	width: 150px;
}
.inner_center{
	width: 590px;
}
.inner_right{
	width: 200px;
}
.inner_left,
.inner_center,
.inner_right{
	margin: 0;
	padding: 0px 8px;
	/*height: auto;*/
	text-align: left;
}
.inner_top,
.inner_bottom{
	margin: 0;
	padding: 0px 8px;
	text-align: left;
}
.icon_female {
	background: url("/skin/default/icon_female.jpg");
}
.icon_male {
	background: url("/skin/default/icon_male.jpg");
}
.icon_female,
.icon_male {
	width: 80px; height: 80px;
}

div#area_title {
	font-family: Arial;
	font-size: 17px;
	font-weight: bold;
}
img {
	border: none;
}

.left_nav_gettoss {
	text-align: left;
	font-family: Helvetica;
	font-weight: bold;
	font-size: 12px;
}
.left_nav_gettoss a, .left_nav_gettoss  a:visited{
	
	text-decoration: none;
	color: #124893;
}
.left_nav_gettoss  a:hover {
	text-decoration: underline;
}

.inner_center a, .inner_center  a:visited{
	
	text-decoration: none;
	color: #124893;
}
.inner_center  a:hover {
	text-decoration: underline;
}

input, textarea {
	border:1px solid #b7c7de;
	background:#fafbfe;
}
input[type="radio"], input[type="checkbox"]  {
	border:0px solid;
}


fieldset{
	border-width:1px;
	border-style:solid;
	border-color:#b7c7de;
	background-color:#fafbfe;
	position:relative;/*for ie*/
	display:block;/*for ie*/
}

fieldset legend{
	font-weight:bold;		
	position:relative;/*for ie*/
	top: -7px;/*for ie*/
}
