@charset "UTF-8";

  /* div#main-contents h2はbase.cssに定義 */

div#main-contents h2#title01{
  background-image : url(../../common/image/hi01.gif);
}

div#main-contents h3{
	height: 25px;
	text-indent : -9999px;
	margin-bottom:10px;
}

div#main-contents h3#tokucho{
	background-image : url(../image/si_i_h3_1_tokucho.jpg);
	background-repeat: no-repeat;
}
div#main-contents h3#cat6sec{
	background-image : url(../image/si_i_h3_2_cat6.jpg);
	background-repeat: no-repeat;
}
div#main-contents h3#kinou{
	background-image : url(../image/si_i_h3_3_kinou.jpg);
	background-repeat: no-repeat;
}
div#main-contents h3#kousei{
	background-image : url(../image/si_i_h3_4_kousei.jpg);
	background-repeat: no-repeat;
}div#main-contents h3#saport{
	background-image : url(../image/si_i_h3_5_saport.jpg);
	background-repeat: no-repeat;
}

.lfroat{
	width:250px;
	padding-right:10px;
	float:left;
}

  /* menu */
ul.sitemap-menu{
/*  font-size:100%;*/
  padding: 0px 0px 0px 7px;
  list-style:none;
}
ul.sitemap-menu li{
  line-height:1.9;
/*  font-size:12px;*/
  list-style:none;
  margin : 0px 0px 0px 0px;
  padding : 0px 0px 10px 20px;
  background-image : url(../../common/image/lmenu_tri.jpg);
  background-position : 10px 7px;
  background-repeat : no-repeat;
}

  /* cssハック -------------------------------------------------------------- */

　/*ブラウザ文字サイズ表示*/

/* IE7 ¥*/
*:first-child+html body { font-size:small; }
/* IE6 ¥*/
html body { font-size:small; }
