@charset "shift_jis";

* {
	margin: 0;
	padding: 0;
}

ul {
	list-style-type: none;
}

img {
	border: none;
}

#wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 337px;
	height: 304px;
	margin-top: -152px;
	margin-left: -168.5px;
	background-image: url(../images/topimg.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}

/*\*//*/
#wrapper {
   position: fixed;
}
/* */

	#wrapper h1 {
		margin-bottom: 27px;
	}
	
	#wrapper .large {
		margin-bottom: 16px;
	}
	
	#wrapper .small {
		margin-bottom: 12px;
	}
