@charset "Shift_JIS";
* {
	margin:0;
	padding:0;
	}
h1,h2,h3,h4,h5,h6,p,pre,button,caption,input,option,select,textarea,dl,ol,ul,table,tr,form,fieldset,legend,address,blockquote,dd,dt,li,td,th,div {
	text-align:left;
	}
body {
	font-size: 13px;
  *font-size: small;
  *font: x-small;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	color: #333333;
	background-color: #FFFFFF;
	text-align: center;
}
#header {
	text-align: right;
	margin-top: 20px;
	margin-bottom: 10px;
}
#contents {
	width: 500px;
	margin: 0 auto;
	line-height: 1.5;
}
h1 {
	margin-bottom: 15px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 123.1%;
	color: #E60000;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #E60000;
	border-bottom-color: #E60000;
}
h2 {
	font-size: 93%;
	font-weight: normal;
}
#tbl {
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
h3 {
	font-size: 93%;
	font-weight: normal;
}
table {
	border: 1px solid #CCCCCC;
	border-collapse: separate;
	border-spacing: 1px;
	width: 100%;
	font-size: 93%;
	color: #333333;
}
th {
	padding: 5px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background-color: #E1E1E1;
}
td {
	padding: 5px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background-color: #F5F5F5;
}
.close {
	padding: 10px 0px 10px 0px;
	text-align: center;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #999999;
}
address {
	font-size: 93%;
	font-style: normal;
	text-align: center;
}
#footer {
	margin-top: 15px;
	margin-bottom: 20px;
}

