#basic-accordian{
	width:750px;
	height: 100%;
	line-height: 0.4em;
	color: #333;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	z-index: 200;
	letter-spacing: 0.1em;
}
.accordion_headings{
	color:#FFFFFF;
	cursor:pointer;
	background-image: url(../images/accordian_t_bg_a.gif);
	background-repeat: no-repeat;
	height: 33px;
	width: 750px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.1em;
	line-height: 2.5em;
	text-indent: 2em;
	text-align: left;
}
.accordion_headings:hover{
	background-image: url(../images/accordian_t_bg_b.gif);
	background-repeat: no-repeat;
	height: 33px;
	width: 750px;
}
.accordion_child{
	background-color: #FFF;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	text-align: left;
	line-height: 1.8em;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.header_highlight{
	background-image: url(../images/accordian_t_bg_b.gif);
	background-repeat: no-repeat;
}
#contribution {
	height: 25px;
	text-align: right;
	background-color: #CCC;
	padding-right: 10px;
	color: #FFF;
	line-height: 2.4em;
	width: 740px;
	letter-spacing: 0.1em;
}
#accordionWrapper {
	width: 750px;
	clear: both;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
	z-index: 100;
}
