@charset "UTF-8";

/*ブラウザの初期化̏*/

body,div,h1,h2,h3,h4,h5,h6,
p,blockquote,pre,address,
ul,ol,li,dl,dt,dd,
table,th,td,
form,fieldset,legend {
	margin: 0;
	padding: 0;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

/*font-size初期化*/

body {
	font-size: 10px;
	_font-size: 62.5%;/*IE6向け*/
	background-color: #F8F7EF;
	color: #333333;
}
table{
	width: 588px;
	/*height: 155px;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #E1DDD4;
	border-top: 2px solid #E1DDD4;*/
	background-color: #F8F7EF;
	font-size: 1.2em;
}
thead{
	background: url(img/tableBg.jpg) repeat-x;
}
*html thead th{
	background: url(img/tableBg.jpg) repeat-x;
}
thead th{
	background: url(img/theadBg.jpg) no-repeat right;
}
th{
	width: 100px;
	padding: 0 0 0 10px;
	text-align: left;
	font-weight: 100;
	line-height: 200%;
	border-bottom: 1px solid #E1DDD4;
}
td{
	width: 468px;
	padding: 0 0 0 10px;
	border-bottom: 1px solid #E1DDD4;
}

