@charset "utf-8";
#all {
	width: 970px;
	background-image: url(../topimg/images/back.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border: thick groove #00C1EA;
	margin-left: 10%;
}
#header {
	height: 200px;
	width: 970px;
}
.minimenu {
	float: left;
	width: 140px;
	margin-left: 15px;
}
.minimenu img {
	margin-bottom: 5px;
}

.contents {
	float: left;
	width: 780px;
	border: 1px dotted #00BCE9;
	margin-top: 10px;
	padding: 10px;
	text-align: center;
}
#footer {
	clear: both;
	text-align: right;
	line-height: 1.5em;
	font-size: 70%;
	background-image: url(../topimg/images/menu-under.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
b {
	border: 2px dotted #A0A0A4;
	line-height: normal;
	margin: 5px;
	padding: 10px;
	background-color: #CCFFFF;
}
body {
	font-size: 95%;
}
#sp {
	line-height: 1.5em;
	font-size: 120%;
}
