/* CSS Document */

@charset "EUC-JP";

/*------------▼▼▼ ログインページ▼▼▼------------*/
#login_main{
	width: 650px;
	clear: both;
	text-align: center;
	padding-top: 10px;
	margin-left: auto; margin-right: auto;
}

#login_main div.loginfrmbox{
	width: 628px;
	border: 1px solid #CCC;
	padding: 10px;
	text-align: center;
	margin-left: auto; margin-right: auto;
}

/*  入力フォームテーブル */
#login_main table#login_input{
	width: 550px;
	margin-top: 5px;
	margin-left: auto; margin-right: auto;
}

#login_input td, #login_input th{
	padding: 7px 5px;
	text-align: left;
	vertical-align: top;
	font-size: 85%;
	}

#login_input td{
	line-height: 1.8;
	vertical-align: middle;
	}
		#login_input td.usual{
		background: #F5F5E6;
		}
		
		#login_input td.error{
		background: #FFC1FF;
		}
		
		#login_input th.spcer, #login_input td.spcer{
		background: #FFF;
		padding: 3px 5px;
		}
		
	#login_input th{
	line-height: 1.6;
	}
	
		#login_input th.usual{
		background: #F5F5E6;
		width: 175px;
		}
		
		#login_input th.error{
		background: #FFC1FF;
		}
		
div#lginbtn{
	width: 550px;
	clear: both;
	text-align: center;
	margin-top: 10px;
	margin-left: auto; margin-right: auto;
	}
	
	#lginbtn button.tolgin{
	width: 210px;
	height: 40px;
	margin-bottom: 3px;
	background: url(../images/loginlogout/loginbtn_login.gif) top left no-repeat;
	}
	
	#lginbtn button.tolgin:hover{
	background-position: 0px -40px;
	}
	
#lginbtn P.nonprvate{
	margin-top:15px;
	margin-left: auto; margin-right: auto;
	line-height: 1.5;
	font-size: 80%;
}

/*  停止期間表示 */
#lginbtn div.stp{
	width: 500px;
	margin-top: 10px;
	margin-left: auto; margin-right: auto;
	background: #FFDDFF;
}

#lginbtn div.stp h3{
	color: #F00;
	font-weight: bold;
	font-size: 100%;
	line-height: 1.6;
}

	#lginbtn div.stp h3 span{
	font-size: 85%;
	}
	
	#lginbtn div.stp P.maitereason{
	width: 480px;
	text-align: left;
	margin-top: 8px;
	margin-left: auto; margin-right: auto;
	font-size: 80%;
	}

	#lginbtn div.stp div.head{
	font-size: 1px;
	height: 10px;
	background: #FFDDFF url(../images/loginlogout/login_stophead.gif) top left no-repeat;
	}
	
	#lginbtn div.stp div.bottom{
	font-size: 1px;
	height: 10px;
	background: #FFDDFF url(../images/loginlogout/login_stopbottom.gif) top left no-repeat;
	}
	
/*  注意文言等 */
#lginattent{
	width: 750px;
	clear: both;
	margin: 30px auto:
	background: #FF0;
}

	#lginattent div.attentpart{
	width: 515px;
	float: left;
	margin-right:10px;
	}

	#lginattent div.subboxpart{
	width: 225px;
	float: left;
	}
	
#lginattent h3.rbasichead{
		border-left: 7px solid #B22;
		border-bottom: 1px solid #CCC;
		padding: 5px 10px;
		font-size: 90%;
		}
		
#lginattent  div.attentpart ul{
	margin: 10px 15px 0px 30px;
	font-size: 90%;
	line-height: 1.5;
	}
	
	#lginattent  div.attentpart li{
	margin-bottom: 8px;
	}
	
/*  右コンテンツ */

#lginattent div.nwregist{
	background: #E6FF98;
	margin-bottom: 10px;
}

	#lginattent div.nwregist h3{
	line-height: 1.5;
	font-size: 95%;
	padding: 17px 0px 8px 0px;
	min-height: 20px;
	text-indent: 12px;
	background: #E6FF98 url(../images/loginlogout/rgnh2_nwregihead.gif) top left no-repeat;
	}

	#lginattent div.nwregist P{
	padding-left: 10px; padding-right: 10px;
	padding-bottom: 10px;
	font-size: 80%;
	line-height: 1.4;
	background: #E6FF98 url(../images/loginlogout/rgnh2_nwregibottom.gif) bottom left no-repeat;
	}
	
#lginattent div.hlpcont{
	background: #EFEFEF;
}

	#lginattent div.hlpcont h3{
	line-height: 1.5;
	font-size: 95%;
	padding: 7px 0px 8px 0px;
	min-height: 15px;
	text-indent: 12px;
	background: #EFEFEF url(../images/loginlogout/rgnh2_helphead.gif) top left no-repeat;
	}
	
	#lginattent div.hlpcont P{
	padding-left: 10px; padding-right: 10px;
	padding-bottom: 10px;
	font-size: 80%;
	line-height: 1.4;
	background: #EFEFEF url(../images/loginlogout/rgnh2_helpbottom.gif) bottom left no-repeat;
	}


