@charset "UTF-8";
/* --------------------- initialization ------------------------ */

/* reset - margin, padding, border, text-decoration, font */

*, body {
	margin:0;
	padding:0;
	text-decoration:none;
	font-style: normal;
	font-size: 100%; /* avoid IE fixing font size */
	color:#333333;
}
/* reset - non-IE font size reset */

html>body {
	font-size: 16px;
}
/* Load cssHoverFix to enable :hover pseudo-elements on non-<a> elements in IE5.5 - IE6 */

div, h1, h2, h3, h4, form, fieldset, p, th, img, a img {
	border:0;/*text-align:center;*/
}
/* reset - font inheritation inside table (IE) */
table {
	font-size: inherit;
}
/* reset - image vertical align */
img {
	vertical-align: bottom;
}
/* --------------------- common style ------------------------ */

/* common - font family */
*, body {
	font-family:'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
/* common - basic text decoration */
em, i {
	font-style: italic;
	padding-right: 0.25em;
}
strong, b {
	font-weight: bold;
}
sup {
	vertical-align: 0.45em;
	font-size: 0.75em;
}
sub {
	vertical-align: -0.25em;
	font-size: 0.75em;
}
small {
	font-size: 93.75%;
}
.underline {
	text-decoration:underline;
}
/* --------------------- common class definition ------------------------ */

/* common - hr */

div.hr {
	margin: 8px 10px 10px 10px;
	border-bottom: 1px dotted #BBB;
}
div.hr hr {
	display: none;
}
/**************************************/
#wrapper {
	width:700px;
	margin:0 auto;
	background-color:#FFFFFF;
}
#wrapper h1 {
	text-indent:-9999px;
}
#wrapper h2 {
	text-align:center;
	background-color:#C07790;
	color:#fff;
	padding:5px;
}
#announce {
	padding:20px 10px 5px;
}
#wrapper p{
	font-size:75%;
}
p.attention{
	color:#FF0000;
}
#contents {
	padding:15px 10px;
}
form {
	margin:10px 20px 10px;
}
#contents table {
	border:1px solid #666;
	border-collapse:collapse;
	margin:0 auto;
	font-size:75%;
	margin-bottom:20px;
	width:100%
}
#contents table th {
	background-color:#B0C4DE;
	border-bottom:1px solid #666;
	border-right:1px solid #666;
	padding:0.5em;
	text-align:center;
	vertical-align:top;
	white-space:nowrap;
	width:12%;
	color:#000;
}
#contents table td {
	padding:0.5em;
	text-align:left;
	border-bottom:1px solid #666;
	background-color:#fff;
}
#button{
	margin-top:15px;
	text-align:center;
	}
