@charset "UTF-8";

/* 日本語フォント対応など */
html {
	margin: 0;
	min-width: 980px;
	width: 100%;
	height: 100%;
	font-family: "Meiryo", "Yu Gothic","YuGothic", "Hiragino Kaku Gothic Pro", "Sans-Serif";
	font-size: 13px;
	line-height: 1.5;
}

body {
	margin: 0;
	padding: 0;
}

main {
	padding: 70px 20px 20px 20px;
}


/* 禁則処理 */
p,li,dt,dd,th,td,pre {
	line-break: strict;
	word-break: strict;
}


/* 共通サイズ(フォント) */
.fnt11 {
	font-size: 11px;
}
.fnt12 {
	font-size: 12px;
}
.fnt16 {
	font-size: 16px;
}
.fnt18 {
	font-size: 18px;
}
.fnt21 {
	font-size: 21px;
}
.fnt24 {
	font-size: 24px;
}
.fnt27 {
	font-size: 27px;
}


/* 共通サイズ(幅) */
.w60 {
	width: 60px;
	min-width: 60px;
}
.w100 {
	width: 100px;
	min-width: 100px;
}
.w140 {
	width: 140px;
	min-width: 140px;
}
.w180 {
	width: 180px;
	min-width: 180px;
}
.w200 {
	width: 200px;
	min-width: 200px;
}
.w300 {
	width: 300px;
	min-width: 300px;
}


/* input,selectタグ関連 */
input[type='text'], input[type='password'],textarea {
	box-sizing: border-box;
	text-align: middle;
	font-family: "Meiryo", "Yu Gothic","YuGothic", "Hiragino Kaku Gothic Pro", "Sans-Serif";
	font-size: 100%;
	padding: 1px 4px;
	border: 2px #778899 solid;
	border-radius: 4px;
}

input[type='text'], input[type='password'] {
	height: 30px;
}
textarea {
	vertical-align: bottom;
	margin: 0;
}

input[type='checkbox'],input[type='radio'] {
	opacity: 0;
	appearance: none;
	position: absolute;
}

select {
	text-align: middle;
	font-family: "Meiryo", "Yu Gothic","YuGothic", "Hiragino Kaku Gothic Pro", "Sans-Serif";
	font-size: 100%;
	height: 30px;
	border: 2px #778899 solid;
	border-radius: 4px;
	padding-right: 4px;
}


/* テーブル */
table {
	box-sizing: border-box;
	border-spacing: 0;
	border-collapse: collapse;
	width: 100%;
}

/* 基本テーブル */
table.tbl_base {
	font-size: 14px;
}
/* 基本行高 */
table.tbl_base tr {
	height: 48px;
}
/* 基本行高：細 */
table.tbl_base.h36 tr {
	height: 36px;
}

/* ぴったりの列幅 */
table.tbl_base .w_fit {
	width: 1px;
	white-space: nowrap;
}

/* 字寄せ */
table.tbl_base .al_r {
	text-align: right;
}

/* 間隔 */
table.tbl_base .p4x4 {
	padding: 4px;
}
table.tbl_base .p8x8 {
	padding: 8px;
}

/* 見出し */
table.tbl_base th {
	box-sizing: border-box;
	padding: 8px 20px;
	border: solid 1px;
	background-color: #DBE5F1;
	text-align: left;
	font-weight: normal;
}
/* 見出し(行高大) */
table.tbl_base th.ml {
	vertical-align: baseline;
	padding: 12px 20px;
}

/* 必須 */
table.tbl_base th.required:after {
	content: "必須";
	font-size: 8pt;
	background-color: #CC0033;
	color: #FFFFFF;
	border-radius: 4px;
	padding: 2px 6px 0 6px;
	margin-top: 1px;
	float: right;
}
/* 任意 */
table.tbl_base th.optional:after {
	content: "任意";
	font-size: 8pt;
	background-color: #3366CC;
	color: #FFFFFF;
	border-radius: 4px;
	padding: 2px 6px 0 6px;
	margin-top: 1px;
	float: right;
}

/* 通常セル */
table.tbl_base td {
	box-sizing: border-box;
	border: solid 1px;
	padding: 8px 20px;
}







/* .description_not_dsp{ */
/*   display:none; */
/* } */

/* .description_dsp{ */
/*   display:inline; */
/* } */

/* p { */
/*   line-height: 1.7; */
/* } */


