@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);
#content #dl01 dd {
	margin:4px 0 24px;
}
#content #dl02 dd {
	margin:14px 0 54px;
}
/*-------------------------------------------------------------------
	#greeting
-------------------------------------------------------------------*/
#greeting {
	margin-bottom: 54px;
}
#greeting .image span {
    display: table-cell;
    height: 270px;
    text-align: center;
    vertical-align: middle;
    width: 270px;
}
#greeting p {
	margin:-4px 0 17px;
}
#greeting p.last {
	margin-bottom:0;
}


/*-------------------------------------------------------------------
	#topics
-------------------------------------------------------------------*/
#topics {
	border: 1px solid #CCCCCC;
	height: 178px;
	margin-bottom: 60px;
	line-height: 1.6;
	overflow-y: scroll;
}
#topics dl {
	overflow: hidden;
	/zoom: 1;
	padding: 10px 0 12px 20px;
}
#topics dl.even {
	background-color:#F9FCEF;
}
#topics dt {
	float: left;
}
#topics dd {
	padding: 0 0 0 107px;
}


/*-------------------------------------------------------------------
	#info
-------------------------------------------------------------------*/
#info {
	margin-bottom: 60px;
	overflow: hidden;
	/zoom: 1;
}
#info #map {
	float: left;
	width: 256px;
	height: 196px;
	border: 2px solid #CCCCCC;
}
#info .text {
	margin-left: 280px;
}
#info .text .name {
	font-weight: bold;
	font-size:1.15em;
	margin:-4px 0 0;
}


/*-------------------------------------------------------------------
	.aside
-------------------------------------------------------------------*/
#content .aside {
	margin:0 0 55px;
}