/* 文字装飾 */
.text_red
{
	color:#ff0000;
}

.text_green
{
	color:#008000;
}

.text_blue
{
	color:#0000ff;
}

.text_blue2
{
	color:#0000ff;
}

.text_b
{
	font-weight:900;
}

.text_center
{
	text-align:center;
}

.text_big
{
	font-size:large;
}

.text_xbig
{
	font-size:x-large;
}

.text_del
{
	text-decoration:line-through;
}

/*=== コンテンツの基本となる箱 ===*/
/* TOP */
div#content_top_box
{
	position:relative;
	width:780px;
}

/* その他 */
div#content_writing_box
{
	height:478px;
	overflow:auto;
	background-image:url(../image/bg.jpg);

	border:1px #ffffff solid;
}


/* 見出し */
div#content_writing_box h1#content_title
{
	text-align:center;
	margin-top:20px;
	margin-bottom:0px;
}

div#content_writing_box h2#content_title
{
	text-align:center;
	margin-top:20px;
	margin-bottom:0px;
}

div#content_writing_box h2.content_subtitle
{
	margin-top:30px;
	margin-bottom:10px;
	text-align:center;
}


div#content_writing_box p.text
{
	margin-left:40px;
	margin-right:40px;
}




/*=== 上に戻るリンク ===*/
div.pagetop
{
	margin:10px 0px 20px 0px;
	text-align:center;
}


/*=== bgm用 ===*/
div#bgm_box
{
	position:absolute;
	top:15px;
	left:330px;
	
	padding:5px;
	border:1px #f0f0f0 solid;
	background-color:#333333;
	font-size:10pt;
	text-align:center;
	color:#ffffff;
}

div#bgm_box a
{
	color:#00ffff;
}



table.ss_table
{
	margin-left:auto;
	margin-right:auto;
}

table.ss_table td
{

}

table.ss_table td p.comment
{
	margin:0px;
	background-color:#000000;
	color:#ffffff;
	font-size:9pt;
}

/* ページトップに戻る */
div.back_to_pagetop
{
	margin:10px;
	text-align:center;
}
