@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);

#content h3.spa{
	margin-bottom: 15px;
}
#content p.no1{
	padding: 10px 0 50px;
}
#content p.no2{
	margin-bottom: 16px;
}

/*-------------------------------------------------------------------
	.box
-------------------------------------------------------------------*/
#content .box {
	margin-bottom: 20px;
	overflow: hidden;
	/zoom: 1;
	padding-bottom:20px;
	border-bottom: 1px solid #DFDFDF;
}
#content .box .in{
	float: left;
	width:265px;
}
#content .box .in ul{
	overflow: hidden;
	/zoom: 1;
}
#content .box .in ul li{
	float:left;
	margin-right:19px;
}
#content .box .in ul li.none{
	width: 160px;
	text-align:center;
	margin-right:0;
}
#content .box .in ul li.none a{
	width: 160px;
	height: 160px;
	text-align: center;
	vertical-align:top;
	display: table-cell;
}
#content .box dl{
	float:right;
	width:380px;
}
#content .box dl dt{
	color:#F9F8EE;
	background:#000;
	line-height:1.6;
	margin-bottom:7px;
	padding: 2px 0 0 10px;
	padding: 2px 0 0 10px;
}
#content .box dl dd{
	font-size:0.86em;
}

/*-------------------------------------------------------------------
	#greeting
-------------------------------------------------------------------*/
#content .imgright {
	margin-bottom: 18px;
}
#content .imgright .image {
	margin-left:20px;
	padding-top:5px;
}
#content .imgright p{
	margin-bottom: 25px;
}
#content .imgright p.none{
	margin-bottom: 0;
}
/*-------------------------------------------------------------------
	#topics
-------------------------------------------------------------------*/
#content .topics {
	height: 148px;
	margin-bottom: 52px;
	line-height: 1.6;
	overflow-y: scroll;
}
#content .topics dl {
	overflow: hidden;
	/zoom: 1;
	padding: 6px 0 0 22px;
	border-bottom: 1px dotted #ccc;
}
#content .topics dt {
	float: left;
}
#content .topics dd {
	padding: 0 0 0 105px;
}

/*-------------------------------------------------------------------
	.thid
-------------------------------------------------------------------*/
#content .thid{
	overflow: hidden;
	zoom:1;
	clear:both;
	padding: 0 0 52px;
}
#content .thid .map{
	float:left;
	width:300px;
	height:300px;
}
#content .thid .in {
	margin: 0 0 0 328px;
	*margin: 0 0 0 325px;
}
#content .thid .in p{
	font-size:0.86em;
	line-height:1.4;
	margin-bottom: 15px;
}
#content .thid .in p span{
	font-weight:bold;
	color:#90C122;
}
#content .thid .in p.none{
	margin-bottom:0;
}