@charset "UTF-8";

/* Uniprove PT ログイン画面用CSSファイル（login.css）*/
/* 履歴 ========================================== */
/* 新規：10/01/14 新規作成                         */
/* 追加：12/05/24 代替ログイン画面用スタイル追加   */

/* =====HTML構造定義===== */
* {
	margin:0;
	padding:0;
}

html {
	background: #F7F7F7 url('../images/login_body_background.gif') repeat;
}

body {
	font-size: 13px;
	line-height: 1.0;
	background: url('../images/login_body_background_top.png') repeat-x;
	/zoom: 1;
	/font-size: 83%;
}

/* =====汎用要素定義===== */
/* リンク */
a {
	text-decoration: none;
}

a:link {
	color: #003CCC;
}

a:visited {
	color: #003CCC;
}

a:hover {
	color: #003CCC;
	text-decoration: underline;
}

a:active {
	color: #003CCC;
	text-decoration: underline;
}

/*  画像 */
img {
	border: 0px;
}

/* ラベル */
label {
	cursor: pointer;
	/zoom: 1;
}

/* リスト */
ul {
	list-style-type: none;
}


/* フォーム要素全般 */
input {
	color: #333333;
}

/* テキストボックス */
input.text {
	padding: 1px 1px 1px 1px;
	font-family: "ＭＳ ゴシック",monospace;
	/padding: 2px 1px 2px 1px;
}

/* テキストエリア */
textarea {
	padding: 1px 1px 1px 1px;
	font-family: "ＭＳ ゴシック",monospace;
	font-size: 100%;
	/padding: 2px 1px 2px 1px;
}

/* プルダウンメニュー */
select {
	color: #333333;
	cursor: pointer;
}

option {/*Firefox仕様対策*/
	padding: 1px 10px 1px 3px;
	/padding: 0;
}

/* 文字装飾 */
strong {
	font-weight: bold;
}

em {
	font-style: normal;
	font-weight: bold;
	color: #D80000;
}

.t-strong {
	font-weight: bold;
}

.t-small {
	font-size: 90%;
}

.t-big {
	font-size: 110%;
}

.t-left {
	text-align: left;
}

/* 補助属性 */
.block {
	display: block;
}

.inline {
	display: inline;
}

.i-block {
	display: inline-block;
	display: -moz-inline-box;
}

.f-left {
	float: left;
}

.f-right {
	float: right;
}

.clear {
	clear: both;
	font-size: 0px;
}

.noclear {
	clear: none;
	float: left;
}

.t-left {
	text-align: left !important;
}

.t-center {
	text-align: center !important;
}

.t-right {
	text-align: right !important;
}

.v-top {
	vertical-align: top;
}

.v-bottom {
	vertical-align: bottom;
}

.nowrap {
	white-space: nowrap;
}

/* クリアフィックス */
.clearfix {
	/zoom: 1;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	overflow: hidden;
}


/* =====共通ブロック構造定義===== */
#container {
	width: 100%;
	font-family: 'ＭＳ Ｐゴシック',sans-serif;
	color: #000000;
}

/* =====ヘッダエリア構造定義===== */
#header {
	text-align: right;
	/zoom: 1;
}

#header:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	overflow: hidden;
}

#header h1 {
	margin: 0;
	padding: 4px 0 0 0;
	float: left;
	font-size: 1%;
}

#header #header_menu {
	float: right;
	margin: 0 8px 0 0;
	padding: 0 0 0 0;
	background: url('../images/common_header_menu_bg_right.gif') no-repeat bottom right;
	/display: inline;
}

#header #header_menu_bg {
	padding: 0 0 4px 0;
	background: url('../images/common_header_menu_bg_left.gif') no-repeat bottom left;
}

#header ul {
	padding: 6px 4px 6px 2px;
	border-right: solid 1px #AAAAAA;
	border-left: solid 1px #AAAAAA;
	background: #FEFEFE url('../images/common_header_menu_bg.gif') no-repeat bottom left;
	/background: #FEFEFE url('../images/common_header_menu_bg_ie.gif') no-repeat bottom left;/*IE仕様対策*/
}

#header li {
	display: table-cell;
	height: 1.2em;
	margin: 0;
	/*background: transparent url('../images/common_ie6-border-dashed-bugfix.gif') repeat-y top right;
	border-right: dashed 1px #777777;*/
	padding: 0px 6px 0 8px;
	/display: inline;
	/zoom: 1;
}

#header #header_menu li.innerlink {
	padding-left: 18px;
	background: url('../images/common_icon_link.gif') no-repeat 4px 0.1em;
}

