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

h2 {
	display:block;
}

#mainInner {
	display: block;
	float: none;
	margin-top: 10px;
	background-color: #FFF;
	padding: 10px;
	margin-bottom: 10px;
}

.image {
	display:block;
}

h3 {
	text-align: left;
	background-image: url(../works/images/titleBg.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	font-size: 20px;
	line-height: 40px;
	padding-top: 10px;
	padding-bottom: 5px;
	font-weight: normal;
}

#mainInner table {
	width:720px;
	border-collapse:collapse;
	margin-top: 5px;
	margin-bottom: 10px;
}

#mainInner table th,
#mainInner table td {
	color:#333;
	border:5px solid #EEE;
	font-size:12px;
	line-height:18px;
	padding:10px;
	text-align:left;
}

#mainInner table th {
	font-weight:bold;
	width:160px;
	background-color: #FFF;
}

#mainInner table th img {
	margin-right:5px;
	vertical-align:middle;
}

#mainInner table td a{
	color: #069;
	text-decoration: underline;
}

#mainInner #backBtn {
	display:block;
	text-align:center;
	margin-bottom:30px;
}

#map {
	width:720px;
	height:350px;
}
