@charset "utf-8";

@import url(master.css);
@import url(system.css);

div.main-image {
	background: url(images/plan_image.jpg) no-repeat 0 0;
	width: 605px;
	height: 311px;
}

h3 {
	font-size: 110%;
	margin-bottom: 10px;
	border-bottom: #a72125 1px solid;
	width: 90%;
}

/*
 [ table-style
----------------------------------------------------------- */
.blogEntryBody table td {
	padding: 5px;
}
.blogEntryBody table td.td-name {
	background: #b91e27;
	color: #ffffff;
}

.title {
	padding-top: 20px;
	margin-bottom: 15px;
	font-size: 120%;
	font-weight: bold;
	letter-spacing: 0.5em;
	color: #000000;
	border-bottom: #8C1E24 1px dashed;
	clear: both;	
}