@charset "utf-8";

/* 基本設定
******************************************************************************************** */

body{
	margin: 0px;
	padding: 0px;
	}

form {
	margin:0px;
	padding:0px;
	}

a {
	color:#0396E4;
	text-decoration:none;
	}

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


/* ログイン　設定
******************************************************************************************** */
#container {
	width:360px;
	height:360px;
	background:url(../../../img/sec/login/login_bg.jpg) center center no-repeat;
	border:20px solid #FFEA2D;
	
	}

#container #contents{
	width:356px;
	height:356px;
	border:2px solid #FED616;
	}

#container #contents table#login {
	margin:135px auto 0 auto;
	width:235px;
	border:none;
	font:normal 75% Osaka,"ＭＳ Ｐゴシック",sans-serif;
	}

#container #contents table#login td {
	border:none;
	padding:0px 0px 10px 0px;
	}

#container #contents table#login td.center {
	text-align:center;
	}

#container #contents table#login input#cord,
#container #contents table#login input#pass {
	width:165px;
	}

#container #contents table#login a#icon {
	background:url(../../../img/union/list_icon_blue.gif) center left no-repeat;
	padding-left:15px;
	}


/* ログインエラー　設定
******************************************************************************************** */
#container #contents #error {
	margin:124px 0px 0px 56px;
	width:245px;
	height:165px;
	text-align:center;
	background:url(../../../img/sec/login/error_bg.jpg) top center no-repeat;
	}

#container #contents #error p {
	margin:0px;
	padding:140px 0px 0px 0px;
	}
















