body {
	font-family: Verdana, Helvetica, "ＭＳ Ｐゴシック", Hiragino Kaku Gothic Pro, "ヒラギノ角ゴ Pro W3", Osaka, sans-serif;
	font-size: 80%;
	line-height: 150%;
	background-color: #FFFFFF;
	margin: 0px;
}
h1 {
	font-size: 140%;
	margin-top: 10px;
	margin-bottom: 10px;
}
h2 {
	font-size: 120%;
	margin-top: 10px;
	margin-bottom: 10px;
}
h3, h4 {
	font-size: 110%;
	margin-top: 10px;
	margin-bottom: 10px;
}
h5, h6 {
	font-size: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}
p {
	margin-top: 10px;
	margin-bottom: 10px;
}
ul ,ol {
	margin-top: 10px;
	margin-bottom: 10px;
}
form {
	padding: 0px;
	margin: 0px;
}
th, td, input, textarea {
	font-size: 13px;
}
img {
	border: 0px;
}
a {
	color: #E64D24;
}
a:active, a:hover {
	color: #FF0D00;
}
.error {
	color: #EE0000;
	font-weight: bold;
}
.require {
	color: #EE0000;
}
.spacer {
	clear: both;
}
#wrapper {
	width: 786px;
	margin: auto;
}
#contents {
	clear: left;
}

/* 一覧表 */
#list_module {
	width: 90%;
}
#list_module table {
	width: 100%;
}
#list_module th {
	background-color: #DDDDDD;
	padding: 3px;
	white-space: nowrap;
	text-align: center;
}
#list_module td {
	background-color: #EEEEEE;
	padding: 3px;
}

/* フォーム */
.form_module table {
}
.form_module td {
	background-color: #EEEEEE;
	padding: 5px;
}

/* テーブル */
.table_module th {
	background-color: #DDDDDD;
	padding: 5px;
	white-space: nowrap;
}
.table_module td {
	background-color: #EEEEEE;
	padding: 5px;
}
