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

#content h3.spa{
	margin-bottom: 17px;
}
#content p.no1{
	margin-bottom: 40px;
}
/*
-------------------------------------------------------------------
	#mainimg
-------------------------------------------------------------------
*/
#mainimg {
	margin: 0 auto;
	text-align: center;
	background:url(../image/main_bg.jpg) left top repeat-x;
}
/*-------------------------------------------------------------------
	#greeting
-------------------------------------------------------------------*/
#content .imgright{
	margin-bottom: 32px;
}
#content .imgleft{
	margin-bottom: 12px;
}
#content .imgright .image {
	padding-top:3px;
	margin-left:20px;
}
#content .imgleft .image {
	padding-top:3px;
}
#content .greeting p{
	margin-bottom: 25px;
}
#content .imgleft p{
	width:410px;
	margin: 0 0 25px 230px;
	*margin: 0 0 25px 227px;
}
#content .greeting p.none{
	margin-bottom: 0;
}

/*-------------------------------------------------------------------
	sec
-------------------------------------------------------------------*/
#content ul.sec{
	margin-bottom: 8px;
}
#content ul.sec li{
	font-size:1.42em;
	margin-bottom: 12px;
	padding: 4px 0 8px 51px;
	background:url(../image/index02.jpg) left top no-repeat;
}
#content ul.sec li.none{
	margin-bottom: 0;
}

/*-------------------------------------------------------------------
	fir
-------------------------------------------------------------------*/
#content dl.fir dd{
	margin: 13px 0 44px;	
}

/*
-------------------------------------------------------------------
	#topics
-------------------------------------------------------------------
*/
#topics {
	height: 178px;
	margin-bottom: 40px;
	line-height: 1.6;
	overflow-y: scroll;
	border: 1px solid #ccc;
}
#topics dl {
	overflow: hidden;
	/zoom: 1;
	padding: 13px 0 9px 21px;
}
#topics dl.even{
	background:#F3F3F3;
}
#topics dt {
	font-size:1.03em;
	float: left;
}
#topics dd {
	padding: 0 0 0 106px;
}

/*-------------------------------------------------------------------
	thid
-------------------------------------------------------------------*/
#content .thid{
    overflow:hidden;
    zoom:1;
    clear:both;
    margin-bottom: 30px;
}
#content .thid.ev{
    margin-bottom: 38px;
}
#content .thid .map{
    width: 260px;
    float:left;
    height: 180px;
}
#content .thid p{
    line-height:1.6;
    margin: 0 0 0 280px;
    *margin: 0 0 0 237px;
}
#content .thid p.top{
	margin-bottom: 23px;
}
#content .thid p span{
    color:#FF6666;
	line-height:1.2;
	font-size:1.14em;
	font-weight:bold;
}
#content .thid p span.ev{
    color:#2CA4D0;
}