@charset "utf-8";



/*-----------------------

ベースレイアウト
トップ専用

------------------------*/

body#top #header {
	width:922px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	text-align:left;
}


body#top #header img#mainvisual {
	position:absolute;
	left:0px;
	top:0px;
}


body#top #header img#logo {
	position:absolute;
	left:25px;
	top:40px;
}


body#top #content {
	width:922px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	margin-top:20px;
}

/*-----------------------

	H1要素

------------------------*/

body#top #header h1 {
	position:absolute;
	left:10px;
	top:8px;
	font-size:77%;
}


































