@charset "UTF-8";



	
/* ヘッダ部分
--------------------------------------------------------------*/
#header-top {
	margin: auto;
	position: relative;
	width: 950px;
	height: 137px;
}

#banner {
	font-family: Verdana, Arial, sans-serif;
	color: #0060B6;
	background-color: #FFFFFF;
	text-align: left;
	padding: 5px;
	border-bottom: 1px solid #FFFFFF;
	height: 30px;
	}

#banner-img {
	display: none;
	}

#banner a {
	color: #0060B6;
	text-decoration: none;
		font-weight: bold;
	}

#banner h1 {
	font-size: xx-large;
	}

#banner h2 {
	font-size: small;
	}

#mainarea {
	width:850px;
	margin:auto;
	text-align:center;
}


