body {
	font-size: 84%;
	line-height: 150%;
	color: #333333;
	margin: 0px;
	padding:0;
	padding-top:20px;
	border-top:8px #54B0D8 solid;
	background-color: #FFFFFF;
	font-family: "Meiryo UI", Osaka, "ヒラギノ角ゴ Pro W3";}
#container {
	width: 600px;
	padding-right: 25px;
	padding-left: 25px;
	margin:0 auto;
	background:#FFFFFF;
}
h1 {
	font-size: 115%;
	color: #FFFFFF;
	text-align: center;
	background-color: #5F82B6;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	margin-bottom: 25px;
}

table {
	padding: 0px;
	border-collapse:collapse;
	width: 100%;
	margin-bottom: 25px;
}
caption {
	font-size: 115%;
	font-weight: bold;
	padding-bottom: 5px;
	text-align: left;
	color: #5F82B6;
}

table th {
	border: 1px solid #CCCCCC;
	background-color: #F6F8FA;
	padding: 5px;
	font-weight: normal;
	color: #5F82B6;
}
table td {
	border: 1px solid #CCCCCC;
	padding: 5px;
}.date {
	width: 90px;
	text-align: center;
}

.pagettl {
	margin-bottom: 15px;
	padding-top: 5px;
}

#profile {
	border: 1px dashed #FF9900;
	padding-right: 12px;
	padding-bottom: 2px;
	padding-left: 12px;
	margin-bottom: 25px;
}
#profile .photo {
	float: left;
	width: 115px;
}
#profile .photo p {
	margin-bottom: 10px;
}

#profile .text {
}
#profile .text p {
	margin-bottom: 10px;
}
.section {
	margin-bottom: 30px;
}
.section h2 {
	font-size: 105%;
	margin-bottom: 6px;
	padding-bottom: 6px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.section h2.shokuba {
	color: #FF3399;
}
.section h2.ob {
	color: #FF6565;
}