@charset "utf-8";
/* CSS Document */

#access {
	padding-bottom: 50px;
}
#access h2 {
	margin: 0px;
	padding: 0px;
}

.phone_h2 {
	background-image: url(../image/h2_access_p.jpg);
	background-repeat: no-repeat;
	padding: 20px;
}
.phone_h2 h2 {
	font-weight: normal;
	color: #085FA0;
	text-align: left;
}


#access h3 {
	background-image: url(../image/h3_line.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 10px;
	padding-right: 5px;
}


.address p {
	font-size: 1.2em;
	text-align: left;
	margin-bottom: 10px;
	line-height: 140%;
}


.news {
	background-color: #FFF4D2;
	padding-top: 20px;
	padding-bottom: 50px;
	padding-right: 5px;
	padding-left: 5px;
	margin-top: 40px;
}

.headline {
	background-color: #FFF;
	border-radius: 10px;
	text-align: left;
	padding: 20px;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	}
.headline h4 {
	text-align: center;
}
.headline dl {
	margin-top: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #085FA0;
}
.headline dl dt {
	font-size: 1.5em;
	color: #FF6633;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #085FA0;
	padding-bottom: 5px;
}
.headline dl dd {
	margin-bottom: 20px;
	font-size: 1.2em;
	line-height: 130%;
	margin-top: 10px;
}

.news em {
	color:#F00;
	font-weight:bold;
	font-style: normal;
	}

.timestamp {
	font-size: 1.1em;
	color: #065F9F;
	text-align: right;
}
.calendarlink {
	font-size: 1.1em;
	color: #065F9F;
	line-height: 1.1px;
	text-align: right;
	}
	
.menu_access {
	background-color: #BBE3FF;
}

.footermenu_access {
	background-color: #1E4364;
	border-radius: 7px;
	border-top-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #263846;
	border-left-color: #263846;
}


.closed {
	color:#F00;
	font-size:18px;
	border:#F00 1px solid;
	padding:1em;
	margin:50px 10px;
	line-height:180%
	}