@charset "utf-8";
/* CSS Document */

#breadcrumbs {
	margin:15px 0 10px;
}

#mainColumn h2 {
	background:#135726;
	padding:10px 0;
	text-align:center;
	color:#fff;
	font-weight:bold;
	font-size:24px;
}

#greeting {
	margin-top:30px;
	overflow:hidden;
}

#greeting div {
	margin: 20px 0 30px;
}

#greeting div p {
	font-size:15px;
	margin-bottom:15px;
	line-height:150%;
}

#mainColumn table {
	width:100%;
	border-collapse:collapse;
	border-top:1px dotted #ccc;
}

#mainColumn table th {
	font-weight:normal;
	background:#f4f4f4;
	padding:15px;
	width:10em;
	border-bottom:1px dotted #ccc;
	line-height:140%;
}

#mainColumn table td {
	padding:15px;
	border-bottom:1px dotted #ccc;
	line-height:140%;
}

#mainColumn table td.link {
	line-height: 160%;
}

#mainColumn table td.link a {
	text-decoration: underline;
}

#mainColumn table td.link a:hover {
	text-decoration: none;
}

#mainColumn table iframe {
	width:100%;
	height:300px;
	border:none;
	margin-top:15px;
}

.time {
	margin-top:15px;
	text-align:right;
}

#name {
	background: #fdf6ed;
	padding:20px 20px 30px;
	font-weight:bold;
	color:#666;
	line-height:180%;
	margin-top:30px;
}

#name dt {
	font-size:20px;
}

#name dd {
	text-align:center;
	margin-top:-15px;
}

#name dd .logo {
	display:block;
	width:300px;
	margin:0 auto 1em;
}

#name dd p {
	line-height:210%;
	font-size:18px;
}

#name dd p img {
	vertical-align:middle;
	margin:-6px 2px 0 0;
}
