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