@charset "utf-8";

body {
	margin: 0;
	padding: 0;
	line-height:1.4;
	color:#333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
	font-size:0.9em;
}

a {
	color:#6cc3d1;
	text-decoration: none;
}

img {
	border: none;
}

a:hover {
	color:#6cc3d1;
	text-decoration: underline;
}

#wrapper {
	width: 900px;
	margin: auto;
	text-align: center;
}

.clear {
	clear: both;
	line-height: 0;
	margin: 0;
	padding: 0;
}
.bborder {
	border-bottom: 1px solid #ccc;
}

h1 {
	margin-top: 30px;
	text-align: center;
}