/* バー関係 */
h2.acc_trigger {
	padding: 0;		/*ばーの間隔*/
	line-height: 43.5px;
	margin: 0 0 5px 0;
	height: 43.5px;
	width: 500px;
	/*font-size: 1.5em;*/
	font-weight: normal;
	/*float: left;*/

}
h2.acc_trigger a {
	display: block;
	padding: 0 0 0 50px;
	color: #000000;
	line-height: 40px;	/*textのリンク位置*/
	background-image: url(ys/00_15.jpg);
	background-repeat: no-repeat;
	font-size: 0.6em;
	text-align: left;	/*リンクテキストの位置*/
	padding-left: 40px;	 /*リンクテキストの左余白*/
	text-decoration: none;
	height: 43.5px;		/*画像バーの高さ*/
	width: 428px;		/*画像バーの幅*/

}

h2.acc_trigger a:hover {
	background-position: 0 -48px;
	color: red;
	padding-left: 40px;	 /*リンクテキストの左余白*/
	margin: 0 0 0 0px;
	height: 43.5px;		/*画像バーの高さ*/
	line-height: 40px;	/*textのリンク位置*/
	width: 428px;		/*画像バーの幅*/
}
h2.active {
	background-position: left bottom;
}

/* コンテナ関係 */
.acc_container {
	margin: 0 0 5px;
	padding: 0;
	overflow: hidden;
	font-size: 0.8em;			/*コンテナ内のFontサイズ*/
	width: 468px;
	clear: both;
	background: #f0f0f0;
	border: 1px solid #d6d6d6;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.acc_container .block {
	padding: 5px;
	line-height: 1.5;
	width: 468px;
}
.acc_container .block p{
	padding: 5px;
	/*padding-right: 10px;*/
	/*line-height: 1.5;*/
	margin:  0;
	margin-bottom: 20px;

}
#a_icon {
	float: left;
	width: 20px;
	margin: 2px 0;
}
#text_b {
	float: right;
	width: 440px;
	margin: 2px;
	text-align: left;
}


#td_ys {
    text-decoration:none;
}

xxxx {
 
 	float: left;
 
}