/*------------▼スタイル初期設定------------*/

body {
	color: #B1711D;
	background-color:#000000;
	padding: 0;
	background-attachment: fixed;
	background-image: url(../wall/01.jpg);
	background-repeat: no-repeat;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 10px;
	line-height: 14px;
	margin: 0px;
	background-position: center top;
	}

/*テーブル内共通文字設定*/
td {
	font-size: 10px;
	line-height: 14px;
}

/*文字サイズ設定*/
.txt10-10 {
	font-size: 10px;
	line-height: 10px;
}
.txt11-18 {
	font-size: 11px;
	line-height: 18px;
}
.txt12-14 {
	font-size: 12px;
	line-height: 14px;
}
.txt14-14 {
	font-size: 14px;
	line-height: 14px;
}

/*リンク*/
a:link {
	color: #ffffff;
	text-decoration: underline;
}
a:visited {
	color: #ffffff;
	text-decoration: underline;
}
a:hover {
	color: #ee0000;
	text-decoration: underline;
}

/*リンク（メニューボタン）*/
.btm a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bolder;
	font-size: 14px;
	line-height: 20px;
	}
.btm a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bolder;
	font-size: 14px;
	line-height: 20px;
	}
.btm a:hover {
	color: #bb0000;
	text-decoration: underline;
	font-weight: bolder;
	font-size: 14px;
	line-height: 20px;
	}
	
/*専用文字設定*/
.whats-new {
	color: #dd0000;
	font-size: 13px;
	line-height: 20px;
}
.clapres-up {
	color: #ff0000;
	font-size: 9px;
	line-height: 10px;
	word-spacing: 0.5px;
}
.up {
	font-size: 9px;
	line-height: 20px;
	color: #ff0000;
	word-spacing: 0.5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
}
.mark {
	font-size: 12px;
	line-height: 20px;
	color: #675D54;
}
	
/*文字色設定*/
.txt-red {color: #ee0000}
.txt-lightgreen {color: #00cc00}	

/*ライン色設定*/
.line {background-color: #7B7065;}