#accordion2 {
	float: left;
	margin: 0 auto;
	width: 352px; }
 
	#accordion2 .title {
		background: url(../image/contents/top-tecnology-title.gif) no-repeat left top;
		height: 22px;
		padding-bottom: 2px; }
 
.accordion2 {
	/*background-color: #eeeeee;*/
	border-bottom: 1px solid #c9c9c9;
	border-left: 1px solid #c9c9c9;
	border-right: 1px solid #c9c9c9;
	width: 352px; }
 
	.accordion2 dt {
		background: url(../image/contents/arrow_down.gif) no-repeat right center;
		border-top: 1px solid #c9c9c9;
		color: #e30008;
		cursor: pointer;
		font-size: 0;
		font-weight: bold;
		height: 26px;
		line-height: 26px;
		width: 352px; }
 
		.accordion2 dt img { margin: 2px 0 0 5px; }
 
	/*.accordion2 dt:hover { background-color: #555 }*/
.accordion2 .open { background: url(../image/contents/arrow_up.gif) no-repeat right center; }
 
	.accordion2 dd {
		background: url(../image/contents/accordion-linebg.gif) no-repeat center top;
		height: 135px;
		overflow: hidden; }
 
		.accordion2 dd ul {
			border-top: none;
			display: block;
			padding-top: 8px; }
 
			/*.accordion2 dd ul#ec {
			background:url(../image/contents/top-menu-ec-image.jpg) no-repeat left top;
 
			}*/
.accordion2 dd ul li {  }
 
				.accordion2 dd ul li a:link {
					background: url(../image/common/arrow6.gif) no-repeat 8px center;
					color: #444;
					display: block;
					margin: 0 5px;
					padding-left: 20px; }
 
				.accordion2 dd ul li a:hover,.accordion2 dd ul li a:visited,.accordion2 dd ul li a:active {
					background: url(../image/common/arrow6.gif) no-repeat 8px center;
					color: #e41018;
					display: block; /*background-color:#e8e8e8;
				text-decoration:none;*/
					margin: 0 5px;
					padding-left: 20px; }
 
 

