@charset "utf-8";
/* CSS Document */

#info {
	padding-bottom: 50px;
}
#info h2 {
	margin: 0px;
	padding: 0px;
}

.phone_h2 {
	background-image: url(../image/h2_info_p.jpg);
	background-repeat: no-repeat;
	padding: 20px;
}
.phone_h2 h2 {
	font-weight: normal;
	color: #085FA0;
	text-align: left;
}


#info h3 {
	background-image: url(../image/h3_line.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 10px;
	padding-right: 5px;
	text-align: left;
}



.newstext {
	margin-top: 50px;
		font-size: 1.4em;
	text-align: left;
	margin-bottom: 10px;
	line-height: 140%;

}

.corkboard {
	background-image: url(../image/info_back.jpg);
	padding: 10px;
}
.paper {
	margin-top: 10px;
	margin-bottom: 10px;
}

.menu_info {
	background-color: #BBE3FF;
}

.footermenu_info {
	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;
}