/* 代理店コード入力次へボタンスペース */

div#lginbtn{
	width: 550px;
	clear: both;
	text-align: center;
	margin-top: 10px;
	margin-left: auto; margin-right: auto;
	}
	
	#lginbtn button.loginnext{
	width: 210px;
	height: 40px;
	margin-bottom: 3px;
	background: url(../images/loginlogout/btn_next.gif) top left no-repeat;
	}
	
	#lginbtn button.loginnext:hover{
	background-position: 0px -40px;
	}



/*  代理店コード入力 */
#login_main table#acode_input{
	width: 550px;
	margin-top: 5px;
	margin-left: auto; margin-right: auto;
}

#acode_input td, #acode_input th{
	padding: 7px 5px;
	text-align: left;
	vertical-align: top;
	font-size: 85%;
	}

#acode_input td{
	line-height: 1.8;
	vertical-align: middle;
	}
		#acode_input td.usual{
		background: #F5F5E6;
		}
		
		#acode_input td.error{
		background: #FFC1FF;
		}
		
		#acode_input th.spcer, #acode_input td.spcer{
		background: #FFF;
		padding: 3px 5px;
		}
		
	#acode_input th{
	line-height: 1.6;
	}
	
		#acode_input th.usual{
		background: #F5F5E6;
		width: 175px;
		}
		
		#acode_input th.error{
		background: #FFC1FF;
		}





/*------------▲▲▲ ログインページ▲▲▲------------*/

/*------------▼▼▼ ログアウトページ▼▼▼------------*/
#bcktocontbtn{
	width: 750px;
	clear: both;
	text-align: center;
	padding: 40px 0px 0px 0px;
	}
	
#bcktocontbtn div.btnspace{
	width: 560px;
	margin-left: auto; margin-right: auto;
}
	
	#bcktocontbtn a.tomfw{
	display: block;
	width: 260px;
	height: 40px;
	float: left;
	margin-right: 40px;
	background: url(../images/loginlogout/bcktocontbtn_mfw.gif) top left no-repeat;	
	}
	
	#bcktocontbtn a.toproduct{
	display: block;
	float: left;
	width: 260px;
	height: 40px;
	background: url(../images/loginlogout/bcktocontbtn_mfcpproduct.gif) top left no-repeat;
	}
	
	#bcktocontbtn a.tomfw:hover, #bcktocontbtn a.toproduct:hover{
	background-position: 0px -40px;
	}
	
/*  コンテンツリンク */
#continvite{
	width: 750px;
	clear: both;
	margin: 30px auto:
	background: #FF0;
}

	#continvite div.txtpart{
	width: 480px;
	float: left;
	margin-right:10px;
	}
	
	#continvite div.txtpart div.contone{
	line-height: 1.3;
	font-size: 80%;
	margin: 0px 0px 20px 10px;
	}
	
	#continvite div.txtpart div.contone P{
	
	}
	
	#continvite div.txtpart div.contone P span.txtrgt{
	display: block;
	margin-top: 7px;
	text-align: right;
	}

	#continvite div.txtpart div.contone ul{
	margin: 10px 15px 0px 30px;
	font-size: 90%;
	line-height: 1.4;
	}
	
		#continvite div.txtpart div.contone ul.tocont{
		list-style-type:none;
		}
	
	#continvite div.txtpart div.contone li{
	margin-bottom: 8px;
	}

	#continvite div.bnrpart{
	width: 260px;
	float: left;
	}
	
	#continvite h3.rbasichead{
		border-left: 7px solid #B22;
		border-bottom: 1px solid #CCC;
		padding: 5px 10px;
		font-size: 90%;
		margin-bottom: 13px;
		}
		
/*  右コンテンツ */
#continvite div.prspce{
	background: #FFF;
	width: 258px;
	border: 1px solid #CCC;
	text-align: center;
	margin-bottom: 10px;
}

	#continvite div.prspce img.bnr234{
	width: 234px;	height: 60px;
	margin: 10px auto 4px auto;
	}
	
	#continvite div.prspce P.bnr234{
	width: 234px;
	margin: 0px auto 15px auto;
	text-align: center;
	font-size: 85%;
	line-height: 1.3;
	}

	#continvite div.prspce img.bnr180{
	width: 180px;	height: 50px;
	margin: 10px auto 4px auto;
	}
	
	#continvite div.prspce P.bnr180{
	width: 180px;
	margin: 0px auto 15px auto;
	text-align: center;
	font-size: 85%;
	line-height: 1.3;
	}

	#continvite div.bnrpart h3.pr{
	font-size: 1px;
	height: 25px;
	text-indent: -99999px;
	text-decoration: none;
	background: #CCC url(../images/loginlogout/bnrparth3_pr.gif) top left no-repeat;
	}
/*------------▲▲▲ ログアウトページ▲▲▲------------*/