/* 入 *******************************************
*
*         " Presented by DKNEX Company. "       
*                 http://dknex.com              
*
*************************************************/

/* "=========================================" */
/* "================= Import ================" */
/* "=========================================" */

@import "/common/plate.css";
@import "/common/box.css";
@import "/common/sheet.css";

@import "/common/con-menu.css";
@import "/common/sub-menu.css";
@import "/common/ConNws.css";
@import "/common/img-set.css";
@import "/common/style-calendar.css";
@import "/common/form.css";
@import "/common/style-universal.css";

/* "=========================================" */
/* "=========== Default font set ============" */
/* "=========================================" */
html, body, table {
/*	font-family: Arial, sans-serif, "HiraMaruPro-W4","ヒラギノ丸ゴシック W4", Osaka, "ＭＳ Ｐゴシック";	*/
/*	font-family: sans-serif, "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック";	*/
/*	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", sans-serif;	*/
	font-family: Arial, Helvetica, Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
body {
	font-size: 100%;
}
/* "============= Link set ==================" */
A:link { color: #000000 }
A:visited { color: #000000 }
A:hover { color: #000000 }
A:active { color: #000000 }
a#blank { font-weight: bold; color:#000000; }
/* "=============== Auto Links ==============" */
#al_blank {
	font-weight:normal;
	color:#000000;
}
#al_inside {
	font-weight:normal;
}
#al_mail {
	font-weight:normal;
}
#js_off {
	font-weight:bold;
	color:red;
}
legend {
	color:#000000;
}
/* "============= H font set ================" */
H1,H2,H3,H4,H5,H6{line-height: 1.1; font-weight: bold;}
H1 { font-size: 2.6em; }
H2 { font-size: 2.2em; }
H3 { font-size: 1.8em; }
H4 { font-size: 1.35em; }
H5 { font-size: 1.0em; }
H6 { font-size: 0.9em; }
/* "============= List set ==================" */
ol { font-style: normal; list-style-position:outside; margin-left: 25px; }
ul { font-style: normal; list-style-position:outside; margin-left: 15px; }
/* "============= List set ==================" */
/* "=========== No Javascript ===============" */
#no-javascript {
	top:0px; left:0px;
	width:100%;
	position:absolute;
	filter: alpha(opacity=50);
	-moz-opacity:0.50;
	opacity:0.50;
	text-align:center;
	z-index:500;
}
.no-jstxt {
	padding: 0px 10px;
	background-color:red;
	font-weight:bold;
	color:yellow;
}
/* "============= END =======================" */
