/* 文字装飾 */
.text_red
{
	color:#ff0000;
}

.text_blue
{
	color:#0000ff;
}

.text_green
{
	color:#00ff00;
}

.text_yellow
{
	color:#ffff00;
}

.text_skyblue
{
	color:#00ffff;
}

.text_orange
{
	color:#ffcc66;
}

.text_gray
{
	color:#cccccc;
}

.text_maze
{
	color:#ff00ff;
}

.text_del
{
	text-decoration:line-through;
}

/*=== ヘッダの設定 ===*/
/* BGM用箱 */
div#bgm_box_content
{
	position:absolute;
	left:600px;
	top:0px;

	color:#f0f0f0;
	line-height:1.2;
	width:100px;
	height:42px;
	margin:0px auto 0px auto;
	font-size:10pt;
	text-align:center;
	border:1px #f0f0f0 solid;
	background-color:#333333;
	padding:2px;
}

div#bgm_box_content div.sw_text
{
	font-size:15pt;
}

div#bgm_box_content a
{
	color:#00ffff;
}

/*=== 各コンテンツ共通のメニュー ===*/
div#contents_menu_box
{
	font-size:0px;
}
div#contents_menu_box img
{
	float:left;
}
