@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);
#content .aside {
	margin-bottom:33px;
}
.gallerylink {
	text-align:right;
	margin:0 0 40px 0;
}
/*-------------------------------------------------------------------
	#product
-------------------------------------------------------------------*/
#product {
	overflow: hidden;
 /zoom: 1;
}
#product dl {
	float: left;
	width: 190px;
	margin-right: 35px;
	margin-bottom: 17px;
}
#product dl.none {
	margin-right: 0;
}
#product dl dt {
	margin-top: 5px;
	color:#1F1301;
	font-weight:bold;
}
#product dl dd.image a {
	width: 186px;
	height: 186px;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	border: 1px solid #666;
	padding:1px;
}
#product dl dd.comment {
	font-size: 0.85em;
	line-height:1.55;
	padding:0 15px 0 1px;
}
/*-------------------------------------------------------------------
	#greeting
-------------------------------------------------------------------*/
#greeting {
	margin-bottom: 30px;
}
#content .imgright .image {
	margin:4px 0 20px 23px;
}
#greeting p {
	margin-bottom:24px;
}
#greeting .last {
	margin-bottom:0;
}
/*-------------------------------------------------------------------
	#topics
-------------------------------------------------------------------*/
#topics {
	height: 148px;
	margin-bottom: 40px;
	line-height: 1.6;
	overflow-y: scroll;
}
#topics dl {
	overflow: hidden;
 /zoom: 1;
	padding: 4px 0 4px 20px;
}
#topics dt {
	float: left;
}
#topics dd {
	padding: 0 0 0 107px;
	font-weight:bold;
}
#topics dd a {
	font-weight:bold;
}
/*-------------------------------------------------------------------
	#info
-------------------------------------------------------------------*/
#info {
	margin-bottom: 36px;
	overflow: hidden;
 /zoom: 1;
}
#info #map {
	float: left;
	width: 320px;
	height: 200px;
}
#info .text dl dt {
	font-size:1.15em;
	line-height:1.0;
	font-weight: bold;
	margin-left:340px;
	margin-bottom:6px;
}
#info .text dl dd {
	line-height:1.8;
	margin:0 0 24px 342px;
}
#info .text dl dd.last {
	margin-bottom:0;
}
