* {
	margin:0;
	padding:0;
	border:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 1.2em;
}
body {
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #9cbee9 url(../images/bg_01.gif) repeat-x left top;
}
li {
	list-style: none;
}
a {
	text-decoration: none;
	border: 0px none
}
a:link, a:visited {
	color: #FF5311;
	text-decoration: none;
	border: 0px none;
}
a:hover {
	color: #FF5311;
	text-decoration: underline;
	border: 0px none;
}
#mainContent .MainTxt {
	text-align: justify;
}



