@charset "utf-8";
/* CSS Document */

#wrapper {
	font-size: 100%;
	line-height: 1.5em;
	width: 900px;
	margin-bottom: 30px;
	margin:auto;
}

#contents {
	width: 100%;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	margin: 30px 10px 15px 10px;
	padding: 5px 0 5px 8px;
	color: #104000;
	border-left: #104000 7px double;
	background-color:#FFC;
}

.txt_box_01 {
	font-size: 105%;
	line-height: 1.5em;
	margin: 10px;
}

.txt_box_02 {
	font-size: 100%;
	line-height: 1.3em;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 10px;
}

.table01{
	width: 100%;
	border: #999 1px solid;
	border-spacing: 1px;
	margin: 0;
}

.table01 th{
	border-right: #CCC 1px solid;
	border-bottom: #CCC 1px solid;
	padding: 10px;
}

.table01 td{
	border-right: #CCC 1px solid;
	border-bottom: #CCC 1px solid;
	padding: 10px;
}

.txt_blue_16px{
	color: #006;
	font-size: 16px;
	line-height: 1.8em;
	font-weight: bold;
}

.txt_13px{
	font-size: 13px;
	line-height: 2.5em;
}

.txt_red{
	color: #F00;
}