
/* CSS Document */

#op{
     background-color:#ffffff;
     padding-bottom:5px;
     /*
     position: absolute;
     left: 20px;
     bottom: 60px;
     */
}

.acordion{
     width:680px;
     height:auto;
     background:#dcdcdc;
}

dl{
     width:680px;
     height:auto;
     margin:0;
 }
dt{
     width:680px;
     height:35px;
     line-height:40px;
     font-size:15px;
     text-indent:20px;
     display:block;
     font-weight:normal;
     color:#333333;
     background-color:#555555;
     background:url("./images/acordion/background-1.jpg");
 }
dt.dt05{
     background:url("./images/acordion/dt05.jpg");
     font-weight:bold;
     color:#FFFF66;
 }

dd{
     width:680px;
     height:200px;
     margin:0;
     padding:0;
     background-color:#ffffff;
 }
#op .acordion dd p{
     text-indent:0em;
     font-size:12px;
     padding-top:10px;
     padding-left:10px;
     color:#000000;
     line-height:1.5em;
 }
dt.over{
     font-weight:normal;
     color:#990000;
     background-color:#a9a9a9;
     background:url("./images/acordion/background-1-over.jpg");
 }
dt.selected{
     font-weight:normal;
     color:#990000;
     background-color:#dcdcdc;
     background:url("./images/acordion/background-1-selected.jpg");
 }
#op .acordion dd #newinfo_ul01 {
	height: auto;
	width: auto;
	padding: 0px 5px 0px 5px;
	margin: 0px 0px 0px 0px;
}

#op .acordion dd #newinfo_ul01 strong{
	font-size: 13px;
	color:#990000;
	display:block;
	padding: 0px 0px 0px 30px;
	margin: 0px 0px 0px 0px;
	border-bottom:1px #990000 solid;
}

#op .acordion dd #newinfo_ul01 li {
	font-size: 12px;
	line-height:1.0em;
	text-align: left;
	margin-top:10px;
	padding-left: 15px;
	margin-bottom: 20px;
	border-width: 0px 0px 0px 0px;
	border-style: dotted dotted dotted dotted;
	border-color: #336600 #336600 #336600 #336600;
	background-image: url(./images/top/li_4.gif); /* 背景イメージを変更 */
	background-repeat: no-repeat; /* 背景イメージをリピートなしに設定 */
	background-position: left top; /* 背景を右に設定 */
}

#op .acordion dd #newinfo_ul01 li a{
	color: #000000;
}

#op .acordion dd #newinfo_ul01 li a:hover {
	color: #990000;
	font-size: 12px;
	text-decoration: underline;
}
