@charset "utf-8";
#basic-accordian{
	border:1px solid #EEE;
	padding:5px;
	width:700px;
	z-index:2;
	margin-left: 10px;
	clear: both;
}
.accordion_headings{
	padding:2px 10px;
	background:#0F0F42 url(../images/under/subnavi01.png) repeat-x bottom;
	color:#FFFFFF;
	cursor:pointer;
	font-weight:bold;
	letter-spacing: 1em;
	border-top: 0px solid #FFF;
	border-right: 3px solid #FFF;
	border-bottom: 1px solid #FFF;
	border-left: 3px solid #FFF;
}
.accordion_headings:hover{
	background:#46468C url(../images/under/subnavi02_f2.png) repeat-x bottom;
}
.accordion_child{
	padding:15px;
	background:#FDFDFD;
}
.header_highlight{
	background:#0F0F42 url(../images/under/subnavi01_f2.png) repeat-x bottom;
}
#contents #staff {
	padding-left: 20px;
}
#contents #staff dd {
	margin-top: -1.5em;
	padding-left: 8em;
	border-bottom: 1px dotted #E6E6E6;
	margin-right: 30px;
	margin-bottom: 3px;
	padding-bottom: 2px;
}
#basic-accordian dl {
	width: 320px;
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
	display: inline;
}
#basic-accordian dt {
}
#basic-accordian dt img {
	background: #EBEBEB;
	border: 1px solid #CCCCCC;
	padding: 5px;
}

#basic-accordian dd {
	margin-left: 120px;
	height: 110px;
	margin-top: -132px;
	background: #F6F6F6;
	border: 6px solid #EBEBEB;
	width: 190px;
	padding-top: 10px;
}
#basic-accordian dd li {
	padding-left: 40px;
	margin-bottom: 0.5em;
	text-indent: -2em;
}

.photo img {
	padding: 5px;
	border: 1px solid #999999;
	margin-right: 10px;
	margin-bottom: 10px;
}

