@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #fff;
	background-image: url(../img/back.gif);
	background-repeat: repeat;
	color: #333;
	font-size: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif, Osaka, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3";
	letter-spacing: 0.1em;
	text-align: center;
}
a,
a:link,
a:visited,
a:active {
	color: #09f;
	text-decoration: none;
}
a:hover {
	color: #f63;
	text-decoration: none;
}
img {
	border: 0;
}
a img,
a:link img,
a:visited img,
a:active img {
	position: relative;
	top: 0;
	left: 0;
}
a:hover img {
	position: relative;
	top: 1px;
	left: 0px;
}
.cl {
	clear: both;
	font-size: 1px;
	line-height: 1em;
}


/* Layout */

#wrapper {
	width: 800px;
	margin: 0 auto;
	padding: 30px 0;
}
#header {
	padding-bottom: 20px;
	clear: both;
}
#title {
	float: left;
	text-align: left;
}
#menu {
	float: right;
	padding-top: 50px;
}
#main {
	clear: both;
	text-align: left;
}
#foot-menu {
	clear: both;
	padding: 50px 0 10px 0;
	font-size: 80%;
}
#copy {
	clear: both;
	color: #ff7455;
	font-size: 80%;
	font-weight: bold;
	letter-spacing: 0em;
}


/* Footer-Menu */

#footer-menu img {
	margin: 0 10px;
	vertical-align: middle;
}


/* Clearfix */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}

