@charset "utf-8";

@import url("c_pagestyle.css");
@import url("style.css");

/* 全体の整形 */
body {
	margin: 0px;
	color: #666666;
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
	text-align: center;
	line-height: 130%;
	background-color: #fff8cc;
}

.MAIN {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	padding-bottom:20px;
	text-align: center;
	background-color:  #ffffff;
	/*min-height:600px;*/
}
.MAIN_login {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	padding-bottom:20px;
	text-align: center;
	background-color:#ffffff;
    border:1px #d6ae25 solid;
	/*min-height:600px;*/
}
/* ヘッダー */
.HEADER00 {
	width:100%;
	height:66px;
	text-align:right;
	padding:0px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	background: url(../img/head_bgimg.jpg) bottom repeat-x;
}

.logo00 {
	padding-top: 20px;
	padding-left: 20px;
	font-size:120%;
	font-weight:bold;
	float:left;
	text-align:left;
	color:#333333;
}

.HEADER {
	width:100%;
	height:66px;
	margin: 0 auto;
	background: url(../img/head_bgimg.jpg) bottom repeat-x;
}
.HEADER h1 {
	font-size:120%;
	font-weight:bold;
	color:#333333;

}
.HEADER h2 {
	text-align:center;
	padding-top: 18px;
	font-size:80%;
	color:#000000;

}
.logo {
	padding-top: 20px;
	padding-left: 20px;
	font-size:120%;
	font-weight:bold;
	float:left;
	text-align:left;
	color:#333333;
}
.logout {
	width:200px;
	height:48px;
	background: url(../img/logout_bgimg.jpg) no-repeat;
	float:right;
}
/* // ヘッダー */

.LEFT_COLUMN {
	/*width: 190px;
	height: 515px;
	float: left;*/
	/*width: 190px;
	height: 515px;*/
	float: left;
	margin: 0px;
	padding: 10px 10px 0 20px;
}

.RIGHT_COLUMN {
	/*width: 620px;
	float: right;
	text-align:left;*/
	margin-left: 215px;
	min-width: 600px;
	text-align:left;
	margin-top:20px;
	padding: 10px 10px 0 20px;
}
/* // 全体の整形 */

ul{
	padding:0;
	margin:0;
}
li{
	padding:0;
	margin:0;
	list-style: none;
}
/* ナビゲーション */
.NAVIGATION{
	width: 190px;
	float: left;
	margin: 0 0px 10px 0px;
	clear:both;
}
.navi_tit {
	width: 190px;
	font-size:90%;
	color:#000000;
	line-height:33px;
	text-align:center;
	padding:0;
	margin:0;
	background: url(../img/menu_title_bg.gif) no-repeat;
}
.navi_listbox{
	width: 190px;
	float: left;
	font-size:80%;
	text-align:left;
	background-color:#fdd849;
}
.navi_listbox ul{
	margin: 5px 5px 5px 5px;
}
.navi_listbox ul li{
	padding:0;
	margin:0;
}
.navi_listbox ul li.log01{
	height:38px;
	width: 180px;
	line-height:38px;
	text-indent:10px;
	display: block;
	outline: none;
	background: url(../img/menu01.gif) no-repeat;
}
.navi_listbox ul li.help01{
	height:260px;
	width: 180px;
	text-indent: -9999px;
	display: block;
	background: url(../img/banner01.gif) no-repeat;
}
.navi_bottom {
	display:none;	
}
/* // ナビゲーション */


/* フッター */
.FOOTER {
	width: 89%;
	height:32px;
	text-align:right;
	/*margin-top: 4px;*/
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	padding-right:10px;
	background-color:#91999b;
	clear: both;
}
.COPYRIGHT {
	color:#FFFFFF;
	font-style: normal;
	font-size: 70%;
	line-height:32px;
	padding-top:0px;
}
/* // フッター */


/* ボタン */
.button{
    border:1px #999999 solid;
	border-bottom-style:solid;
	background-color:#FFFFFF;
	font-size:90%;
    }
.button_navi{
	text-align:center;
	margin:10px 0 0 0;
    }

/* // ボタン */


/* 文字制御 */
.T_75 {
	font-size:75%;
}
/* // 文字制御 */

/* エラーの場合 */
.err_button{
    border:1px #999999 solid;
	border-bottom-style:solid;
	background-color:#FCFAA7;
}

.err {
	background-color:#FF8E44;
	color:#ffffff;
}
/* // エラーの場合 */

