@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: #f1f1f1;
}

.MAIN {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-color:  #ffffff;
	border-left: #000 solid 1px;
	border-right: #000 solid 1px;
	/*min-height:600px;*/
}

/* ヘッダー */
.HEADER00 {
	width:100%;
	height: 105px;
	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: 35px;
	font-size:120%;
	font-weight:bold;
	float:left;
	text-align:left;
	color: #333333;
	height: auto;
}

.HEADER {
	width:100%;
	height:105px;
	text-align:right;
	padding:0px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	background: url(../img/head_bgimg.jpg) bottom repeat-x;
}

.logo {
	padding-top: 35px;
	font-size:120%;
	font-weight:bold;
	float:left;
	text-align:left;
	color: #333333;
	height: auto;
}

.logout a {
	color: #000;
}

.logout {
	width:104px;
	height:66px;
	text-align:center;
	padding-right:0px;
	padding-top:3px;
	font-size:75%;
	color: #999999;
	margin-top: 0px;
	margin-right: 0px;
	background: url(../img/logout_bgimg.jpg) no-repeat;
	float:right;
	text-indent: 5px;
}
/* // ヘッダー */

.LEFT_COLUMN {
	/*width: 180px;
	height: 515px;
	float: left;*/

	/*width: 180px;
	height: 515px;*/
	float: left;
	margin-left:10px;

}

.RIGHT_COLUMN {
	/*width: 620px;
	float: right;
	text-align:left;*/

	margin-left: 215px;
	min-width: 600px;
	text-align:left;
	margin-top:20px;

}
/* // 全体の整形 */


/* ナビゲーション */
.NAVIGATION {
	margin: 10px 0 0 10px;
	/*background-color:#C6D7DF;*/
	width:162px;
	text-align:center;
}

.navi_tit {
	width:154px;
	height:33px;
	background: url(../img/menu_title_bg.gif) no-repeat;
	text-align:center;
	font-size:90%;
	font-weight:bold;
	padding-top:5px;
	color:#ffffff;
	margin:0px;
}

.navi_listbox {
	width:150px;
	margin-top:0px;
	padding:3px;
	text-align:center;
	background-color:#FFFFFF;
}

.navi_list {
	padding-left:25px;
	margin:5px;
	background: url(../img/menu_list_img.gif) 0px 0px no-repeat;
	border-bottom: 1px dashed #cccccc;
	text-align:left;
	font-size:80%;
}

.navi_bottom {
	display:none;	
}
/* // ナビゲーション */


/* フッター */
.FOOTER {
	width: 90%;
	height:32px;
	text-align:right;
	/*margin-top: 4px;*/
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	background: url(../img/footer_bar.jpg) bottom repeat-x;
	clear: both;
}

.COPYRIGHT {
	font-style: normal;
	font-size: 70%;
	padding-top:15px;
	color: #ffffff;
}
/* // フッター */


/* ボタン */
.button{
    border:1px #999999 solid;
	border-bottom-style:solid;
	background-color:#FFFFFF;
	font-size:90%;
    }
/* // ボタン */


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

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

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