* {
	margin: 0;
	padding: 0;
}
body {
	font-family: "?? ?????", "?????? Pro W3", Osaka;
	background-color: #ccc;
}
#basebox {
	width: 800px;
	background-color: #fff;
	margin: 0 auto;
	padding-bottom: 60px;
}
#toppage {
    font-size: 12px;
	margin: 20px;
	padding-top: 10px;
}
#toppage a {
    color: #036;
}
#txt1 {
	font-size: 12px;
	color: #333;
	padding: 20px;
}
#txt1 a {
	color: #333;
	text-decoration: none;
}
#txt1 a:hover {
	color: #fff;
	text-decoration: underline;
}
h1 {
    font-size: 12px;
	margin-left: 20px;
}
h2,h3 {
    font-size: 12px;
	margin-top: 25px;
	margin-left: 20px;
}

ul {
    position: relative;
	top: 10px;
	left: 20px;
}
li {
    margin-left: 20px;
}
li a {
    font-size: 12px;
	color: #036;
	text-decoration: none;
} 
li a:hover {
    color: #066;
	text-decoration: underline;
} 
#foot {
    position: relative;
	top: 0px;
	left: 20px;
}
#foot a {
    font-size: 12px;
	color: #333;
}


