@charset "utf-8";


*{
	margin: 0px;
	padding: 0px;
}

h1{
	margin-top: 15px;
	margin-bottom: 20px;
	text-align: center;
}
h2{
	margin-bottom: 15px;
}

p{
	font-size: 75%;
	line-height: 1.8;
	margin-top: 10px;
	margin-bottom: 15px;
}

#container{
	padding: 0px;
	width: 560px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.div_center{
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 75%;
	line-height: 2;
}



table.reserve_table{
	border-collapse: collapse;
	border: 1px solid #C1C1C1;
	border-spacing: 0;
	empty-cells: show;
	width: 100%;
	font-size: 75%;
	line-height: 1.8;
}
table.reserve_table th{
	text-align: left;
	width: 25%;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	border: 1px dotted #C1C1C1;
	font-weight: normal;
	vertical-align: top;
}
table.reserve_table td{
	text-align: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	border: 1px dotted #C1C1C1;
	vertical-align: top;
}
table.reserve_table td.free_word{
	height: 100px;
}
