@charset "utf-8";

@import url("base.css");

@import url("common.css");

body {
	margin-top: 10px;
	text-align: center;
	background-image: url(../images/background.gif);
}

table {
	width: 735px;
	border: 1px solid #3399FF;
	font-size: 1.3em;
	text-align: left;
	background-color: #FFFFFF;
	border-collapse: collapse;
	margin: 0 auto;
	line-height: 1.5;
}

td {
	padding-left: 5px;
	border-top: 1px solid #3399FF;
	border-left: 1px solid #3399FF;
	text-indent:
}

.th_1, .th_2, .th_3, .th_4, .th_5, .th_6, .th_7 {
	font-weight: bold;
	text-align: center;
	background-color: #99FF66;
}

.th_1 {
	width: 82px;
}

.th_2 {
	width: 80px;
	border-left: 1px solid #3399FF;
}

.th_3 {
	width: auto;
	border-left: 1px solid #3399FF;
}

.th_4 {
	width: 124px;
}

.th_5 {
	width: 102px;
	border-left: 1px solid #3399FF;
}

.th_6 {
	width: 275px;
	border-left: 1px solid #3399FF;
}

.th_7 {
	width: 114px;
	border-left: 1px solid #3399FF;
}

.td_1 {
	width: 86px;
}

.td_2 {
	width: 108px;
}

p {
	margin-left: 20px;
}

.p1 {
	margin: 0;
	font-size: 1.3em;
	text-align: center;
}

.midashi {
	float: left;
	width: auto;
	margin: 0;
	padding: 0 5px;
	font-size: 11pt;
	font-weight: bold;
	background-color: #FFCC00;
	line-height: 1.5;
}

.ken {
	height: 24px;
	width: 735px;
	margin: 0 auto;
}

.link {
	float: right;
	width: 35px;
	font-size: 10pt;
	color: #000000;
	text-align: right;
}
