/* リンク */
a:link{text-decoration:none;}
a:visited {text-decoration:none;}
a:active{text-decoration:none;}
a:hover {text-decoration:underline; color:red;}

/* 全般 */
body,td {
	color:#666666;
	font-size:10pt;
	font-family:Arial, Helvetica, sans-serif;
	scrollbar-base-color:#cccccc;
}
td {vertical-align:top;}

/* 全体のテーブル */
.top_table {
	width:800px;
}

/* コンテンツのボディのテーブルの左側 */
.page_body_left {
	/*background-color:#FF9900;*/
	background-image:url(img/common/orange_gra_h.gif);
	width:200px;
}

/* コンテンツのボディのテーブルの右側 */
.page_body_right {
	width:600px;
}

/* コンテンツのボディの中身 */
.page_body {
	overflow-y:auto;
	width:600px;
	height:100%;
	padding:5 10 5 10;
}

/* [People] コンテンツのボディのテーブルの左側 */
.page_body_left_people {
	width:400px;
}

/* [People] コンテンツのボディのテーブルの右側 */
.page_body_right_people {
	width:400px;
}

/* [People] コンテンツのボディの中身 */
.page_body_people {
	overflow-y:auto;
	width:400px;
	height:100%;
	padding:5 10 5 10;
}

/* Pick up Info のタイトル */
.pickup_title {
	color:#009900;
	/*font-weight:bold;*/
	font-size:8pt;
	text-align:center;
}

/* People の質問 */
.people_question {
	background-color:#FFCCCC;
	font-weight:bold;
	padding:2 0 2 10;
}

/* People の答え */
.people_answer {
	vertical-align:top;
	font-size:12px;
	border-left:1px dashed #cccccc;
	padding:3 5 15 5;
	width:100px;
}

/* このページのトップへ */
.jump_to_page_top {
	font-size:8pt;
	color:#FF9900;
	text-align:right;
	margin:0 0 30 0;
}

/* Info タイトル */
.info_title {
	font-size:12pt;
	font-weight:bold;
	color:#ff0000;
	border-bottom:1px solid #cccccc;
}

/* Info 更新日 */
.info_date {
	font-size:9pt;
	color:#009900;
}

/* Info 内容 */
.info_article {
	/* color:#666666; */
	margin:5 0 0 5;
}

/* Live タイトル */
.live_title {
	font-size:11pt;
	font-weight:bold;
	color:#009900; /*old: #0066ff*/
	border-bottom:1px solid #cccccc;
}

/* Live 内容 */
.live_article {
	/* color:#666666; */
	margin:0 0 0 5;
}

/* Discograhy ディスクタイトル */
.disco_title {
	color:#FF6600;
	font-weight:bold;
	font-size:14pt;
}

/* Discograhy 付加情報 ex)「1st Album」など... */
.disco_add {
	font-size:8pt;
}

/* Discograhy アーティスト */
.disco_artist {
	font-size:8pt;
}

/* Discograhy その他 */
.disco_other {
	font-size:8pt;
}

/* Media などのタイトル */
.media_title, .special_title, .takefree_title, .mailmag_title {
	font-size:11pt;
	font-weight:bold;
	color:#009900;
	border-bottom:1px solid #cccccc;
}

/* Media などの内容 */
.media_article, .special_article, .special_article td, .takefree_article, .mailmag_article {
	font-size:9pt;
	/* color:#666666; */
	margin:5 0 0 5;
}

/* Mobile 内容 */
.mobile_article {
	/* color:#666666; */
	padding:5 0 20 10;
}

/* Media のリスト */
.media_list {
	list-style-type:square;
	margin:0 0 0 15;
}

/* Home の今月の LOC の重要事項 */
.month_important {
	color:#FF0000;
	/*font-weight:bold;*/
}

/* Home の今月の LOC の Live 情報 */
.month_live {
	color:#ff6600;
}

/* Home の今月の LOC の Media 情報 */
.month_media {
	color:#339933;
}