/* /* 通常のtd(left) */ */
/* .td_type1 { */
/*   margin:  0px 0px 0px 0px; */
/*   padding: 0px 0px 0px 0px; */
/*   border: 1px; */
/*   border-color: #333333; */
/*   border-top-style: solid; */
/*   border-bottom-style: solid; */
/*   border-left-style: solid; */
/*   border-right-style: solid; */
/*   text-align:left !important; */
/* } */

/* /* 右の線無し */ */
/* .td_type2 { */
/*   margin:  0px 0px 0px 0px; */
/*   padding: 0px 0px 0px 0px; */
/*   border-top: 1px; */
/*   border-bottom: 1px; */
/*   border-left: 1px; */
/*   border-right: 0px; */
/*   border-color: #333333; */
/*   border-top-style: solid; */
/*   border-bottom-style: solid; */
/*   border-left-style: solid; */
/*   border-right-style: solid; */
/*   text-align:left !important; */
/* } */

/* /* 通常のtd(center) */ */
/* .td_type3 { */
/*   margin:  0px 0px 0px 0px; */
/*   padding: 0px 0px 0px 0px; */
/*   border: 1px; */
/*   border-color: #333333; */
/*   border-top-style: solid; */
/*   border-bottom-style: solid; */
/*   border-left-style: solid; */
/*   border-right-style: solid; */
/*   text-align:center !important; */
/* } */

/* /* 上の線無し */ */
/* .td_type4 { */
/*   margin:  0px 0px 0px 0px; */
/*   padding: 0px 0px 0px 0px; */
/*   border-top: 0px; */
/*   border-bottom: 1px; */
/*   border-left: 1px; */
/*   border-right: 1px; */
/*   border-color: #333333; */
/*   border-top-style: solid; */
/*   border-bottom-style: solid; */
/*   border-left-style: solid; */
/*   border-right-style: solid; */
/*   text-align:left !important; */
/* } */

/* /* 上の線無し 右寄せ */ */
/* .td_type4_r { */
/*   margin:  0px 0px 0px 0px; */
/*   padding: 0px 0px 0px 0px; */
/*   border-top: 0px; */
/*   border-bottom: 1px; */
/*   border-left: 1px; */
/*   border-right: 1px; */
/*   border-color: #333333; */
/*   border-top-style: solid; */
/*   border-bottom-style: solid; */
/*   border-left-style: solid; */
/*   border-right-style: solid; */
/*   text-align:right !important; */
/* } */

/* /* 下の線無し */ */
/* .td_type5 { */
/*   margin:  0px 0px 0px 0px; */
/*   padding: 0px 0px 0px 0px; */
/*   border-top: 1px; */
/*   border-bottom: 0px; */
/*   border-left: 1px; */
/*   border-right: 1px; */
/*   border-color: #333333; */
/*   border-top-style: solid; */
/*   border-bottom-style: solid; */
/*   border-left-style: solid; */
/*   border-right-style: solid; */
/*   text-align:left !important; */
/* } */

/* /* 下の線無し 右寄せ */ */
/* .td_type5_r { */
/*   margin:  0px 0px 0px 0px; */
/*   padding: 0px 0px 0px 0px; */
/*   border-top: 1px; */
/*   border-bottom: 0px; */
/*   border-left: 1px; */
/*   border-right: 1px; */
/*   border-color: #333333; */
/*   border-top-style: solid; */
/*   border-bottom-style: solid; */
/*   border-left-style: solid; */
/*   border-right-style: solid; */
/*   text-align:right !important; */
/* } */

/* /* 上下の線無し */ */
/* .td_type6 { */
/*   margin:  0px 0px 0px 0px; */
/*   padding: 0px 0px 0px 0px; */
/*   border-top: 0px; */
/*   border-bottom: 0px; */
/*   border-left: 1px; */
/*   border-right: 1px; */
/*   border-color: #333333; */
/*   border-top-style: solid; */
/*   border-bottom-style: solid; */
/*   border-left-style: solid; */
/*   border-right-style: solid; */
/*   text-align:left !important; */
/* } */

/* /* 上下の線無し 右寄せ */ */
/* .td_type6_r { */
/*   margin:  0px 0px 0px 0px; */
/*   padding: 0px 0px 0px 0px; */
/*   border-top: 0px; */
/*   border-bottom: 0px; */
/*   border-left: 1px; */
/*   border-right: 1px; */
/*   border-color: #333333; */
/*   border-top-style: solid; */
/*   border-bottom-style: solid; */
/*   border-left-style: solid; */
/*   border-right-style: solid; */
/*   text-align:right !important; */
/* } */

