@charset "utf-8";
/* CSS Document */
*	{
	margin:0;
	padding:0;
}

body{background-color:#ffffd2;
	text-align:center;
	margin:0 auto;
}

#wrapper{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	width: 800px;
	margin: 5px auto;
	text-align:center;
}

#header {
	text-align: center;
	margin:15px auto 5px;
}

.box-0 {
	text-align:left;
	font-family:"ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	line-height:1.6em;
	letter-spacing:0.2em;
	margin: 0px auto;
}

.box-1{
	margin: 5px 0 ;
	text-align: left;
	color: lightseagreen;
	font-size: 12pt;
	line-height: 1.4em;
}

#picture{
	margin: 5px 0;
	padding:0;
	width: 800px;
	height: 400px;
	position: relative;
}

#picture-01 {
	position: absolute;
	top: 5px;
	left: 0px;
}
#text-01 {
	position: absolute;
	top: 380px;
	left: 5px;
	text-align: center;
	line-height: 1.2em;
}

#picture-02 {
	position: absolute;
	top: 5px;
	left: 377px;
}

#text-02 {
	position: absolute;
	top: 10px;
	left: 347px;
	text-align: center;
	width: 15px;
}

#picture-03 {
	position: absolute;
	top: 215px;
	left: 315px;
}
#text-03 {
	position: absolute;
	top: 380px;
	left: 320px;
	text-align: center;
}

#picture-04 {
	position: absolute;
	top: 180px;
	left: 550px;
}
#text-04 {
	position: absolute;
	top: 380px;
	left:555px;
	text-align: center;
	width: 20px;
}

#picture-05 {
	position: absolute;
	top: 5px;
	left:618px;
}
#text-05 {
	position: absolute;
	top: 10px;
	left: 590px;
	width: 20px;
	text-align: center;
}

#footer {
	margin: 0 auto;
	padding: 10px 0;
	text-align: center;
	text-decoration: none;
}
