@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);

/*-------------------------------------------------------------------
	#company
-------------------------------------------------------------------*/
#company table {
	margin-bottom: 35px;
	line-height:1.6;
}
#company table th {
	width: 155px;
}
#company table th,
#company table td {
	padding:10px 12px 7px;
}
#company table td span{
	font-weight:bold;
	color:#F7465F;
}

/*-------------------------------------------------------------------
	#map
-------------------------------------------------------------------*/
#content #map {
	width: 640px;
	height: 380px;
	margin-bottom: 35px;
}
/*-------------------------------------------------------------------
	#topics
-------------------------------------------------------------------*/

#topics {
	height: 170px;
	margin-bottom: 30px;
	line-height: 1.6;
	overflow-y: scroll;
	background:#fff;
	border:1px solid #CABFB5;
	font-size:0.88em;
}
#topics dl {
	overflow: hidden;
 /zoom: 1;
	padding: 6px 0 3px 22px;
}
#topics dl.even {
	background:#FFF8DF;
}
#topics dl dt {
	float: left;
}
#topics dl dd {
	padding: 0 0 0 105px;
	font-weight: bold;
}
#flow{
	overflow: hidden;
 /zoom: 1;
 	margin-bottom:10px;
}
#flow dl{
	float: left;
	width:200px;
	margin-right:20px;
	margin-bottom:15px;
}
#flow dl.none{
	margin-right:0;
}
#flow dl dd{
	font-size:0.88em;
	margin-top:7px;
	line-height:1.6;
}
#content .same{
	margin-bottom:35px;
}
#content .same dl dd{
	text-align:right;
	margin-top:5px;
	font-size:0.8em;
}