* {
	margin: 0px;
	padding: 0px;
}

a:link { color: #0066FF; }
a:visited { color: #0066FF; }

html{/*スクロールバー*/
scrollbar-arrow-color: #30af30;
scrollbar-face-color: #ffffff;
scrollbar-3dlight-color: #cfffcf;
scrollbar-darkshadow-color: #70a070;
scrollbar-highlight-color: #eefeee;
scrollbar-shadow-color: #bbebbb;
}

body {
	background-image: url(images/bgu.gif);
	background-repeat: repeat-x;
	text-align: center;
	margin: 40px 0px;
	font-size: 80%;
}

ul {
	margin: 10px auto 0px;
}

li {
	list-style-type: none;
	padding: 0px;
	width: 107px;
	height: 30px;
	line-height: 30px;

	text-align: center;

	border-bottom: solid 1px DarkSeaGreen;
	border-top: solid 1px DarkSeaGreen;

	float: left;

	_width: 81px;

}

li.what {
	width: 120px
}

li.map {
	width: 80px
}

address {
	font-style: normal;
	margin: 20px 0px;
}

.boxtop {
	margin: 20px auto 0px;
	width: 750px;
	height: 480px;
}

#socialbuttons div {
	margin-top: 10px;;
	padding-left: 10px;
	float: left;
}
