@charset "utf-8";
#container {
	width: 1000px;
	text-align: left;
	background-repeat: repeat;
	height:1750px;
	border-top: 1px none #FFFFFF;
	border-right: 1px none #FFFFFF;
	border-bottom: 1px none #FFFFFF;
	border-left: 1px none #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
#sub_main {
	background-color: #FFFFFF;
	margin-right: auto;
	width: 720px;
	height: auto;
	float: left;
	margin-left: 20px;
}
#sub_main #table-01 ul {
	text-align: left;
}
#sub_main #table-01 li {
	line-height: 200%;
	list-style: square inside;
}






#sub_main h3 {
	font-size: 75%;
	line-height: 200%;
	color: #FFFFFF;
	margin: auto;
	background-color: #999999;
}
#h2_ty {
	height: 33px;
	width: 720px;
	float: left;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	left: 20px;
	margin-top: 5px;
	color: #FFFFFF;
	font-size: 75%;
}


h2 {
	font-size: 100%;
	line-height: 200%;
	text-indent: 40px;
	color: #FFFFFF;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
#sub_main h4 {
	font-size: 75%;
	line-height: 250%;
	color: #FFFFFF;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+　表組み
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

table#table-01 {
	width: 720px;
	border: 1px #E3E3E3 solid;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 75%;
}

table#table-01 th {
    padding: 5px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
}
table#table-01 td {
    padding: 5px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    text-align: center;
