﻿@charset "utf-8";
@import url("base.css");

/* 上部バナーリンク */
.bannerlink {
	text-align: center;
	margin-bottom: 1ex;
	overflow: auto;
}
/* 上部バナーリンク画像部分 */
.bannerlink img {
	border: thin solid #FFCCCC;
}
/* 中央メインコンテンツ枠 */
.contents {
	border-top: thick double #FF9999;
	border-right: thick #FF9999;
	border-bottom: thick double #FF9999;
	border-left: thick #FF9999;
	padding-top: 1ex;
	padding-bottom: 2ex;
	text-align: center;
	margin-top: 1em;
	margin-bottom: 1em;
}
/* 中央メインコンテンツ内タイトル(画像含む) */
.contents h4 {
	overflow: auto;
	margin-bottom: 2ex;
}
/* 中央メインコンテンツ内本文 */
.contents p {
	margin: 1ex;
}
/* 中央メインコンテンツ内テレカ画像 */
.telca {
	background-color: #FFCCCC;
	float: left;
	text-align: center;
}

.midashi {
	font-size: 120%;
	font-weight: bold;
	color: #FF6699;
	background-color: #FFCCCC;
}
.style1 {
	font-weight: bold;
	color: #FF0066;
}
.style2 {
	font-weight: bold;
	color: #FF0066;
	font-size: 120%;
}
.songData {
	background-color: #FFECEC;
	margin-right: auto;
	margin-left: auto;
	width: 40%;
}
.songData td {
	padding: 0.5em;
	border: 1px solid #FFFFFF;
	font-weight: bold;
}
.discData {
	background-color: #FFECEC;
	margin-right: auto;
	margin-left: auto;
	width: 70%;
	text-align: center;
}
.discData td {
	padding: 0.5em;
	border: 1px solid #FFFFFF;
	font-weight: bold;
}

.title {
	background-color: #FFCCCC;
	font-weight: bold;
}
.shop {
	text-align: center;
}
.shop table {
	margin-right: auto;
	margin-left: auto;
}
.logbox {
	border: solid 1px #FFECEC;
	width: 50%;
	height: 400px;
	border: 1px;
	overflow: scroll;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.logbox table {
	width: 100%;
	text-align: left;
	background-color: #FFECEC;
	color: #666666;
	font-weight: bold;
}
.logbox table td {
	border: 1px solid #FF0066;
}
