@charset "utf-8";
/* CSS Document */
*{	margin:auto;}
body{
	font-size:12px;
	text-align:center;
	margin:0;
	padding:0;
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	line-height:200%;
	letter-spacing:1px;}
table{
	width:600px;
	margin:0px auto 0;
	font-size:12px;
	border-spacing:0;
	border:1px solid #bbbbcc;}
th{
	padding:15px 10px 15px 15px;
	font-weight:normal;
	width:145px;
	background-repeat:no-repeat;
	border-bottom:1px solid #ccccdd;
	text-align:left;
	letter-spacing:1px;
	vertical-align:top;
	line-height:180%;}
td{
	padding:15px;
	border-bottom:1px solid #ccccdd}
th span{
	font-size:10px;
	color:#f00;}
p{
	padding:25px;
	font-weight:bold;}