@charset "UTF-8";

/* index クラス
----------------------------------------*/
header {
	padding-top: 6px;
	background: none;
}

header #logo {
	width: 905px;
	margin: 0 auto 16px;
	padding: 0;
}

#mainv {
	position: relative;
}

#mainv h2 {
	position: absolute;
	top: 50px;
	right: 25px;
}

#mainv p {
	position: absolute;
	top: 115px;
	right: 138px;
}

#mainv .since {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 15px;
	text-align: center;
}


/* ニュース */
#news {
	position: absolute;
	top: 0;
    left: 50%;
    margin-left: 108px;
}

#news dl {
	width: 330px;
	position: relative;
}

#news dt {
	width: 105px;
	text-align: center;
	position: absolute;
	left: 0;
	padding: 10px 0 5px;
}

#news dd {
	padding: 10px 0 5px 105px;
	border-bottom: solid 1px #B2B2B2;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #fd75d7;
}

address {
	width: 168px;
	position: absolute;
	top: 594px;
	left: 50%;
	margin-left: -452px;
	font-style: normal;
}

#access {
	margin-top: 13px;
	border-top: solid 2px #b4b4b4;
	padding-top: 10px;
}

#access h2 {
	text-align: center;
}

#map_block {
	width: 930px;
	height: 315px;
	margin: 0 auto;
}
