*{
	color:#000;
	/*
	font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	*/
	font-family:arial,'ＭＳ Ｐゴシック',sans-serif;
	font-size:14px;
	/*margin:0;
	padding:0;*/
}

#wrapper{
	margin:2em;
}

#header{
	font-size:16px;
}

#content{
	border:;
	margin-top:2em;
}

table th,td{
	padding:0.5em 1em;
}

table th{
	font-weight:normal;
}

table#date{
	background-color:#000;
	border:0;
}

table#date th{
	background-color:#ddd;
	border:0;
}

table#date td{
	background-color:#fff;
	border:0;
	text-align:right;
}

table#info{
	background-color:#000;
	border:0;
	margin-top:2em;
}

table#info th{
	background-color:#ddd;
	border:0;
	font-family:'ＭＳ ゴシック',sans-serif;
	text-align:left;
}

table#info td{
	background-color:#fff;
	border:0;
	font-family:'ＭＳ ゴシック',sans-serif;
}

table#content{
	background-color:#000;
	border:0;
	font-weight:;
	margin-top:2em;
	width:666px;
}

table#content th{
	background-color:#ddd;
	border:0;
	text-align:left;
}

table#content td{
	background-color:#fff;
	border:0;
	text-align:right;
}

table#content th.w150{
	width:150px;
}

table#content th.w60{
	width:60px;
}


table#content td.padding{
	padding-right:0;
}

