@charset "utf-8";


/*title
------------------------------------------------------------------------*/

div#title {
	height:125px;
	background: #000 url("../about/images/title.jpg") no-repeat;
	}

div#title h2 {
	position: absolute;
	left: -1000px;
	width: 100px;
	}


/*container
------------------------------------------------------------------------*/

div#container {
	background: none;
	}


/*h3
------------------------------------------------------------------------*/
h3 {
	font-weight:bold;
	color:#FFD800;
	margin:0px 0px 5px;
	background:#000;
	padding:3px 10px;
}


/*dt
------------------------------------------------------------------------*/
dt {
	color:#FFB423;
	border-bottom:1px dotted #9E9E9E;
	margin:0px 0px 3px 0px;
}

dd {
	margin:0px 0px 20px 1em;
}


/*div.txtbox
------------------------------------------------------------------------*/
div.txtbox {
	margin:0px 20px 30px;
	}

/*table#profile
------------------------------------------------------------------------*/
table#profile {
	width:820px;
	border-top:1px dotted #616161;
	}
	
table#profile th {
	background:#000;
	padding:3px 10px;
	border-bottom:1px dotted #616161;
	vertical-align:top;
	width:100px;
	}

table#profile td {
	padding:3px 10px;
	background:#272727;
	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 0px 0px 100px;
}