@charset "utf-8";

/******************************************************************************/
/*** 共通設定                                                               ***/
/******************************************************************************/
/* 1.初期設定 */
body, form, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, blockquote, input, dl, dd, dt, div, address, label {
	margin: 0;
	padding: 0;
	font-size: 102%;
}
a img {
	border: 0;
}
li {
	list-style: none;
}
ol li {
	/* 数字のリストは数字マーカーを残す */
	list-style-type: decimal;
	list-style-position: inside;
}
ul li {
	/* 数字のリストは数字マーカーを残す */
	list-style-type: disc;
	list-style-position: inside;
}
em {
	font-size: 110%;
	font-style: normal;
	font-weight: bold;
}
address {
	font-style: normal;
	font-weight: normal;
}

.chapter {
	margin-bottom: 15px;
}

.wak90 {
	text-align: left;
	width: 92%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 5px;
}


/* 2.フォント関連 */
input, select, textarea, optgroup {
	font: 110% Lucida Grande, Lucida Sans Unicode, Lucida Sans, Arial, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka",sans-serif;*font-size:small;*font:x-small;
}

/* 3.リンクカラー */
a:link, a:visited {
	/* リンク未訪問・訪問済みの色指定 */
	color: #193B5D;
	background-color: transparent;
}
a:hover, a:active {
	/* リンクマウスオーバー時の色指定 */
	color: #448CCB;
	background-color: transparent;
	text-decoration: none;
}

/* 4.テキスト関連 */
.text-center {
	/* テキスト中央寄せ */
	text-align: center;
}
.text-center-disabled {
	/* テキスト中央寄せ */
	text-align: center;
	ime-mode : disabled;
	border: 1px solid #aaaaaa;
	background-color :#eeeeee;
}
.text-left {
	/* テキスト左寄せ */
	text-align: left;
}
.text-left-disabled {
	/* テキスト左寄せ */
	text-align: left;
	ime-mode : disabled;
	border: 1px solid #aaaaaa;
	background-color :#eeeeee;
}
.text-right {
	/* テキスト右寄せ */
	text-align: right;
}
.text-right-disabled {
	/* テキスト右寄せ */
	text-align: right;
	ime-mode : disabled;
	border: 1px solid #aaaaaa;
	background-color :#eeeeee;
}
.chapter {
	margin-bottom: 15px;
}

.float-left {
	float: left;
}
.float-right {
	float: right;
}
.clear {
	clear: both;
}



body /* body(SUBページ)内全フォントのデフォルトを指定 */
{
	margin: 0px;
	font: 13px Lucida Grande, Lucida Sans Unicode, Lucida Sans, Arial, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka",sans-serif;*font-size:small;*font:x-small;
	color: #333333;
	line-height: 150%;
	/* background-image: url(../img/bak_body.gif); */
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #ffffff;
	text-align: center;
}



legend {
	color: #000000;
	font-weight: bold;
	background-color: #f9f8f8;
}

/*
fieldset {
	border: none;
	border-top: 1px solid #D0D0D0;
}
*/


#container {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#header {
	margin-top: 0px;
	height:50px;
}

#header_left {
	float:left;
	width:50%;
}

#header_right {
	float:right;
	width:50%;
	text-align: right;
	margin-top: 5px;
	margin-right: 50px;
}

#mainbox {
	overflow: hidden;
	text-align:center;
}

#footer {
	padding-top: 10px;
	font-size: 10px;
	/*border-top: 1px dotted #cccccc;*/
	clear: both;
}

#guide-container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}


/******************************************************************************/
/*** 以下個別設定                                                           ***/
/******************************************************************************/

/*** ログインページ用 ***/

.login_box {
	text-align: left;
	width: 550px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
	background-color: #f8f8f8;
	border: 5px solid #eeeeee;
}

.login_wak {
	width: 550px;
	margin-left: 0;
	margin-right: 0;
	border: 1px solid #000000;
	background-color: #ffffff;
}

.menu_box {
	text-align: left;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 20px;
	background-color: #f8f8f8;
}

.menu_box_left {
	text-align: left;
	width: 33%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 20px;
	background-color: #f8f8f8;
	float: left;
}

.menu_box_right {
	text-align: left;
	width: 30%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
	background-color: #f8f8f8;
	border: 5px solid #eeeeee;
	float: right;
}

