@charset "UTF-8";

/*
*	Title: 日刊訳業WEB - オーバーレイ用CSS
*	URI: 
*	Last Modified: 2008-XX-XX
*	Description: オーバーレイを用いて表示する要素を定義する
*/


/* ----- オーバーレイ背景 ----- */
#overlayscreen {
	position: fixed;
	z-index: 100;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000000;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
* html #overlayscreen {	/* IE6用 */
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

/*--------------------------------------
	X. フォーム共通
---------------------------------------*/
.overlayform {
	position: fixed;
	z-index: 101;
	left: 50%;
	top: 50%;
	margin-left: -212px;
	width: 433px;
	visibility: visible;
}
* html .overlayform {
	position: absolute;
}

/* ----- 枠上部 ----- */
.overlayform .header {
	width: 433px;
	height: 7px;
	overflow: hidden;
	background: url(../images/login_bg_header.gif) no-repeat left top;
}

/* ----- メインエリア ----- */
.overlayform .body {
	width: 433px;
	overflow: hidden;
	background: url(../images/login_bg_body.png) repeat-y left top;
}

/* ----- 各種ボタンエリア ----- */
.overlayform .body .button {
	padding: 15px 0 0;
	font-size: 12px;
}
:first-child+html .overlayform .body .button {
	padding-top: 13px;
}

/* ----- 閉じるボタン ----- */
.overlayform #overlayclosebtn {
	position: absolute;
	z-index: 102;
	Xvisibility: hidden;
	right: 12px;
	top: 12px;
	display: block;
	width: 17px;
	height: 17px;
	overflow: hidden;
	background: url(../images/login_btn_close.gif) no-repeat left top;
	text-indent: -9999px;
}

/* ----- 枠下部 ----- */
.overlayform .footer {
	width: 433px;
	height: 7px;
	overflow: hidden;
	background: url(../images/login_bg_footer.gif) no-repeat left top;
}


/*--------------------------------------
	X. ログインフォーム
---------------------------------------*/
#overlaylogin {
	margin-top: -136px;
	height: 272px;
}

/* ----- メインエリア ----- */
#overlaylogin .body {
	height: 258px;
}

/* ----- ログインタイトル ----- */
#overlaylogin .body h2 {
	margin: 19px auto 0;
	width: 347px;
	height: 32px;
	background: url(../images/login_label_login.png) no-repeat left top;
	text-indent: -9999px;
}

/* ----- Emailアドレス入力エリア ----- */
#overlaylogin .body .name {
	position: relative;
	margin: 0 auto;
	width: 347px;
	height: 42px;
}

#overlaylogin .body .name label {
	position: absolute;
	left: 23px;
	top: 26px;
	display: block;
	width: 80px;
	height: 12px;
	background: url(../images/login_label_email.png) no-repeat right center;
	text-indent: -9999px;
}

#overlaylogin .body .name input {
	position: absolute;
	left: 111px;
	top: 20px;
	border: 1px solid #a6a5a9;
	width: 181px;
	height: 16px;
	padding: 2px;
}

/* ----- パスワード入力エリア ----- */
#overlaylogin .body .password {
	position: relative;
	margin: 0 auto;
	width: 347px;
	height: 34px;
}

#overlaylogin .body .password label {
	position: absolute;
	left: 23px;
	top: 17px;
	display: block;
	width: 80px;
	height: 12px;
	background: url(../images/login_label_password.png) no-repeat right center;
	text-indent: -9999px;
}

#overlaylogin .body .password input {
	position: absolute;
	left: 111px;
	top: 12px;
	border: 1px solid #a6a5a9;
	width: 181px;
	height: 16px;
	padding: 2px;
}

/* ----- 自動ログインチェックエリア ----- */
#overlaylogin .body .auto {
	padding: 10px 0 10px 18px;
	font-size: 10px;
}
*html #overlaylogin .body .auto {
	padding-top: 11px;
}
:first-child+html #overlaylogin .body .auto {
	padding-top: 11px;
}

#overlaylogin .body .auto input {
	vertical-align: bottom;
}
*html #overlaylogin .body .auto input {
	vertical-align: middle;
}
:first-child+html #overlaylogin .body .auto input {
	vertical-align: middle;
}

/* ----- 各種ボタンエリア ----- */
#overlaylogin .body .button .loginBtn {
	display: block;
	margin: 0 auto 19px;
	width: 142px;
	height: 26px;
	background: url(../images/login_btn_login.png) no-repeat 0 0;
	text-indent: -9999px;
}


/*--------------------------------------
	X. キーワード登録フォーム
---------------------------------------*/
#overlaykeyword {
	Xmargin-top: -136px;
	Xheight: 272px;
	visibility: hidden;
}

/* ----- メインエリア ----- */
#overlaykeyword .body {
	Xheight: 258px;
	text-align: left;
}

#overlaykeyword .body ul {
	margin: 35px auto 0;
	width: 350px;
	line-height: 1.4;
}

#overlaykeyword .body ul li {
	margin-bottom: 10px;
	background: url(../images/img_disc.gif) no-repeat left 4px;
	padding-left: 10px;
	color: #ff0000;
}

#overlaykeyword .body input {
	margin: 10px 0 0 40px;
	width: 320px;
}

/* ----- 各種ボタンエリア ----- */
#overlaykeyword .body .button {
	margin: 0 0 0 180px;
	width: 200px;
	padding-top: 10px;
	padding-bottom: 35px;
}

#overlaykeyword .body .button .cancelBtn {
	float: left;
	display: block;
	margin-right: 10px;
	width: 77px;
	height: 26px;
	background: url(../images/over_btn_cancel.png) no-repeat 0 0;
	text-indent: -9999px;
}

#overlaykeyword .body .button .okBtn {
	display: block;
	Xmargin: 0 auto 19px;
	width: 97px;
	height: 26px;
	background: url(../images/over_btn_ok.png) no-repeat 0 0;
	text-indent: -9999px;
}


/*--------------------------------------
	X. 回覧登録フォーム
---------------------------------------*/
#overlaykairan {
	Xmargin-top: -136px;
	Xheight: 272px;
	visibility: hidden;
}

/* ----- メインエリア ----- */
#overlaykairan .body {
	Xheight: 258px;
	text-align: left;
}

#overlaykairan .body .message {
	margin: 20px 0 0 20px;
}

#overlaykairan .body .confirmmess {
	margin: 20px 0 0 10px;
	padding: 10px;
	text-align: center;
	font-size: 14px;
}

#overlaykairan .body textarea {
	margin: 10px 0 0 22px;
	width: 385px;
	height: 150px;
}

#overlaykairan .body input {
	margin: 10px 0 0 40px;
	width: 320px;
}

/* ----- 各種ボタンエリア ----- */
#overlaykairan .body .button {
	margin: 0 0 0 135px;
	width: 200px;
	padding-top: 10px;
	padding-bottom: 35px;
}

#overlaykairan .body .button .cancelBtn {
	float: left;
	display: block;
	margin-right: 10px;
	width: 77px;
	height: 26px;
	background: url(../images/over_btn_cancel.png) no-repeat 0 0;
	text-indent: -9999px;
}

#overlaykairan .body .button .okBtn {
	display: block;
	Xmargin: 0 auto 19px;
	width: 97px;
	height: 26px;
	background: url(../images/over_btn_ok.png) no-repeat 0 0;
	text-indent: -9999px;
}



