@charset "utf-8";
/* CSS Document */
/*---------------------------------*/
/* 共通設定 */
/*---------------------------------*/

* {
	margin: 0;
	padding: 0;
	font-family:"メイリオ","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック";
	font-size:10pt;
	font-style: normal;
	list-style:none;
	line-height:1.6;
	/*zoom: 1;*//*IEトラブル検証用*/
}
img {
	border: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	text-decoration: none;
	outline:none;
}
body{
	background:url(/img_common/bg_header02.jpg) repeat-x;
}
body #pagebuilding{
	margin:0 auto;
}
#pagebuilding{
	width:1000px;
	text-align:left;
}
/*---------------------------------*/
/* エラー設定 */
/*---------------------------------*/
.er-area01{
	color:#c00;
}
.info-area01 input{
	margin: 0px 10px;
}
/*---------------------------------*/
/* ヘッダー */
/*---------------------------------*/
#header{
	background:url(/img_common/bg_header02.jpg) repeat-x;
	height:70px;
}
#header-contents{
	widht:1000px;
	margin:0 auto;
}
h1{
	text-indent:-9999px;
	background:url(/img_common/bg_header01.jpg) no-repeat;
	width:380px;
	height:70px;
	float:left;
}
#ac-info{
	height:70px;
	width:250px;
	float:left;
}
#ac-name{
	width:230px;
	height:23px;
	padding-top:12px;
	background:url(/img_common/ac-name.gif) no-repeat 0px 12px;
	overflow:hidden;
}
#setting{
	float:left;
	height:70px;
	width:260px;
	position:relative;
}
/*---------------------------------*/
/* コンテンツ　*/
/*---------------------------------*/
#contents{
	padding:20px;
}
/*---------------------------------*/
/* ログイン */
/*---------------------------------*/
#login-box{
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
	width:300px;
	margin:auto auto;
	border:solid 1px #ccc;
	text-align:center;
	padding-bottom:25px;
}
#login-box h2{
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
	width:300px;
	height:30px;
	color:#fff;
	background-color:#666;
	padding-top:7px;
	margin-bottom:15px;
}
#login-box table{
	margin:5px 10px;
}
#login-box table th,
#login-box table td{
	padding:5px;
	height:35px;
}
#login-box table th{
	text-align:right;
}
#login-box table td{
	text-align:left;
}
input#userid,
input#password{
	height:20px;
	width:180px;
}
input.mode{
	margin-right:5px;
}
#login-box input#btn_login{
	width:200px;
	height:30px;
	margin:5px 0px;
}
#system-msgbox{
	width:300px;
	height:150px;
	margin:40px auto;
}
#system-msgbox h3{
	width:300px;
	font-weight:bold;
}
#system-msgbox p{
	width:290px;
	padding:5px;
	border:solid 1px #ccc;
	height:100px;
	background-color:#eee;
	word-wrap:break-word;
	overflow:auto;
}
/*---------------------------------*/
/* フッター */
/*---------------------------------*/
#footer{
	margin-top:50px;
	background:url(/img_common/bg_footer.jpg) repeat-x;
	height:80px;
	text-align:center;
	clear:both;
}
#footer-text{
	padding-top:40px;
	color:#fff;
	text-shadow:-1px -1px 0px #006;
}