* html .iepngfix {
behavior: expression(IEPNGFIX.fix(this));
} 

/*  タブ切り替え
---------------------------------------------*/
#primaryy {
	margin-left: 0px; /* 左方向に210pxのマージンを指定 */
	width: 640px; /* ボックスの幅を指定 */
	      margin-top: 40px;
　　　

}


dl {
	margin: 0px ;
	padding: 20px 0px 20px 0px;
	width: 640px;
　　　　
}


dl dt {
	float: left;
	
	padding: 0 0.5em 0 0em;
	font-weight: bold;
	text-indent: 0.7em;
	line-height: 300%;
         width: 12em;
        background-color:#ｆｆｆ;
　　　　
}


dl dd {
	padding: 0 0em 0 0em;
	line-height: 300%;
	background-color:#ｆｆｆ;
　　　　text-align: left;
　　　　border-bottom: 1px dotted #dcdcdc;

}

/* 背景イメージ設定 */
dl dt#blue {
	
        background-color:#f5f5f5;　　
}
dl dd#blue {
	
        background-color:#f5f5f5;　　
}

dl dt#bl {
	float: left;
		padding: 0 0.5em 0 0em;
	font-weight: bold;
	text-indent: 0.7em;
	line-height: 400%;
         width: 500px;
        background-color:#ｆｆｆ;

        background-color:#f5f5f5;　　
}
dl dd#bl {
	float: left;
		padding: 0 0.5em 0 0em;
	font-weight: bold;
	text-indent: 0.7em;
	line-height: 400%;
         width: 2em;
        background-color:#ｆｆｆ;

        background-color:#f5f5f5;　　
}


div#javascript_tab_sample ul#tab {
	
	padding:0;
	border-bottom:none;  
	
         margin:0 0 0 0;
	float:left;
	width:600px;
border-bottom: 1px solid #ccc;
	}

div#javascript_tab_sample ul#tab li {
	margin:0.3em 0.1em 0em 0em;
	padding:0.5em 0em 0.5em 0em;
	text-align:center;
	border-top: 1px solid #ccc;
          border-bottom: none;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;

	float:left;
	width:7em;
         background-color:#eee;

	}

div#javascript_tab_sample ul#tab li.selected {
	background: #97c703 ;

	border-top: 1px solid #ccc;
          border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	padding:0.8em 0 0.4em 0;
         margin:0em 0.1em 0em 0em;

}

div#javascript_tab_sample ul#tab li.selected a {
	color:#fff;
	}

div#javascript_tab_sample ul#tab li a {
	color:#97c703;
          text-decoration:none;
	}
div#javascript_tab_sample ul#tab li a:hover {
	color:#f4da02;
          text-decoration:underline;
	}

div#javascript_tab_sample dl h3{
	margin: 20px 0px 14px 0px;
         text-indent: 0.7em;
	padding: 8px 0px 6px 0px;
	font-size:13px;
          font-color:#666666;
          width: 570px;
          border-bottom: 1px solid #dcdcdc;
　　　　background-color:#000000;

}
/* 
	   ----------------------------
		テーブル
	   ----------------------------