/* /* 右の線無し(center) */ */
/* .td_type7 { */
/*   margin:  0px 0px 0px 0px; */
/*   padding: 0px 0px 0px 0px; */
/*   border-top: 1px; */
/*   border-bottom: 1px; */
/*   border-left: 1px; */
/*   border-right: 0px; */
/*   border-color: #333333; */
/*   border-top-style: solid; */
/*   border-bottom-style: solid; */
/*   border-left-style: solid; */
/*   border-right-style: solid; */
/*   text-align:center !important; */
/* } */


/* /* 右と下の線無し(left) */ */
/* .td_type8 { */
/*   margin:  0px 0px 0px 0px; */
/*   padding: 0px 0px 0px 0px; */
/*   border-top: 1px; */
/*   border-bottom: 0px; */
/*   border-left: 1px; */
/*   border-right: 0px; */
/*   border-color: #333333; */
/*   border-top-style: solid; */
/*   border-bottom-style: solid; */
/*   border-left-style: solid; */
/*   border-right-style: solid; */
/*   text-align:left !important; */
/* } */

/* /* 右の線のみ(center) */ */
/* .td_type9 { */
/*   margin:  0px 0px 0px 0px; */
/*   padding: 0px 0px 0px 0px; */
/*   border-top: 0px; */
/*   border-bottom: 0px; */
/*   border-left: 0px; */
/*   border-right: 1px; */
/*   border-color: #333333; */
/*   border-right-style: solid; */
/*   text-align:center !important; */
/* } */

/* /* 左の線のみ(center) */ */
/* .td_type10 { */
/*   margin:  0px 0px 0px 0px; */
/*   padding: 0px 0px 0px 0px; */
/*   border-top: 0px; */
/*   border-bottom: 0px; */
/*   border-left: 1px; */
/*   border-right: 0px; */
/*   border-color: #333333; */
/*   border-left-style: solid; */
/*   text-align:center !important; */
/* } */

/* /* 右が点線(left) */ */
/* .td_right_dashed { */
/*   font-family: Meiryo, 'メイリオ', 'Lucida Grande', Verdana, 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック',Verdana,Arial,sans-serif; */
/*   font-size: 90%; */
/*   margin:  0px 0px 0px 0px; */
/*   padding: 0px 0px 0px 0px; */

/*   border: 1px; */
/*   border-color: #333333; */
/*   border-top-style: solid; */
/*   border-bottom-style: solid; */
/*   border-left-style: solid; */
/*   border-right-style: dashed; */
/*   height:28px; */
/*   text-align:left !important; */
/* } */

/* /* 右が点線(center) */ */
/* .td_right_dashed2 { */
/*   font-family: Meiryo, 'メイリオ', 'Lucida Grande', Verdana, 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック',Verdana,Arial,sans-serif; */
/*   font-size: 90%; */
/*   margin:  0px 0px 0px 0px; */
/*   padding: 0px 0px 0px 0px; */

/*   border: 1px; */
/*   border-color: #333333; */
/*   border-top-style: solid; */
/*   border-bottom-style: solid; */
/*   border-left-style: solid; */
/*   border-right-style: dashed; */
/*   height:28px; */
/*   text-align:ceneter !important; */
/* } */

/* /* 右のボーダーが点線(right) */ */
/* .td_right_dashed3 { */
/*   font-family: Meiryo, 'メイリオ', 'Lucida Grande', Verdana, 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック',Verdana,Arial,sans-serif; */
/*   font-size: 90%; */
/*   margin:  0px 0px 0px 0px; */
/*   padding: 0px 0px 0px 0px; */

/*   border: 1px; */
/*   border-color: #333333; */
/*   border-top-style: solid; */
/*   border-bottom-style: solid; */
/*   border-left-style: solid; */
/*   border-right-style: dashed; */
/*   height:28px; */
/*   text-align:right !important; */
/* } */

/* /* 下のボーダーが点線 */ */
/* .td_bottom_dashed { */
/*   font-family: Meiryo, 'メイリオ', 'Lucida Grande', Verdana, 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック',Verdana,Arial,sans-serif; */
/*   font-size: 90%; */
/*   margin:  0px 0px 0px 0px; */
/*   padding: 0px 0px 0px 0px; */