#header #header_menu li.outsite {
	padding-left: 20px;
	background: url('../images/common_icon_link_outsite.gif') no-repeat 4px 0.1em;
}

#header #header_menu li.reload {
	padding-left: 18px;
	background: url('../images/common_header_menu_icon_reload.gif') no-repeat 4px 0.1em;
}

#header #header_menu li.logout {
	padding-left: 18px;
	background: url('../images/common_header_menu_icon_logout.gif') no-repeat 4px 0.1em;
	border: none;
}


/* =====コンテンツ要素定義===== */
#contents {
	/*font-family: "ＭＳ ゴシック",monospace;*/
	font-size: 105%;
}

/* フォーム部分定義 */
#contents_form {
	width: 568px;
	margin: 25px auto 0 auto;
	padding: 20px 20px 15px 20px;
	background: url('../images/login_contents_fom_bg.png') repeat-x;
	/zoom: 1;
}

#contents_form:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	overflow: hidden;
}

#contents_form h1 {
	float: left;
	width: 306px;
}

#contents_form h1 img {
	margin: 85px 48px 0 62px;
}

#contents_form_fieldset {
	float: right;
	width: 262px;
	padding: 20px 0 0 0;
	display: inline;
}

#contents_form fieldset {
	width: 230px;
	margin: 0 0 0 20px;
	border: none;
	padding: 10px 0 0 0;
	background: url('../images/login_contents_fom_fieldset_bg.gif') no-repeat;
}

#contents_form fieldset legend {
	display: none;
}

#contents_form fieldset p {
	padding: 8px 0 0 20px;
	line-height: 1.2;
}

#contents_form fieldset p label {
	
}

#contents_form fieldset p label input {
	vertical-align: middle;
}

#contents_form fieldset p input.text {
	width: 182px;
	padding: ;
	font-size: 100%;
	font-family: "ＭＳ ゴシック",monospace;
}

#contents_form fieldset p label.checkbox {
	font-size: 90%;
}

#contents_form fieldset p label.checkbox input {
	vertical-align: -20%;
	margin-right: 6px;
	/vertical-align: middle;
	/margin-right: 3px;
}


#contents_form fieldset p.action {
	width: 230px;
	height: 37px;
	margin: 14px 0 0 0;
	padding: 0;
	font-size: 1%;
	background: url('../images/login_contents_fom_fieldset_bg_bottom.gif') no-repeat;
}

#contents p.action input {
	width: 92px;
	height: 24px;
	border: none;
	cursor: pointer;
}

#contents p.action input.button_login {
	margin: 7px 0 0 20px;
	background: url('../images/login_contents_form_botton_login_normal.gif') no-repeat;
}

#contents p.action input.button_clear {
	margin: 7px 0 0 8px;
	background: url('../images/login_contents_form_botton_clear_normal.gif') no-repeat;
}

#contents p.link {
	font-size: 90%;
	margin: 8px 8px 0 30px;
}

#contents p.link a {
	display: block;
	padding: 0 0 0 16px;
	background: transparent url('../images/common_icon_link.gif') no-repeat 0 center;
}

/* メッセージ部分定義 */
#contents_message {
	width: 608px;
	margin: 0 auto;
	padding: 0 0 16px 0;
	background: url('../images/login_contents_info_bg_bottom.png') no-repeat 0 bottom;
}

#contents_message_bg {
	width: 608px;
	padding: 20px 0 10px 0;
	background: url('../images/login_contents_info_bg_top.png') no-repeat 0 0;
	overflow: auto;
	_zoom:1;
}

#contents_message p {
	margin: 0 20px 10px 20px;
}

#contents_message div.message {
	margin: 0px 20px 10px 20px;
	padding: 1px;
	background: #FFF9E3 url('../images/common_ie6-border-dotted-bugfix.gif') repeat 0 0;
	border: 0;
}

#contents_message div.message p {
	margin: 0;
	padding: 4px;
	background: #FFF9E3;
	line-height: 1.4;
	/zoom: 1;
}

#contents div.message h2 {
	padding: 4px 0 0 36px;
	line-height: 1.5;
	min-height: 26px;
	font-size: 100%;
	position: static;
	width: auto;
	_height: 26px;/*IE6仕様対応*/
}

#contents div.message ul {
	margin: 0 0 4px 0;
	padding: 1px 0 0 0;
}

#contents div.message ul li {
	padding: 2px 0 0 18px;
	line-height: 135%;
	background: url('../images/common_icon_dot.gif') no-repeat 2px 0.4em;
}

/* 情報通知定義 */
#contents div.information {
	padding: 0;
	border: solid 1px #2B8040;
	background: #92C29E;
	margin-bottom: 10px;
	color: #333333;
	/zoom:1;
}

