@charset "Shift_JIS";


* {
	margin: 0;
	padding: 0;
}

div#pageWrapper {
	width: 800px;
	height: 600px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-image: url(../image/access.jpg);
	background-repeat: no-repeat;
	position: relative;
}

body {
	background-color: #ffffff;	
	text-align: center;
}

div#index {
	position: absolute; top:84px; left: 0px;
}

div#whats {
	position: absolute; top:84px; left: 181px;
}

div#info {
	position: absolute; top:84px; left: 329px;
}

div#access {
	position: absolute; top:84px; left: 477px;
}


div#link {
	position: absolute; top:84px; left: 625px;
}





div#askMe {
	position: absolute; top:540px; left: 528px;
}






	
a {
	text-decoration: none;}

