@charset "UTF-8"






/*  1. Set up
================================================================================= */


.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	font-size: 0.1em;
	line-height:0;
	}
.clearfix {
	min-height: 1px;
	}
* html .clearfix {
	height: 1px;
	/*��*//*/
	height: auto;
	overflow: hidden;
	/**/
	}


/*  2. COMPANY OVERVIEW
================================================================================= */


/*  2.1 co-box
--------------------------------------------------------------------------------- */


.co-box {
	padding-bottom: 60px;
	}

.co-box h3 {
	font-size: 14px;
	}

.co-box table {
	margin-top:25px;
	width: 600px;
	border-top: 1px dotted #DDD;
	}

.co-box table li {
	list-style: disc inside;
	}

.co-box table li li {
	list-style: none;
	}

.co-box th,td {
	border-bottom: 1px dotted #DDD;
	padding: 15px;
	text-align: left;
	}

.co-box th {
	width: 100px;
	font-weight: normal;
	}

.subtitle {
	width: 598px;
	height: 28px;
	background: #F3F2F0;
	border: 1px solid #E7E6E2;
	margin-bottom: 10px;
}


/*  2.2 map
--------------------------------------------------------------------------------- */



#maparea {
	padding: 2px;
	border: 1px solid #CCC;
	}

#map {
	width: 594px;
	height: 394px;
	}
