/* BODY */
body {
	background-color: #000000;
	margin: 0px;
	font-size: 12px;
	color: #FFFFFF;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 130%;
}

/* リンク*/

a:link{
	color:#FFFFFF;
}
a:active{
	color:#FFFFFF;
}
a:visited{
	color:#FFF560;
}
a:hover{
	color:#FFF560;
}

/* パラグラフ */
p {
	margin-bottom: 10px;
	margin-top: 0px;
}

/* テーブル間のマージン調整*/
table.cnt-margin {
	margin-top: 10px;
}

/* 中ページ・右コンテンツエリア */
td.bg-main {
	background-image: url(../img/bg_main.gif);
	background-repeat: repeat-y;
}

/* 中ページ・左サブメニューエリア */
td.leftnews {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-weight: bold;
}

/* 中ページ・左サブメニュー・日付箇所 */
p.date {
	background-image: url(../img/bg_date.gif);
	background-repeat: no-repeat;
	font-size: 13px;
	height: 27px;
	width: 170px;
	padding-top: 10px;
	padding-left: 10px;
	margin-bottom: 0px;
}

/* 中ページ・コンテンツエリア右上・ページナンバー */
td.pageinfo {
	background-image: url(../img/bg_pageinfo.gif);
	background-repeat: no-repeat;
	background-position: right;
	height: 31px;
	padding-right: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}

/* 中ページ・左サブメニューバナー（GAMEページ） */
.border-banner {
	border: 1px dashed #FFD200;
}

/* 中ページ・左サブメニューアイコン（IMAGEページ） */
.border-icon{
	border: 1px dashed #FFD200;
	margin: 3px;
}

/* 中ページ・右コンテンツエリア　構成パーツ */
td.area-cnt-head {
	background-image: url(../img/bg_cnt_head.gif);
	background-repeat: no-repeat;
	height: 15px;
}
td.area-cnt-foot {
	background-image: url(../img/bg_cnt_foot.gif);
	background-repeat: no-repeat;
	height: 15px;
}
td.area-cnt-body {
	background-image: url(../img/bg_cnt_body.gif);
	background-repeat: repeat-y;
	height: 15px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

/* 特殊テキストの設定 */
.txt-yellow {
	color: #E5B335;
}

.txt-white {
	color: #FFFFFF;
}

.txt-grey {
	color: #999999;
}

.txt-news-headline {
	font-size: 14px;
	font-weight: bold;
	color: #FFCC00;
}

.txt-password {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: "Courier New", Courier, mono;
}

.txt-password-attention {
	font-size: 10px;
	color: #666666;
}

/* 中ページ右下・ページバック */
td.pageback {
	padding-top: 5px;
	padding-right: 35px;
	padding-bottom: 5px;
	padding-left: 20px;
}


/* トップページ・メイン背景 */
td.bg {
	background-image: url(../img/bg.jpg);
	background-position: center top;
	background-repeat: repeat-x;
}

/* トップページ・ニュース箇所 */
td.bg-newsline {
	background-image: url(../img/bg_newsline.gif);
	background-repeat: repeat-x;
	height: 10px;
}

/* トップページ・ニュース箇所左 */
td.bg-topnews {
	background-image: url(../img/bg_area_topnews.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 10px;
	color: #DBCDCC;
	padding: 5px;
	letter-spacing: 1px;
}

/* トップページ・ニュース箇所右 */
td.bg-topnews2 {
	font-size: 10px;
	color: #DBCDCC;
	padding: 5px;
	letter-spacing: 1px;
}
