/**
 * e-sohko.com
 * /css/home.css
 * @version 0.01
 */

@import "global.css";
@import "layout_left.css";



#layout_main {
	width: 730px;
}

h1 {
	width: 730px;
	height: 54px;
	background: url(../images/login/login_head.jpg) no-repeat;
	text-indent: -9999px;
}




/** Login
-----------------------------------------*/
#loginarea02 {
	margin-top: 10px;
	margin-bottom: 5px;
	padding: 5px;
	font-size: 90%;
	}

#loginarea02 input.logintext {
	width: 220px;
	margin-bottom: 2px;
	}
* html #loginarea02 input.logintext {
	height: 16px;
	}
#loginarea02 label img {
	vertical-align: middle;
	}

/* チェックボックスをテキストボックスとそろえる場合*/
#loginarea02 #loginarea_body #autologinbox #test {
	width: 145px;
	}



/** login
-----------------------------------------*/
#loginarea02 #loginarea_body {
	margin: 0px auto 0px auto;
	padding: 10px 20px;
	/*border: 1px solid #C3CBDB;*/
	background: #fff;
	}

#loginarea02 #loginarea_body h2 {
	margin-bottom: 0.5em;
	font-size: 95%;
	}


#loginarea02 #loginarea_body h3 {
	margin-bottom: 0.5em;
	font-size: 90%;
	}


/** login(form)
-----------------------------------------*/
#loginarea_body table.form_table {
	width:650px;
	border: 1px solid  #B0B7C2;
	margin-top:15px;
	margin-bottom:10px;
	/*	border-bottom: 1px solid  #8697B7; */
	}

#loginarea_body table.form_table tr th {
	padding: 10px;
	border-bottom: 1px solid #fff;
	background: #E4E5E8;
	text-align: left;
	vertical-align: middle;
	white-space: nowrap;
	}
	
#loginarea_body table.form_table tr td {
	padding: 10px;
	border-bottom: 1px solid #fff;
/*	background: #F3F3F3; */
	background: #FBFBFB;
	vertical-align: middle;
	}	

#loginarea_body table.form_table tr td p {
	margin-bottom: 0.5em;
	}

#advanced_search table tr td.textform label {
	display: block;
	float: left;
	width: 15em;
	}
	
#loginarea_body table.form_table tr td.textform input {
	width: 220px;
	}

#advanced_search table tr td#submittd {
	text-align: center;
}

input#submit {
	
}

	
	
#loginarea_body table.form_table02 {
	margin-bottom:20px;
	}
		
#loginarea_body table.form_table02 tr td {
	padding:0px 10px 10px 10px;
	background-color:#ffffff;
	border: #ffffff 1px solid;
/*	background: #F3F3F3; */
	background: #FFF;
	vertical-align: middle;
	text-align:left;
	}	


/** toroku_info
-----------------------------------------*/
#toroku_info {
	width:735px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	background: url(../images/login/toroku_info_frame.gif) left bottom no-repeat;
	font-size: 77%;
	}

#toroku_info h2 {
	
	}
#toroku_info h3 {
	font-size: 100%;
	float: left;
	width: 5em;
	}

#toroku_info .link_white {
	padding-left: 15px;
	background: url(../images/global/linkallow02.gif) left center no-repeat;
	text-align: right;
	font-size: 100%;
}


#toroku_info p {
	margin-left:10px;
	}



/** login_lead
-----------------------------------------*/
#toroku_lead {
	margin:10px 20px ;
	}

#toroku_lead .f_left {
	float:left;
	margin-bottom:10px;
	width:350px;
	}

#toroku_lead .f_right {
	float:right;
	}
	

	
#toroku_lead_body {
	margin:10px 20px ;
	position: relative;
	padding: 0;
	}

#toroku_lead_body p#button {
	position: absolute;
	left: 480px;
	top: 21px;
	}




/** Toroku merit
-----------------------------------------*/
#toroku_merit {
	margin:10px 40px 0px 40px ;
	}

#toroku_merit p {
	line-height:1.5em;
	}
	
#toroku_merit ul  {
	margin-bottom: 1.5em;  
}


#toroku_merit ul li {
/*	margin-bottom: 0.5em;  */
	padding-left: 23px;
	background: url(../images/global/allow.gif) 12px 0.4em no-repeat;
	font-size: 100%;
}
* html #toroku_merit ul li {
	margin-bottom: -0.5em;
}
#toroku_merit ul li span {
	display: block;
	margin-bottom: 0.1em;
	line-height:1.5em;
}