/*   border-top: 0px; */
/*   border-bottom: 1px; */
/*   border-left: 1px; */
/*   border-right: 1px; */
/*   border-color: #333333; */
/*   border-top-style: solid; */
/*   border-bottom-style: dashed; */
/*   border-left-style: solid; */
/*   border-right-style: solid; */
/*   text-align:left !important; */
/* } */

/* /* 下のボーダーが点線(center) */ */
/* .td_bottom_dashed2 { */
/*   font-family: Meiryo, 'メイリオ', 'Lucida Grande', Verdana, 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック',Verdana,Arial,sans-serif; */
/*   font-size: 90%; */
/*   margin:  0px 0px 0px 0px; */
/*   padding: 0px 0px 0px 0px; */

/*   border: 1px; */
/*   border-color: #333333; */
/*   border-top-style: solid; */
/*   border-bottom-style: dashed; */
/*   border-left-style: solid; */
/*   border-right-style: solid; */
/*   text-align:center !important; */
/* } */

/* /* 上の線無し 下のボーダーが点線(center) */ */
/* .td_bottom_dashed3 { */
/*   margin:  0px 0px 0px 0px; */
/*   padding: 0px 0px 0px 0px; */

/*   border-top: 0px; */
/*   border-bottom: 1px; */
/*   border-left: 1px; */
/*   border-right: 1px; */
/*   border-color: #333333; */
/*   border-top-style: solid; */
/*   border-bottom-style: dashed; */
/*   border-left-style: solid; */
/*   border-right-style: solid; */
/*   text-align:left !important; */
/* } */

/* /* 上のボーダーが点線(left) */ */
/* .td_bottom_dashed4 { */
/*   margin:  0px 0px 0px 0px; */
/*   padding: 0px 0px 0px 0px; */

/*   border: 1px; */
/*   border-color: #333333; */
/*   border-top-style: dashed; */
/*   border-bottom-style: solid; */
/*   border-left-style: solid; */
/*   border-right-style: solid; */
/*   text-align:left !important; */
/* } */

/* /* 下のボーダーが点線 */ */
/* .td_bottom_dashed5 { */
/*   margin:  0px 0px 0px 0px; */
/*   padding: 0px 0px 0px 0px; */

/*   border-top: 0px; */
/*   border-bottom: 1px; */
/*   border-left: 1px; */
/*   border-right: 1px; */
/*   border-color: #333333; */
/*   border-top-style: solid; */
/*   border-bottom-style: dashed; */
/*   border-left-style: solid; */
/*   border-right-style: solid; */
/*   text-align:left !important; */
/* } */

/* /* 下のボーダーが点線(center) */ */
/* .td_bottom_dashed6 { */
/*   margin:  0px 0px 0px 0px; */
/*   padding: 0px 0px 0px 0px; */

/*   border: 1px; */
/*   border-color: #333333; */
/*   border-top-style: solid; */
/*   border-bottom-style: dashed; */
/*   border-left-style: solid; */
/*   border-right-style: solid; */
/*   text-align:center !important; */
/* } */


/* /* 左右のボーダーが点線 */ */
/* .td_lr_dashed { */
/*   font-family: Meiryo, 'メイリオ', 'Lucida Grande', Verdana, 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック',Verdana,Arial,sans-serif; */
/*   font-size: 90%; */
/*   margin:  0px 0px 0px 0px; */
/*   padding: 0px 0px 0px 0px; */

/*   border: 1px; */
/*   border-color: #333333; */
/*   border-top-style: solid; */
/*   border-bottom-style: solid; */
/*   border-left-style: dashed; */
/*   border-right-style: dashed; */
/*   height:28px; */
/* } */

/* /* 左のボーダーが点線 */ */
/* .td_left_dashed { */
/*   font-family: Meiryo, 'メイリオ', 'Lucida Grande', Verdana, 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック',Verdana,Arial,sans-serif; */
/*   font-size: 90%; */
/*   margin:  0px 0px 0px 0px; */
/*   padding: 0px 0px 0px 0px; */

/*   border: 1px; */
/*   border-color: #333333; */
/*   border-top-style: solid; */
/*   border-bottom-style: solid; */
/*   border-left-style: dashed; */
/*   border-right-style: solid; */
/*   height:28px; */
/* } */

