@charset "utf-8";
/* CSS Document */

#mypage {
	width: 830px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#my_inner {
	padding: 10px;
	float: left;
	width: 810px;
}
#my_inner h3 {
	font-size: 16px;
	color: #2F4463;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.my_table01 {
	margin-bottom: 30px;
	font-size: 12px;
	float: left;
	width: 810px;
}
.my_table01 table {
	margin-bottom: 10px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CDCDCD;
	border-left-color: #CDCDCD;
}
.my_table01 th {
	padding: 5px;
	background-color: #E1F3FF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CDCDCD;
	border-bottom-color: #CDCDCD;
}
.my_table01 td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CDCDCD;
	border-bottom-color: #CDCDCD;
	padding: 5px;
	background-color: #FFFFF7;
	text-align: center;
}
.my_table01 table a {
	font-size: 12px;
	float: left;
}

.width01 {
	width: 100px;
}
.width02 {
	width: 80px;
}
.my_table02 {
	margin-bottom: 30px;
	float: left;
	width: 810px;
}
.my_table02 table {
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CDCDCD;
	border-right-color: #CDCDCD;
	border-left-color: #CDCDCD;
}
.my_table02 th {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CDCDCD;
	padding: 15px;
	width: 170px;
	background-color: #E1F3FF;
	text-align: left;
}
.my_table02 td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CDCDCD;
	padding: 15px;
}