@charset "Shift_Jis";

* {
	FONT-SIZE: 12px;
}

body {
    font-family: 'メイリオ','Meiryo','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','Osaka','ＭＳ Ｐゴシック',	sans-serif;
}

a {
	TEXT-DECORATION: none
}

a:hover {
	COLOR: #ff6600;
	TEXT-DECORATION: underline
}

.table_header {
	COLOR: #ffffff
}

.info_text {
	FONT-WEIGHT: bold;
	COLOR: #ff0000
}

.page_title {
	FONT-WEIGHT: bold;
	FONT-SIZE: 14px;
	COLOR: #0000ff
}

/* 横並びのツールバー */
.header a {
	white-space: nowrap;
	border-color: #dddddd;
	color: white;
	background-color: #ff9900;
	margin: 0px;
	padding: 2px 1em 2px 1em;
	font-weight: bold;
	border: 1px outset #ffcc00;
	position: relative;
}

.header a:hover {
	border-color: #aaaaaa;
	background-color: black;
	text-decoration: none;
	color: white;
	top: 1px;
}

.sub_header a, .tool_btn {
	white-space: nowrap;
	border-style: solid;
	border-color: silver;
	font-size: 11px;
	color: #444444;
	background-color: #ffffff;
	margin: 0px auto;
	padding: 2px 1em;
	font-weight: bold;
	border: 1px outset #ffcc00;
	position: relative;
	text-align: center;
}

.sub_header a:hover , .tool_btn:hover {
	border-color: #000000;
	text-decoration: none;
	color: orange;
}

.small_btn {
	white-space: nowrap;
	border-style: dotted;
	border-color: #000000;
	border-width: 1px;
	font-size: 11px;
	color: #333333;
	background-color: #ffffff;
	margin: 2px;
	padding: 2px 4px 2px 4px;
	font-weight: bold;
}

.small_btn:hover {
	border-color: #000000;
	text-decoration: none;
}

.sub_title{
	font-weight: bold;
}

.help_title{
	font-weight: bold;
	color: white;
	font-size: medium;
}

.navi_btn {
	white-space: nowrap;
	border-style: solid;
	border-color: #666666;
	border-width: 1px;
	font-size: 11px;
	color: #0000ff; /*white;*/
	background-color: transparent; /*#cc3300;*/
	margin: 2px;
	padding: 1px 4px 1px 4px;
	font-weight: bold;
}

.navi_btn:hover {
	border-color: #000000;
	text-decoration: none;
	color: #cc3300;
	background-color: white;
}

.page_navi_btn {
	white-space: nowrap;
	border-style: solid;
	border-color: #666666;
	border-width: 1px;
	font-size: 11px;
	color: #0000ff; /*white;*/
	background-color: transparent; /*#cc3300;*/
	margin: 2px 2px;
	padding: 2px 4px 2px 4px;
	font-weight: bold;
}

.page_navi_btn:hover {
	border-color: #000000;
	text-decoration: none;
	color: #cc3300;
	background-color: white;
}

.cmd_btn {
	white-space: nowrap;
	font-size: 12px;
	color: #333333;
	background-color: #eeeeee;
	margin-top: 7px;
	padding: 4px 1em 2px 1em;
	font-weight: bold;
	border: 1px outset #ffcc00;
}

.cmd_btn:hover {
	background-color: black;
	color: white;
	text-decoration: none;
}

input.cmd_btn {
	white-space: nowrap;
	font-size: 12px;
	color: #333333;
	background-color: #eeeeee;
	margin-top: 5px;
	padding: 3px 1em 1px 1em;
	font-weight: bold;
	border: 1px outset #ffcc00;
}

input.cmd_btn:hover {
	background-color: black;
	color: white;
	text-decoration: none;
}

.header_tab {
	white-space: nowrap;
	background-color: #eeeeee;
	padding: 2px 5px;
	margin-left: 1px;
	margin-right: 1px;
	margin-bottom: 0px;
	border-style: solid;
	border-color: black;
	border-bottom-color: #eeeeee;
	border-left-color: black;
	border-top-color: black;
	border-right-color: black;
	border-width: 1px;
	text-align: center;
}

.header_tab_sel {
	white-space: nowrap;
	font-weight: bold;
	background-color: #cccccc;
	padding: 2px 5px;
	margin-left: 1px;
	margin-right: 1px;
	margin-bottom: 0px;
	border-style: solid;
	border-bottom-color: #cccccc;
	border-left-color: black;
	border-top-color: black;
	border-right-color: black;
	border-width: 1px;
	text-align: center;
}

.address_tab {
	white-space: nowrap;
	background-color: #eeeeee;
	padding: 2px 4px 0px 4px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	border-style: solid;
	border-bottom-color: #eeeeee;
	border-left-color: black;
	border-top-color: black;
	border-right-color: black;
	border-width: 1px;
	text-align: center;
	font-size: 11px;
}

.address_tab_sel {
	white-space: nowrap;
	font-weight: bold;
	background-color: #cccccc;
	padding: 2px 4px 0px 4px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	border-style: solid;
	border-color: black;
	border-bottom-color: #cccccc;
	border-left-color: black;
	border-top-color: black;
	border-right-color: black;
	border-width: 1px;
	text-align: center;
	font-size: 11px;
}

div.header {
	background: white;
	background-image: url(../pc/img/bg_header.gif);
	border-top: 0px;
	border-bottom: 2px solid;
	border-color: #555555;
	padding: 5px;
}

.xgate_logo {
	vertical-align: middle;
	padding: 3px;
}

div.sub_header {
	background: transparent;
	padding-top: 10px;
	padding-bottom: 5px;
	text-align: center;
}

div.sub_header_tab {
	background: transparent;
	padding-top: 10px;
	padding-bottom: 2px;
	text-align: left;
}

div.copy_right {
	margin: 1em 0px;
	background: transparent;
	text-align: center;
	line-height: 1em;
}

.xgate_body {
	margin: 0px;
	background: white;
	background-image: url(../pc/img/bg.gif);
}

.waku_1px {
	border-collapse: collapse;
	border-style: solid;
	border-color: #666666;
	border-width: 1px;
	padding: 1px;
	margin: 1px;
	background-color: white;
}

.field_name_cell {
	background-color: #9999CC;
	text-align: center;
	color: black;
}

.field_subname_cell {
	background-color: #CCCCFF;
	text-align: center;
	color: black;
}

.field_value_cell {
	background-color: white;
	color: black;
}

.waku_kage {
    margin-top: 15px;
    margin-bottom: 15px;
    border-collapse: collapse;
    border-color: #666666;
    border-style: solid;
    border-top-width: 1px;
    border-left-width: 1px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    background: white;
    padding: 1em;
    background-color: white;
}

.Copyright {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
