@charset "UTF-8";
h2 {
	margin-bottom: 15px;
}
#hobby h3 {
	margin-bottom: 10px;
}
#hobby h4 {
	font-size: 90%;
	font-weight: bold;
	margin-bottom: 5px;
}
#hobby table {
	border-top: solid #a09076 1px;
	border-collapse: collapse;
	float: left;
	width: 630px;
	margin: 30px 0px 0 0;
}
#hobby th {
	text-align: left;
	vertical-align: top;
	border-bottom: solid #a09076 1px;
	padding: 5px 8px;
}
#hobby td {
	border-bottom: solid #a09076 1px;
	padding: 5px;
}
#hobby .area1 {
	float: left;
	width: 430px;
}
div.mark p {
	float: left;
	width: 64px;
	margin-bottom: 10px;
}
div.mark {
	width: 192px;
	float: left;
	margin-top: 30px;
}
#hobby {
	background-image: url(img/hobby_ph.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#hobby .text {
	clear: left;
	padding: 10px 210px 0 0;
	font-size: 70%;
}
#lesson th {
	background-color: #dee6e4;
	border-top: solid #688d8c 1px;
	border-bottom: solid #688d8c 1px;
	color: #688d8c;
	padding: 5px;
	text-align: center;
	border-left: solid #688d8c 1px;
}
#lesson th.left {
	border-left: none;
	
}
#lesson td {
	border-bottom: solid #688d8c 1px;
	border-left: solid #688d8c 1px;
	padding: 3px;

}
#lesson table {
	border-collapse: collapse;
	width: 640px;
}
#lesson td.left {
	border-left: none;

}
#lesson {
	margin-top: 30px;
}
#lesson h3 {
	margin-bottom: 10px;
}
#app .text {
}
#app .bt {
	float: left;
	width: 179px;
	margin-right: 15px;
}
#app .present {
	float: right;
	width: 192px;
	margin-left: 5px;
}
#app h4 {
	font-size: 90%;
	font-weight: bold;
	margin: 15px 0 7px;
}
#app {
	margin-top: 30px;
}
#app .inner {
	padding: 10px 18px 20px;
}

.topline{
	border-top: solid #688d8c 1px;
}


.text_r{
text-align:right;
}