#page {
	margin: 0 auto;
	width: 300px;
}

.wf-roundedmplus1c {
	font-family: "M PLUS Rounded 1c";
}

.fontlight {
	font-weight: lighter;
}

.fontheavy {
	font-weight: bold;
}

html,body {
	background-color: white;
	/* font-family: "はるひ学園"; */
	font-family: "M PLUS Rounded 1c";
	margin: 10px auto;
	width: 1000px;
}

div#top {
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
	height: 100px;
}

#top {
	overflow: hidden;
	background-image: url(images/unshiu-mirai-icon.png);
	background-size: 200px;
	background-repeat: no-repeat;
	background-position: 20% 50%;
	background-color: #ff5000;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
	height: 100px;
	border-radius: 6px;
}


#top header ul li {
	font-weight: bold;
}

#gall {
	background-image: none;
	background-color: transparent;
	background-position: top;
	margin-right: 15px;
	margin-left: 15px;
}
#gall img{
	width: 222px;
}

nav {
	overflow: hidden;
	padding: 26px;
	color: white;
	margin: 100 100 100 100;
	float: left;
}

header li {
	font-size: 14px;
	display: block;
	width: 114px;
	float: right;
}

header a {
	color: #ff5000;
	background: #fff;
	display: block;
	line-height: 1.0;
	padding: 20px 0;
	text-align: center;
	text-decoration: none;
}

header a:hover {
	font-weight: bolder;
	color: #fff;
	background: #f00000;
	background-image: url(images/ball.svg);
	background-position: bottom right;
	background-repeat: no-repeat;
}

.link {
	display: none;
}

p {
	padding: 10px 0;
	margin: 0;
}
a:link,
a:visited,
a:hover {
	color: #fff;
}

div#top a:link,
div#top a:visited {
	color: #fff;
}

div#top header li a:link,
div#top header li a:visited {
	color: #ff5500;
}

div#top header li a:hover {
	color: #fff;
}



footer {
	text-align: center;
	color: #fff;
	background: #555;	/* Glay */
}

main {
	background: #555;	/* Glay */
	border-radius: 6px;
	color: #fff;
	float: right;
	min-height: 520px;
	height: auto;
	margin-top: 10px;
	margin-bottom: 20px;
	width: 750px;
}
.pad {
	padding: 0 26px 20px;
}


#pic1 {
	width: 690px;
}


#sub {
	background: #555;	/* Glay */
	border-radius: 6px;
	color: #fff;
	float: left;
	height: 140px;
	margin-top: 10px;
	padding: 10px;
	padding-bottom: 370px;
	width: 210px;
}

.quote {
	background: #777;
	border-radius: 8px;
	font-weight: lighter;
	padding: 10px 18px;
}

.p100 {
	width: 100%;
}

.center {
	margin: 0 auto;
	width: 50%;
}

footer {

	/*
	position: fixed;
	bottom: 0;
	width: 1000px;
	clear: both;
	*/

	position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    text-align: center;
}

