@charset "utf-8";
/* CSS Document */


#top_links2 div#right_frame div{
	display:none;
	}

/* 補正 */
#h1_normal{
	margin-bottom:5px;
	}

#area_login,
#area_new{
	width:400px;
	background-repeat:no-repeat;
	background-position:center top;
	border-width:1px;
	border-style:solid;
	padding:10px;
	}
	
#area_login h2,
#area_new h2{
	text-indent:-9999px;
	height:40px;
	}
	
#area_login p,
#area_new p{
	text-align:center;
	}
	
#area_login{
	float:left;
	background-image:url(/images/new_en/back_area_login.gif);
	border-color:#e6e6e6;
	}
	
#area_new{
	float:right;
	background-image:url(/images/new_en/back_area_new.gif);
	border-color:#e7e1cc;
	}
	
#area_login div{
	background-color:#ebf7ff;
	padding:10px;
	}
	
#area_login div dt{
	font-weight:bold;
	color:#000000;
	text-align:center;
	margin-bottom:3px;
	}
	
#area_login div dd{
	text-align:center;
	margin-bottom:10px;
	background:url(/images/new_en/line_dot.gif) repeat-x left bottom;
	padding-bottom:5px;
	}
	
#area_login div dd input{
	margin-bottom:3px;
	}
	
#area_login .btn_login_big,
#area_new .btn_new_member_big{
	margin-right:auto;
	margin-left:auto;
	margin-bottom:7px;
	}
	
#area_new div{
	background:url(/images/new_en/line_dot.gif) repeat-x left top;
	padding:10px;
	}

#area_new div ul{
	width:47%;
	margin-right:1%;
	float:left;
	}
	
#area_new div ul li{
	padding:5px 0px;
	}

#area_new div ul li a{
	padding-left:15px;
	background:url(/images/new_en/icon_direct_r.gif) no-repeat left center;
	}
	

.clearfix:after,
#area_new div:after{
  content: ".";
  display: block; 
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix,
#area_new div{
  min-height: 1px;
}

* html .clearfix,
* html #area_new div{
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}