.menu_message {
	text-align: left;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
	background-color: #f8f8f8;
	border: 5px solid #eeeeee;
}

.message {
	text-align: center;
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 10px;
	background-color: #ffeeee;
	color:            #ff0000;
	border: 5px solid #ff8888;
	font-size: 130%;
}

/***  **/


#menu {
	margin: 0;
	padding: 5px;
	float: left;
}
#main {
	margin: 0;
	padding: 0;
	width: 884px;
	float: right;
	border-left: 2px solid #A1C2E2;
	border-right: 2px solid #A1C2E2;
	padding-bottom: 32768px;
	margin-bottom: -32768px;
}

.form td.name {
	font-size: 13px;
	vertical-align: top;
	padding-left: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	width: 200px;
}
.form td {
	font-size: 13px;
	vertical-align: top;
	padding-left: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
}

.form_mid td {
	font-size: 13px;
	vertical-align: middle;
	padding-left: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
}

.form_mid td.name {
	font-size: 13px;
	vertical-align: middle;
	padding-left: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	width: 140px;
}

.box {
	text-align: left;
	width: 97%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
	background-color: #f8f8f8;
	border: 1px solid #eeeeee;
	font-size: 15px;
}

.wak {
	text-align: left;
	width: 97%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 5px;
}

.error {
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 20px 50px 20px 50px;
	background-color: #f8f8f8;
	border: 1px solid #eeeeee;
}

.errmsg {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 20px 50px 20px 50px;
	background-color: #ffffff;
	border: 1px solid #eeeeee;
	color: #FF0000;
}

.infomsg {
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px 5px 5px 5px;
	background-color: #ffffff;
	border: 1px solid #eeeeee;
    height: 5em;
    overflow: scroll;
	font-size: 18px;
}

.titlebox {
	text-align:center;
	vertical-align:bottom;
	background:#F1D9C6;
	width:15em;
	border-color:#9C602B;
	border-width:0 0 3px 0;
	border-style:solid;
	font-size:2em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

.titlelogin {
	text-align:center;
	vertical-align:bottom;
	border-style:none;
	font-size:1.8em;
	margin:10px;
}



#navi {
	width: 100%;
	margin: 0px 5px 0px 5px;
	padding: 0px 7px 9px 7px;
	list-style: none;
	font-size: 18px;
}

#navi ul {
	margin: 0;
	padding: 0;
}

#navi li {
	list-style-type: none;
	list-style-position: outside;
	margin: 0;
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid #C5D4E9;
}

#navi li.first {
	border-top: none;
}

#navi li.active {
}

#navi li a {
	margin: 0;
	padding: 8px 0px 8px 0px;
	display: block;
	text-decoration: none;
}

#navi li.active {
	background-color:#CCDDEE;
}

#navi li.active a {
	font-weight: bold;
}

#navi li a:hover {


/* ---------- ボタン関連 --------- */
.commonButton button {
	margin-left: 5px;
	margin-right: 5px;
	background-image: url(../img/btn_bg.gif);
	border: 0 solid white;
	background-repeat: no-repeat;
	width: 91px;
	height: 21px;
	text-align: center;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: transparent;
}

#bid-regist button {
	background-image: url(../img/btn_regist_bg.gif);
	padding-left: 10px;
}

#bid-delete button {
	background-image: url(../img/btn_delete_bg.gif);
	padding-left: 10px;
}


.button_ok {
	width: 120px;
	height: 40px;
	padding-left: 10px;
}

/* ---------- messages  --------- */
.msgError {
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 2px solid;
	background: #ffffff;
	padding: 10px 4px 10px 4px;
	background-repeat: no-repeat;
	background-position: 14px 14px;
	border-color: #cc0000;
	background-image: url(../img/ico_off.gif);
	text-indent: 30px;
	text-align: left;
}

.msgError .title {
	color: #cc0000;
	font-weight: bold;
	text-align: left;
}

.msgInfo {
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 2px solid;
	background: #ffffff;
	padding: 10px 4px 10px 4px;
	background-repeat: no-repeat;
	background-position: 14px 14px;
	border-color: #009933;
	background-image: url(../img/ico_ok.gif);
	text-indent: 30px;
	text-align: left;
}

.msgInfo .title {
	color: #009933;
	font-weight: bold;
	text-align: left;
}

/*****/
.msgCaution {
	color: #ff0000;
}


/*********************************************************************/