﻿@charset "utf-8";
body {
	font: 14px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	background: url(../images/) repeat-y center top;
	margin: 0;
	padding: 0;
	color: #ffffff;
	background-color:#000000;
	-webkit-text-size-adjust: 100%;
}

a img {
	border: none;
}

a:link {
	color: #0066c4;
	text-decoration: none;
}
a:visited {
	color: #0066c4;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	color: #0066c4;
	text-decoration: none;
}

#clear {
	clear: both;
}

.center {
	text-align:center;
}
.left {
	text-align:left;
}
.right {
	text-align:right;
}