/* /* 左のボーダーが点線(right) */ */
/* .td_left_dashed3 { */
/*   font-family: Meiryo, 'メイリオ', 'Lucida Grande', Verdana, 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック',Verdana,Arial,sans-serif; */
/*   font-size: 90%; */
/*   margin:  0px 0px 0px 0px; */
/*   padding: 0px 0px 0px 0px; */

/*   border: 1px; */
/*   border-color: #333333; */
/*   border-top-style: solid; */
/*   border-bottom-style: solid; */
/*   border-left-style: dashed; */
/*   border-right-style: solid; */
/*   height:28px; */
/*   text-align:right !important; */
/* } */

/* /* 右のボーダーが点線、左の線無し */ */
/* .td_right_dashed_no_left { */
/*   font-family: Meiryo, 'メイリオ', 'Lucida Grande', Verdana, 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック',Verdana,Arial,sans-serif; */
/*   font-size: 90%; */
/*   margin:  0px 0px 0px 0px; */
/*   padding: 0px 0px 0px 0px; */

/*   border-top: 1px; */
/*   border-bottom: 1px; */
/*   border-left: 0px; */
/*   border-right: 1px; */
/*   border-color: #333333; */
/*   border-top-style: solid; */
/*   border-bottom-style: solid; */
/*   border-left-style: solid; */
/*   border-right-style: dashed; */
/*   height:28px; */
/*   text-align:right !important; */
/* } */

/* /* 左が点線、右が二重線(right) */ */
/* .td_ldashed_rdouble { */
/*   font-family: Meiryo, 'メイリオ', 'Lucida Grande', Verdana, 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック',Verdana,Arial,sans-serif; */
/*   font-size: 90%; */
/*   margin:  0px 0px 0px 0px; */
/*   padding: 0px 0px 0px 0px; */

/*   border-top: 1px; */
/*   border-bottom: 1px; */
/*   border-left: 1px; */
/*   border-right: 3px; */
/*   border-color: #333333; */
/*   border-top-style: solid; */
/*   border-bottom-style: solid; */
/*   border-left-style: dashed; */
/*   border-right-style: double; */
/*   height:28px; */
/*   text-align:right !important; */
/* } */

/* /* 左が二重線、右が点線(right) */ */
/* .td_ldouble_rdashed { */
/*   font-family: Meiryo, 'メイリオ', 'Lucida Grande', Verdana, 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック',Verdana,Arial,sans-serif; */
/*   font-size: 90%; */
/*   margin:  0px 0px 0px 0px; */
/*   padding: 0px 0px 0px 0px; */

/*   border-top: 1px; */
/*   border-bottom: 1px; */
/*   border-left: 3px; */
/*   border-right: 1px; */
/*   border-color: #333333; */
/*   border-top-style: solid; */
/*   border-bottom-style: solid; */
/*   border-left-style: double; */
/*   border-right-style: dashed; */
/*   height:28px; */
/*   text-align:right !important; */
/* } */

/* /* 左が二重線(right) */ */
/* .td_ldouble { */
/*   font-family: Meiryo, 'メイリオ', 'Lucida Grande', Verdana, 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック',Verdana,Arial,sans-serif; */
/*   font-size: 90%; */
/*   margin:  0px 0px 0px 0px; */
/*   padding: 0px 0px 0px 0px; */

/*   border-top: 1px; */
/*   border-bottom: 1px; */
/*   border-left: 3px; */
/*   border-right: 1px; */
/*   border-color: #333333; */
/*   border-top-style: solid; */
/*   border-bottom-style: solid; */
/*   border-left-style: double; */
/*   border-right-style: solid; */
/*   height:28px; */
/*   text-align:center !important; */
/* } */

/* /* 右二重線(center) */ */
/* .td_type8_r { */
/*   margin:  0px 0px 0px 0px; */
/*   padding: 0px 0px 0px 0px; */
/*   border-top: 1px; */
/*   border-bottom: 1px; */
/*   border-left: 1px; */
/*   border-right: 3px; */
/*   border-color: #333333; */
/*   border-top-style: solid; */
/*   border-bottom-style: solid; */
/*   border-left-style: solid; */
/*   border-right-style: double; */
/*   text-align:center !important; */
/* } */

