@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 75%;
	color: #000;
	line-height: 1.4;
	background-image: url(../img/bg_gren.gif);
}

a {
	text-decoration: none;
	color: #000;
}

a:hover {
	color: #366;
}

a img {
	border: 0;
}

#wrapper {
	margin: 0 auto;
}

#main {
	background-color: #FFF;
}

#footer {
	background-color: #000;
}

#footer p {
	font-weight: normal;
	text-align: center;
}

#footer p a {
	color: #FFF;
}
.vrtop {
	vertical-align: top;
}

.clr {
	clear: both;
	line-height: 0;
}

.left {
	   float: left;
}