@charset "GB2312";
/*
===== CONTENTS <2006/12/07> =================
    1: ul
    2: dl
    3: #constitution
    4: .history
    5: .address
    6: #inquiry
    7: #mapMain
    8: table
=============================================
*/

/*
===== 1: ul =====
*/

ul#environment {
	margin:0 0 30px 24px;
	font-size: 0.75em;
}
ul#environment li {
	list-style:decimal;
	margin:0 0 15px 0;
}
ul#environment li ul {
	margin:10px 0 10px 24px;
	font-size: 1em;
}
ul#environment li ul li {
	margin:0;
}

ul#biz {
	margin:0 0 30px 30px;
	font-size: 0.75em;
}

ul#biz li {
	list-style:decimal;
	margin:0;
}


/*
===== 2: dl =====
*/

dl {}

dt {
	clear:left;
}

dd {
	width:111px;
	float:left;
}
dd.clr {
	clear:left;
}

dd.laterImg {
	margin:0 0 30px 10px;
}

dd p.pct {
	margin:15px 0;
}
dd p.pctLead {
	margin:0;
	text-align:center;
}


/*
===== 3: #constitution =====
*/

#constitution {
	text-align:right;
	margin-bottom:30px;
}


/*
===== 4: .history =====
*/

.history h3 {
	margin-bottom:10px;
}




/*
===== 5: .address =====
*/

.address th {
	width:135px;
}


/*
===== 6: #inquiry =====
*/

#inquiry {
	margin-left:192px;
}

#inquiry .subhead {
	margin:0 0 5px;
}

#inquiry .address {
	margin:0 0 30px;
}

/*
===== 7: #mapMain =====
*/

#mapMain {
	width:640px;
    margin:0 auto;
    background: #FFF;
}

#mapMain #mapContents {
	width:638px;
	margin:0;
	padding:20px 0 30px;
	border-left:1px solid #dfdfdf;
	border-right:1px solid #dfdfdf;
}

#mapMain #mapContents #img {
	width:600px;
	margin:0 19px 20px;
}

#mapMain #mapContents table {
	width:600px;
	margin:0 19px;
}

/*
===== 8: table =====
*/

table {
	border-top:1px solid #406080;
	width: 100%;
	border-collapse: collapse;
	empty-cells:show;
	margin-bottom:30px;
}

th,td {
	font-size: 0.75em;
	border-bottom:1px solid #406080;
	vertical-align:top;
	padding:5px 0 5px 10px;
}

th {
	color: #000;
	background:#f5f8fb;
	text-align:left;
	font-weight:normal;
	width:90px;
}

th.runOut {
	letter-spacing:1em;
}

td.year {
	white-space:nowrap;
	width:1%;
	padding:5px 10px 5px 0;
}

td.month {
	white-space:nowrap;
	width:5em;
	padding:5px 0;
}

td.img {
	width:130px;
	text-align:center;
	padding:5px;
}
td.borderBottomNone {
	border-bottom:none;
}
