@charset "utf-8";


/*title
------------------------------------------------------------------------*/
div#title {
	width: 610px;
	height: 70px;
	}

div#title h2,
div#title p {
	position: absolute;
	left: -2000px;
	width: 200px;
	}

body#about div#title {
	margin: 0 0 5px 0;
	background: url("../about/images/title.jpg") no-repeat;
	}


/*container
------------------------------------------------------------------------*/
body#about div#container {
	width: 860px;
	background-image: none;
	}


/*h3
------------------------------------------------------------------------*/
h3 {
	width: 598px;
	_width: 620px;/*for ie6*/
	font-weight: bold;
	color: #5F5F5F;
	margin: 0 0 10px;
	padding: 3px 10px;
	border: 1px solid #DFDFDF;
	border-bottom: 3px double #FEA31C;
}


/*dt
------------------------------------------------------------------------*/
dt {
	color:#666;
	border-bottom:1px dotted #9E9E9E;
	margin: 0 0 3px 0;
	font-weight: bold;
}

dd {
	margin: 0 0 20px 1em;
}


/*div.txtbox
------------------------------------------------------------------------*/
div.txtbox {
	margin: 0 15px 30px 5px;
	}

/*table#profile
------------------------------------------------------------------------*/
table#profile {
	width: 600px;
	margin: 0 0 0 5px;
	border-top:1px dotted #616161;
	}
	
table#profile th {
	padding:3px 10px;
	border-bottom:1px dotted #616161;
	vertical-align:top;
	width:100px;
	}

table#profile td {
	padding:3px 10px;
	border-bottom:1px dotted #616161;
	}

/*table#officer
------------------------------------------------------------------------*/
table#officer th {
	padding:3px 0px;
	background:none;
	border:none;
	}

table#officer td {
	padding:3px 20px;
	background:none;
	border:none;
	}


/*div#map
------------------------------------------------------------------------*/
div#map {
	margin: 20px 0 0 50px;
}
