/* CSS Document */
body{
	margin: 0px auto;
	background: url(../img/bg.jpg) center 100px no-repeat;
}

#main{
	width: 900px;
	margin: 0px auto;
	overflow: hidden;
	position:relative;
	padding: 0px;
}

span.none{
	display:none;
}

h1 {
	background-image: url(../img/01.png);
	background-repeat: no-repeat;
	height: 250px;
	text-indent: -9999px;
}

h2 {
	background-image: url(../img/02.png);
	background-repeat: no-repeat;
	height: 300px;
	text-indent: -9999px;
}

h3 {
	background-image: url(../img/03.png);
	background-repeat: no-repeat;
	height: 309px;
	text-indent: -9999px;
}

/*
height: 760px;
*/

div#shigoku_wagei {
	background-image: url(../img/04.png);
	background-repeat: no-repeat;
	height: 700px;
}

/* 
padding: 120px 0px 0px 0px;
font-size: 14px;
*/
div#shigoku_wagei p#text {
	margin: 0px;
	padding: 120px 0px 0px 0px;
	font-size: 14px;
	line-height: 120%;
	font-weight: bold;
	text-align: center;
}


.footer {
	clear: both;
	font-size: 12px;
	color: #000;
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 20px 0px;
	text-align: center;
	width: 900px;
}
