@charset "utf-8";
#contents {
	height: 1600px;
	width: auto;
}



#menuSide {
	height: 1200px;
	width: 245px;
	background-image: url(../img/side_menu_bg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: left;
}

#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: #666666;
	font-size: 75%;
}


h2 {
	font-size: 100%;
	line-height: 200%;
	text-indent: 40px;
	color: #666666;
	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;
