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

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


/* Layout */

#wrapper {
	width: 800px;
	margin: 0 auto;
	padding: 20px 0;
}
h1 {
	display: none;
}
#menu {
	float: left;
	width: 180px;
	position: relative;
	text-align: center;
}
#main {
	float: right;
	width: 600px;
}
#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;
}



/* Menu */

#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#menu li {
	margin: 0;
	padding: 15px 0 0 0;
}
#menu li a img {
	position: relative;
	top: 0;
}
#menu li a:hover img {
	top: 1px;
}



/* Clearfix */

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

