@charset "utf-8";
body  {
	font: 100% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	background: #FFF;
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #000000;
	font-size: 12px;
}
.twoColFixLtHdr #container {
	width: 880px;  /* 最大幅である 800px より 20px 小さくすることにより、ブラウザクロームの使用が可能となり、水平スクロールバーが表示されなくなります */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
} 
.twoColFixLtHdr #header {
	background-color: #DDDDDD;
	background-image: url(images/header.jpg);
	height: 130px;
	width: 880px;
	margin:0;
} 
.twoColFixLtHdr #mainContent {
	background-color: #FFF;
	background-image: url(images/main_bg.jpg);
	height: 709px;
	margin: 0px;
	width: 545px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 324px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
} 
th ,td{
	font-weight: 500;
	padding-right: 5px;
	margin: 0;
	height: 17px;
	padding-left: 5px;
	border-spacing: 0;
	width:160px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: left;
}
#comment {
	font-size: 12px;
	background-color: #FFF;
	padding: 6px;
	width: 470px;
	border: 1px solid #333;
	margin-left: 20px;
	height: 140px;
	overflow: auto;
	margin-top: 8px;
}
ul li{
	margin-left: -15px;
	font-size: 11px;
	line-height: 12px;
	margin-top: 5px;
	margin-bottom: 2px;
	list-style-position: outside;
	list-style-type: disc;
}

tr {
	margin: 0px;
	padding: 0px;
	border-spacing: 0;
}

table {
	margin-left: 72px;
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 11px;
	border-spacing: 0;
	border-collapse: collapse;
	width: 350px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}


.twoColFixLtHdr #footer {
	background-color: #FFF;
	background-image: url(images/footer.jpg);
	height: 38px;
	width: 853px;
	padding-left: 27px;
	padding-top: 3px;
	margin: 0;
} 
.fltrt { /* このクラスは、ページ上でフローティングエレメントを右側に配置するのに使用できます。プローティングエレメントは、ページ上でその横に配置されるエレメントの前に配置される必要があります。 */
	float: right;
}
.fltlft { /* このクラスは、ページ上でフローティングエレメントを左側に配置するのに使用できます */
	float: left;
}
.clearfloat { /* このクラスは、div またはブレークエレメントに適用される必要があり、また、フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
