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

#menu #message a {
	background-image:url(../images/message/menu.jpg);
}

div {
	overflow:hidden;
}

.message {
	padding-bottom:20px;
	border-bottom:dotted 2px;
	margin-bottom:30px;
}

.portrait {
	float:right;
	width:300px;
}

.text {
	float:left;
	width:500px;
	padding-left:30px;
	line-height:1.5;
}
.text p {
	text-indent:1em;
}
.text #date {
	text-indent:0;
	margin-top:1em;
}

h3 {
	margin:30px 0;
	padding-left:30px;
	color:#0b61b4;
	line-height:1.4;
}

#table {
	clear:both;
	padding:30px 0;
}
table {
	margin:0 auto;
}
tr th {
	text-align:center;
	font-weight:normal;
}
tr th {
	padding:10px;
}
tr td {
	padding:10px 30px;
}
