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

#topWrap {
	background-image: url(../common/img/top_bg.jpg);
	background-repeat: repeat-x;
}

#top {
	height: 429px;
}

#main {
	padding-bottom: 15px;
}

#mainArea h3 {
	padding-bottom: 15px;
}

#about {
	line-height: 120%;
}

#about h4 {
	font-size: 120%;
	font-weight: bold;
	color: #FF8095;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #FF8095;
	padding-left: 5px;
	margin-bottom: 10px;
}

#about ul li {
	padding-top: 4px;
}

#about p img {
	padding-left: 9px;
}

table,
th,
td {
	border: 1px solid #E9E9E9;
}

table {
	width: 400px;
	border-collapse:collapse;
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 120%;
}

tr {
	height: 33px;
}

tr#tableTop {
	background-color: #FFA0B0;
	color: #FFFFFF;
}

th {
	width: 120px;
}

td {
	width: 40px;
	text-align: center;
}

#location {
	padding-left: 30px;
}

#location p {
	padding-bottom: 10px;
}

#location .textRight {
	text-align: right;
}