/* /* 左二重線(center) */ */
/* .td_type8_l { */
/*   margin:  0px 0px 0px 0px; */
/*   padding: 0px 0px 0px 0px; */
/*   border-top: 1px; */
/*   border-bottom: 1px; */
/*   border-left: 3px; */
/*   border-right: 1px; */
/*   border-color: #333333; */
/*   border-top-style: solid; */
/*   border-bottom-style: solid; */
/*   border-left-style: double; */
/*   border-right-style: solid; */
/*   text-align:center !important; */
/* } */

/* .font_type90 { */
/*   font-family: Meiryo, 'メイリオ', 'Lucida Grande', Verdana, 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック',Verdana,Arial,sans-serif; */
/*   font-size: 90%; */
/* } */

/* .font_type_bold { */
/*   font-family: Meiryo, 'メイリオ', 'Lucida Grande', Verdana, 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック',Verdana,Arial,sans-serif; */
/*   font-size: 100%; */
/*   font-weight:bold; */
/* } */

/* .font_bold { */
/*   font-weight:bold; */
/* } */
/* .font_color_red{ */
/*   color:#CC0000; */
/*   border-collapse:collapse; */
/*   font-weight:bold; */
/* } */

/* .btn_base0 { */
/*   border: solid 1px; */
/*   BACKGROUND-IMAGE: url(../images/bg_button.gif); */
/*   color: #000066; */
/*   font-size: 100%; */
/*   font-family: Meiryo, 'メイリオ', 'Lucida Grande', Verdana, 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック',Verdana,Arial,sans-serif; */
/*   height:25px; */
/* } */

/* .btn_small_excel { */
/*   margin:-3px; */
/*   border-top:1px solid #cccccc; */
/*   border-left:1px solid #cccccc; */
/*   border-right:1px solid #333333; */
/*   border-bottom:1px solid #333333; */
/*   BACKGROUND-IMAGE: url(../images/btn_excel.gif); */
/*   color: #000066; */
/*   font-size: 100%; */
/*   font-family: Meiryo, 'メイリオ', 'Lucida Grande', Verdana, 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック',Verdana,Arial,sans-serif; */
/*   height:20px; */
/*   padding-left: 18px; */
/* } */

/* .line_height_text { */
/*   line-height: 150%; */
/* } */

/* .no_border { */
/*   border:0px !important; */
/*   padding:0 0 0 0px !important; */
/*   font-size:100% !important; */
/* } */

/* .td_type_noborder { */
/*   border-top:    0px !important; */
/*   border-bottom: 0px !important; */
/*   border-right:  0px !important; */
/*   border-left:   0px !important; */
/* } */

/* .text_style { */
/*   padding:16px; */
/*   background:#e0ffff8; */
/* } */

/* #wrapper { */
/*     position: relative; */
/*     min-width: 1000px; */
/*     height: auto; */
/*     min-height: 100%; */
/*     margin: 0; */
/*     padding: 0; */
/* } */

/* #container_top { */
/*     width:100%; */
/*     height:40px; */
/* } */
/* #container { */
/*     width:  1000px; */
/*     min-height: 100%; */
/*     margin: 0px auto 0px; */
/*     padding: 0; */
/*     table-layout: auto; */
/* } */
/* #container_bottom { */
/*     width:100%; */
/*     height:20px; */
/*     padding-bottom: 30px */
/* } */
/* #title_line { */
/*     padding: 0px 0px 10px 0px; */
/* } */

/* #title_line::after { */
/*   content:""; */
/*   display:table; */
/*   clear:both; */
/* } */

/* #title_text { */
/*     font-size: 30px; */
/*     font-weight: bold; */
/*     color: #969696; */
/*     float: left; */
/* } */

/* #title_button { */
/*     float: right; */
/* } */

/* body { */
/* 	/*text-align:center;*/ */
/* 	/*background-color:#cfe6f9;*/ */
/* 	background-image: url("../images/base.jpg") ; */
/* 	background-repeat : repeat-x ; */
/* 	margin:0px 0px 0px 0px; */
/* 	padding:0px; */
/* 	font-family:Arial, Helvetica, sans-serif; */
/* 	font-size:13px; */
/* 	/*! color:#0e3f6d; */ */
/*         -webkit-text-size-adjust: 100%; */
/* } */

/* #bottombox { */
/* 	float:left; */
/* 	width:864px; */
/* 	background-color: #CEEDF4; */
/* 	margin-bottom: 0px; */
/* } */


