
/* インデックス向け Flash */
#myGallery
{
}

/* */
#index_topic
{
}

#index_topic .inner
{
	height:26px;
	padding-left:65px;
	vertical-align:middle;
	background-image:url("../img/contents/index/text_topic.png");
	background-position:left center;
	background-repeat:no-repeat;
}


/* タブ */
.movie_button img
{
	background-image:url("../img/contents/index/movie_button.png");
	background-position:0px 0px;
	background-repeat:no-repeat;
}

.movie_button:hover img
, .movie_button:active img
{
	background-image:url("../img/contents/index/movie_button.png");
	background-position:0px -28px;
	background-repeat:no-repeat;
}


/*  タイトル */
#topic_box
{
	width:770px;
	margin-top:10px;
	border:solid 1px #A8A871;
}

#topic_box .title
{
	line-height:0px;
	border-bottom:solid 1px #A8A871;
}

#topic_box .document
{
	width:726px;
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
	margin-bottom:23px;
	font-size:10px;
	line-height:150%;
}


/* 個別のアコーディオンの設定 */
#page_content
{
	height:320px;
}

#page_content .accordion_contents
{
	height:290px;
	overflow:auto;
}

