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

.text_blue
{
	color:#00ffff;
}

.text_darkblue
{
	color:#0000ff;
}

.text_green
{
	color:#00ff00;
}

.text_yellow
{
	color:#ffff00;
}

.text_orange
{
	color:#ffcc66;
}

.text_underline
{
	text-decoration:underline;
}

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

.text_center
{
	text-align:center;
}


/* 各コンテンツ共通 */
div#content_all_box_ie6_fix
{
	text-align:center;
	position:relative;
	margin-top:3px;
}

div#content_all_box
{
	position:relative;
	width:804px;
	height:797px;
	margin:0px auto;
	text-align:left;
	background-image:url(../image/base.gif);
}

/* 各コンテンツ共通メニュー */
div#content_menu1
{
	position:absolute;
	top:88px;
	left:60px;
}

div#content_menu2
{
	position:absolute;
	top:88px;
	left:465px;
}

div#content_menu1 ul,div#content_menu2 ul
{
	margin:0px;
	padding:0px;

	zoom: 100%;
}

div#content_menu1 ul:after,div#content_menu2 ul:after
{
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}

div#content_menu1 li,div#content_menu2 li
{
	list-style-type:none;
	margin:0px;
	padding:0px;
	float:left;
}


/* 各コンテンツ共通大見出し */
h1#content_title
{
	margin:0px;
	padding:5px 0px;
	text-align:center;
}


/* コンテンツサイドメニュー */
div#content_sidemenu_box
{
	position:absolute;
	top:141px;
	left:5px;

	width:168px;
	height:648px;
	overflow:auto;
}

div#content_sidemenu_box ul
{
	margin:0px;
	padding:0px;
}

div#content_sidemenu_box ul li
{
	list-style-type:none;
	padding:10px 0px 0px 10px;
	margin:0px;
}

div#content_sidemenu_box ul li img
{
	vertical-align:top;
}

div#content_sidemenu_box ul li ul.sub_list
{
	padding-left:20px;
}

div#content_sidemenu_box ul li ul.sub_list li
{
	list-style-type:square;
	font-size:10pt;
	padding-left:0px;
}


/* コンテンツの本文 */
div#content_text_box1
{
	position:absolute;
	top:141px;
	left:192px;

	width:604px;
	height:648px;
	overflow:auto;
}

div#content_text_box2 /* サイドメニューがない場合 */
{
	width:800px;
	height:648px;
	overflow:auto;
}


/* コンテンツ内の見出し */
h2.content_caption
{
	margin:10px 0px;
	text-align:center;
}

h3.content_caption
{
	margin:5px 20px;
	text-align:center;
	background-color:#ffcc66;
	border-left:10px #000000 solid;
	border-right:10px #000000 solid;
	border-top:3px #000000 double;
	border-bottom:3px #000000 double;
}


/* 文章中に画像を入れて、意図的に回り込みを解除しない場合の対策 */
div#content_text_box1 p
{
	font-size:11pt;
	margin-left:5px;
	margin-right:5px;

	zoom: 100%;
}

div#content_text_box1 p:after
{
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}

/* 文章中に画像を置く */
div#content_text_box1 p img.image_left
{
	float:left;
	border:1px #000000 solid;
}

div#content_text_box1 p img
{
	margin-right:5px;
	margin-bottom:5px;
}

/* コンテンツのサイドメニューと本文のボックスのfloat解除 */

/*=== BGM用箱 ===*/
div#bgm_box
{
	font-size:10pt;
	border:2px #000000 solid;
	background-color:#f0f0f0;
	padding:5px;
	margin-top:10px;
}

div#bgm_box_content
{
	float:left;
	color:#f0f0f0;
	width:200px;
	font-size:10pt;
	text-align:center;
	border:1px #f0f0f0 solid;
	background-color:#333333;
	padding:2px;
}

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

