* {
	margin: 0px;
	padding: 0px;
	font-family: 'メイリオ', 'MS PGothic', sans-serif;
    font-size: 12px; /* モダンブラウザ向け */
    /*font-size: medium;  IE 7向け */
    /*font: small;  IE 6以下 */
    line-height: 1.5em;
}
/* IE6ロールオーバー時の背景画像のチラつき解消 */
html { 
    filter: expression(document.execCommand("BackgroundImageCache", false, true));
	height: 100%;
}
body {
	text-align: center;
}
body div {
	text-align: left;
	margin: 0px;
}
h1, h2, h3, h4, h5, h6, div, pre, ul, ol, dl, dt, dd, address, form {
	margin: 0px;
	padding: 0px;
	text-align: left;
	display: block;
}
p {
	margin: 1em 0px;
	text-align: left;
	display: block;
}
blockquote {
	margin: 1em 0px;
	padding: 0px 2em;
	text-align: left;
	display: block;
}
table {
	margin: 0px;
	font-family: /*'メイリオ',*/ 'MS PGothic', sans-serif;
    font-size: 12px; /* モダンブラウザ向け */
	empty-cells: show;
}
caption {
	font-weight: bold;
	text-align: left;
}
th {
	vertical-align: middle;
	font-weight: bold;
	text-align: center;
}
td {
	vertical-align: middle;
	font-weight: normal;
	text-align: left;
}
/* 2009.01.26 コメントアウト hr を有効にする
hr, .areaAnchor, .anchor {
	display: none;
}
*/
.areaAnchor, .anchor {
	display: none;
}
img {
	border: none;
	vertical-align: middle;
}
ul li {
	list-style: disc outside;
	margin-left: 20px;
}
input, button, textarea {
	vertical-align: middle;
}
button {
	cursor: pointer;
}
input[type="text"], input[type="password"] {
	height:1.5em;
}

/* Firefoxのリンク下線対策 */
strong a:hover {
	text-decoration: underline;
}

/* リンクのボーダーを消す */
a:active, a:focus{
	outline:none;
}

/* hr 左寄せ */
hr {
	text-align: left;
	margin-left: 0px
}

/* --- clearfix --- */

.clearfix{
	zoom:1;/*for IE 5.5-7*/
}
.clearfix:after{/*for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}


/* --- Copyright --- */ 

.footer {
	clear: both;
	margin-left: 370px;
	padding: 15px 0px;
	font-size: 12px;
}
/* --- dt font style for System Information */
.info1_dt {
}
/* --- dt font style for System Information */
.info2_dt {
	color: red;
	font-size: 12px;
}
