﻿/* 縦３５０ｐｘ*/
.accordion_toggle {
			/* 必須 */
			float: left;	/* This make sure it stays horizontal */
			/* 必須 */
			display: block;
			height: 350px;
			width: 30px;
/*			background-color:#ddddee;*/
			color: #000080;
			text-decoration: none;
			background-image:url("../pic/accordiontag35.gif");
			outline: none;
			border-left: 0px;
			border-right: 0px solid #000000;
			cursor: pointer;
			margin: 0 0 0 0;
			font-family:ＭＳ 明朝, 細明朝体;
			font-size:12pt;
			
}

.accordion_toggle_active {
			background-image:url("../pic/accordiontaghigh35.gif");
	border-right: 0px solid #000000;
}

.accordion_content {
			/* 必須 */
			height: 350px;	/* We need to define a height for the accordion as it stretches the width */
			float: left;	/* This make sure it stays horizontal */
			/* 必須 */
			width:300px;
			min-height:350px;
			max-height:350px;
			overflow: hidden;
			color: #ffffff;
			border: 1px solid #90c090;
}
img.content
{
			width:300px;
			max-height:346px;
			height:346px;
			padding:0px;
			margin:0px;
			outline:0px;
			
}
   