#contents div.information div.message_bg {
	background: #F5FAF7;
	margin: 4px;
	padding: 2px 6px 2px 6px;
}

#contents div.information p {
	font-weight: bold;
	margin: 0;
	padding: 8px 6px 6px 6px;
	line-height: 135%;
	background: none;
}

/* 注意喚起定義 */
#contents div.caution {
	border: solid 1px #EAAF00;
	background: #FFDD75;
	margin-bottom: 10px;
	/zoom:1;
}

#contents div.caution div.message_bg {
	background: #FFFDEC;
	margin: 4px;
	padding: 2px 6px 2px 6px;
}

#contents div.caution h2 {
	background: url('../images/common_contents_main_message_caution_icon.gif') no-repeat left 1px;
}

#contents div.caution ul {
	background: transparent url('../images/common_ie6-border-dotted-bugfix_yellow.gif') repeat 0 0;
}

#contents div.caution ul li {
	background-color: #FFFDEC;
}

#contents div.caution p {
	margin: 0;
	padding: 8px 6px 6px 6px;
	line-height: 135%;
	background-color: #FFFDEC;
}

/* エラー情報定義 */
#contents div.error {
	border: solid 1px #EA0000;
	background: #FF7575;
	margin-bottom: 10px;
	/zoom:1;
}

#contents div.error div.message_bg {
	background: #FFFFFF;
	margin: 4px;
	padding: 2px 6px 2px 6px;
}

#contents div.error h2 {
	background: url('../images/common_contents_main_message_error_icon.gif') no-repeat left 1px;
	color: #D80000;
}

#contents div.error ul {
	background: transparent url('../images/common_ie6-border-dotted-bugfix_red.gif') repeat 0 0;
}

#contents div.error ul li {
	background-color: #FFFFFF;
}

#contents div.error p {
	margin: 0;
	padding: 8px 6px 6px 6px;
	line-height: 135%;
	background-color: #FFFFFF;
}


/* =====フッタ要素定義===== */
#footer {
	width: 100%;
	margin: auto 0;
	color: #333333;
	text-align: center;
}


/* ======================================= */
/* 代替ログイン画面用CSS(2012/05/24 GP追加)  */
/* ======================================= */

/* Uniprove-PTロゴ */
.daitai_login #header p {
	margin: 0;
	padding: 4px 0 0 0;
	float: left;
}

/* ヘッダ　ユーザー名 */
.daitai_login #header #header_id {
	float: none;
	display: inline-block;
	height: 19px;
	margin: 9px 5px 0 9px;
	padding: 0;
/*	background: url('../images/common_header_login-name_bg_right.gif') no-repeat top right;*/
	/display: inline;
	/zoom: 1;
}

.daitai_login #header #header_id span {
	display: inline-block;
	height: 19px;
	line-height: 19px;
	padding: 0 5px 0 5px;
/*	background: url('../images/common_header_login-name_bg_left.gif') no-repeat top left;*/
}

/* ヘッダ　メニュー*/
.daitai_login #header li {
	display: table-cell;
	height: 1.2em;
	margin: 0;
	background: transparent url('../images/common_ie6-border-dashed-bugfix.gif') repeat-y top right;
	border-right: dashed 1px #777777;
	padding: 0px 6px 0 8px;
	/display: inline;
	/zoom: 1;
}


/* 代替ログインタイトル・ユーザー情報 */

.daitai_login #contents_form #user_info{
	float: left;
	width: 262px;
	margin: 14px 0 0 25px;
	display: inline;
	font-size: 90%;
	line-height: 120%;
}

.daitai_login #contents_form h1.dlogin_title {
	width: 262px;
	float: none;
}

.daitai_login #contents_form h1.dlogin_title img {
	margin: 0;
}

.daitai_login #contents_form #user_info dl{
	margin: 14px 0 0 20px;
	line-height: 160%;
}

.daitai_login #contents_form #user_info dl dt{
	float: left;
}

.daitai_login #contents_form #user_info dl dt span{
	margin: 0 6px;
}

.daitai_login #contents_form #user_info dl dd{
	font-weight: bold;
	font-size: 120%;
}

/*　戻る・代替ログインボタン　*/

.daitai_login #contents p.action input.button_dlogin_back {
	margin: 7px 0 0 19px;
	background: url('../images/dlogin_contents_form_botton_back_normal.gif') no-repeat;
	width: 68px;
}

.daitai_login #contents p.action input.button_dlogin {
	margin: 7px 0 0 2px;
	background: url('../images/dlogin_contents_form_botton_dlogin_nomal.gif') no-repeat;
	width: 122px;
}