body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: url(../images/bg-sky.jpg) no-repeat center top;
}
a,a:visited {
	color: #2ba9ff;
	text-decoration: underline;
}
a:hover {
	color: #ff4e7e;
	text-decoration: underline;
}
.js10white {
	font-size: 10px;
	line-height: 12px;
	color: #ffffff;
}
.js11 {
	font-size: 11px;
	line-height: 14px;
	color: #333333;
}
.js12 {
	font-size: 12px;
	line-height: 18px;
	color: #333333;
}
.js12pink {
	font-size: 12px;
	line-height: 18px;
	color: #ff4e7e;
}
.js12blue {
	font-size: 12px;
	color: #2ba9ff;
}
.js12pink {
	font-size: 12px;
	line-height: 18px;
	color: #ff4e7e;
}
.js12blueb {
	font-size: 12px;
	color: #2ba9ff;
	font-weight: bold;
}
.js14 {
	font-size: 14px;
	line-height: 20px;
	color: #333333;
}
.js14pinkb {
	font-size: 14px;
	line-height: 20px;
	color: #ff4e7e;
	font-weight: bold;
}
.js16pinkb {
	font-size: 16px;
	color: #ff4e7e;
	font-weight: bold;
}
.js18blueb {
	font-size: 18px;
	color: #2ba9ff;
	font-weight: bold;
}
#header {
	margin: 0px;
	padding: 0px;
	height: 250px;
	text-align: center;
	position: relative; z-index: 1;
}

#header h1{
	margin: 0px auto;
	padding: 0px;
	background: url(../images/logo.png) no-repeat;
	height: 250px;
	width: 450px;
}
#header h1 em{
	visibility: hidden;
}

#container{
	margin: -35px auto 0px;
	padding: 0px;
	width: 800px;
	position: relative;
}


#footer {
	margin: 20px 0px 0px;
	padding: 0px;
	height: 40px;
	background: #2ba9ff;
}
#footer-box {
	margin: 0px auto;
	padding: 0px;
	height: 40px;
	width: 400px;
}
#footer-logo {
	margin: 5px 0px 0px;
	padding: 0px;
	float: left;
	width: 147px;
}
#footer-text {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 200px;
	font-size: 10px;
	line-height: 40px;
	color: #ffffff;
}

.clear {
  clear: both;/*floatの影響をクリアします*/
}

