@charset "Shift_JIS";



/*======================================================================================================================
========================================================================================================================

accordion.css

アコーディオンメニュー用スタイル

========================================================================================================================
======================================================================================================================*/



/* コンテンツ基本指定
-------------------------------------------------------------------------------------------------------- */

/* 通常 */
.accordion dt {
	margin:         0px 0px 15px 0px;
	background:     url(../../img/utility_ttl_subcapter.gif) left bottom no-repeat;
	font-weight:    bold;
	width:          620px;
}
.accordion dt span {
	padding:        5px 10px 5px 10px;
	display:        block;
	width:          600px;
	background:     url(../../img/utility_icon_accordion.gif) right center no-repeat;
}
.accordion dt:hover {
	background:     url(../../img/utility_ttl_subcapter_gray.gif) left bottom no-repeat;
}


/* オープン */
.accordion dt.open {
	margin:         0px 0px 15px 0px;
	background:     url(../../img/utility_ttl_subcapter_gray.gif) left bottom no-repeat;
	font-weight:    bold;
	width:          620px;
}
.accordion dt.open span {
	padding:        5px 10px 5px 10px;
	display:        block;
	width:          600px;
	background:     url(../../img/utility_icon_accordion_over.gif) right center no-repeat;
}
.accordion dd {
	margin:         0px 0px 20px 0px;
	overflow:       hidden;
}




