// JavaScript Document
var style=null;
sytle="<style type=\"text/css\">";
		
		sytle+=".kefuchu{ width:109px;}";
		sytle+=".SS_dh1{background:url(images/SSindex/SS_dh1.jpg) no-repeat; height:51px; width:84px; float:left}";
		sytle+=".SS_dh2{background:url(images/SSindex/SS_dh2.jpg) no-repeat; height:51px; width:25px; float:left; display:block}";
		sytle+=".SS_dh3{background:url(images/SSindex/SS_dh3.jpg) repeat-y;  width:109px; }";
		sytle+=".SS_dh4{background:url(images/SSindex/SS_dh4.jpg) no-repeat; height:17px; width:109px; }";
		sytle+=".SS_dh5{background:url(images/SSindex/SS_dh5.jpg) no-repeat; height:23px; width:74px; margin-left:20px;}";
	sytle+="</style>";
	document.write(sytle);
