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

#header_login {
	height:40px;
	border-bottom:1px solid #C3C3C3;
	background:url(../images/memberlogin/header_memberlogin.jpg) 0 0 no-repeat;
}


div#main{
width:920px;
min-height:450px;
height: auto !important;
height: 450px;
float:right;
padding:10px;
margin:10px 10px 10px 0px;
background-color:#FFFFFF;
display:inline;
/*border:1px solid #C3C3C3;*/
}

div#catalog_list{
	width:892px;
	float:left;
	clear:both;
	line-height:16px;
	padding-left:28px;
	margin-bottom:10px;
	/*border:1px solid #C3C3C3;*/
}


.otoi_area {
	margin: 4px 40px 12px 40px;
	padding: 4px;
	border-top:1px dotted #C3C3C3;

	
}
.otoi_area_sub {
	margin-left: 40px;
	
}

.otoiawasesaki {
	font-size: 14px;
	font-weight: bold;
	color:#2222AA;
}
	
.username {
	font-size: 16px;
	font-weight: bold;
	color:#2222AA;
}




/*ログイン部*/
div#login_input{
	width:600px;
	margin:0 auto;
	padding:20px;
	}
	
*html div#login_input{
	padding-top:20px;
}

div#login_input form{
	padding:5px 15px 5px 15px;
	border: 2px dotted #DDDDDD;
}

fieldset{
	margin:0;
	padding:0;
	border:none;
}

legend{
	margin:0;
	padding:0 2px;
}

* html legend{
	margin-left: -6px;
}

*:first-child+html legend{
	margin-left: -6px;
}

div#login_input input.text{
	padding:2px;
	border:1px solid #3366FF;
	height:14px;
	width: 200px;
}
div#login_input input.pass{
	padding:2px;
	border:1px solid #3366FF;
	height:14px;
	width: 80px;
}

div#login_input input.text:focus{
	color:#000;
	background:#FFF7DF;
}

div#login_input th{
	text-align:right;
	width:180px;
}

div#login_input a{
	font-size:12px;
	font-weight:bold;
	padding:0 30px;
	text-decoration:underline;
	color:#4F7DFB;
}




div#login_input p,span{
	font-size:12px;
	}

input#bt1{  /*===========ログイン送信============*/
	width:120px; height:30px;  
    background:url("../images/login_button.jpg") no-repeat center;
	border:none;
	vertical-align:middle;
	cursor: pointer;
}

input#regist{  /*===========登録送信============*/
	width:120px; height:30px;  
    background:url("../images/regist_button2.jpg") no-repeat center;
	border:none;
	vertical-align:middle;
	cursor: pointer;
}

div.submit{
	text-align:center;
	line-height:30px;
	margin:5px 0;
}
div.otpass{
	text-align:center;
	line-height:25px;
	margin:0px 0px 5px 0px;
}

div#new_registration{
	clear:both;
	width:540px;
	height:40px;
	margin:5px auto;
	background: url(../images/regist_bg.jpg)
}

div#new_registration p{
	font-weight:bold;
	padding:4px 10px;
	line-height:16px;
	text-align:left;
}

div#new_registration a{
	clear:both;
	float:right;
	margin-top:-32px;
}
div#modoru{
	width:100px;
	clear:both;
	margin:5px 10px 0;
	/*border:1px solid #C3C3C3;*/
}
.msgbt {
margin: 8px;
	font-size:16px;
	font-weight: bold;
	color: #228822;
}

.msgct {
margin-left: 20px;
	font-size:12px;

}
.sub-title2 {
	width: 100%;
	padding: 4px 0px 8px 0px;
	text-align:center;
	font-weight: bold;
	font-size: 20px;
	color: #444488;
	border-bottom:1px solid #444488;
}