@charset "UTF-8";

div#contents table {
	width: 570px;
	margin-left: 5px;
	margin-bottom: 30px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #4D94C1;
	border-left-color: #4D94C1;
}

div#contents table td {
	padding: 5px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-bottom-style: solid;
	border-right-style: solid;
	border-bottom-color: #4D94C1;
	border-right-color: #4D94C1;
}

.name {
	background-color:#A7D5E0;
	text-align: right;
}

.size {
	font-size: x-small;
}

.title01 {
	background-image: url(../message/image/title01.gif);
	background-repeat: no-repeat;
	width: 610px;
	height: 25px;
}