@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);
#header {
	background:url(../image/header_bg01.jpg) left top no-repeat;
}
/*-------------------------------------------------------------------
	#greeting
-------------------------------------------------------------------*/
#greeting {
	margin-bottom:40px;
}
#greeting p {
	margin-bottom:25px;
}
#greeting p.none {
	margin-bottom:23px;
}
/*-------------------------------------------------------------------
	.hello
-------------------------------------------------------------------*/
#content .hello {
	background:url(../image/c_bg01.jpg);
	margin:20px 0 40px;
}
#content .hello .box {
	background:url(../image/c_index01.png) right top no-repeat;
	padding:50px 27px 25px 25px;
}
#content .hello .box p {
	margin-bottom:26px;
}
#content .hello .box p.act {
	margin-bottom: 10px;
}
#content .hello .box p.act span ,#content .container p span{
	font-weight: bold;
}
#content .hello .box ul.act_list{
    padding-left: 30px;
	list-style-type: square;
}
/*-------------------------------------------------------------------
	#gallery
-------------------------------------------------------------------*/
#gallery {
	margin:19px 0 37px;
	overflow: hidden;
 /zoom: 1;
}
#gallery dl {
	float: left;
	width:190px;
	margin-right:35px;
	line-height:1.6;
}
#gallery dl.none {
	margin-right: 0;
}
#gallery dl dt {
	margin:13px 0 0;
}
#gallery dl dt a {
	font-weight:bold;
}
#gallery dl dd.image a {
	width:190px;
	height:190px;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
}
/*-------------------------------------------------------------------
	#info
-------------------------------------------------------------------*/
#info {
	margin:20px 0 40px;
}
#info #map {
	width:640px;
	height: 250px;
	margin-bottom:19px;
}
#info .text {
	overflow: hidden;
 /zoom: 1;
}
#info .text dl {
	float:left;
	background:#E8DDF3;
	padding:10px 20px 14px 15px;
	width:275px;
	margin-right:20px;
	font-size:0.85em;
}
#info .text dl.none {
	margin-right:0;
}
#info .text dl dt {
	font-weight:bold;
	margin-bottom:1px;
}
#info .text dl dd {
}
