@import url(layout.css);
@charset "utf-8";
/* CSS Document */

/* リセット */
h1,h2,h3,h4,h5,h6,p,ul,ol,li,address,img,table,tr,th,td,tbody,div,span,a {
	margin: 0;
	padding: 0;
	font-family:meiryo, "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-style: normal;
	font-size:100%;
	font-weight: normal;
	line-height: inherit;
	border: none;
	border-collapse: collapse;
	list-style: none;
	text-decoration: none;
}

/* エレメント */
body {
	background: #281F43 url(../img/body_back.gif) center top repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size:80%;
}
p {
	margin-bottom: 0.5em;
}
a {
	outline: none;
}
a:link {
	color: #EFEFFF;
	text-decoration: underline;
}
a:visited {
	color: #EFEFFF;
	text-decoration: underline;
}
a:hover {
	color: #FFFF66;
	text-decoration: none;
}
a:active {
	color: #FFFF66;
	text-decoration: none;
}

/* 汎用クラス */
.alphafilter {
	/* プロパティを設定する必要なし */
}
.clear {
	clear: both;
}
.large {
	font-size: 120%;
}
.x-large {
	font-size: 144%;
}
.small {
	font-size: 80%;
}
.x-small {
	font-size: 64%;
}
.red {
	color: #FF6666;
}
.leftfloat {
	float: left;
}
.rightfloat {
	float: right;
}
.lefttext {
	text-align: left;
}
.righttext {
	text-align: right;
}
.centertext {
	text-align: center;
}
.inline {
	display: inline!important;
}