@charset "utf-8";
/* CSS Document */

/*中身はcss/change.cssと同じ*/
/*--------------------------------------------------------------------
 /change/
--------------------------------------------------------------------*/
h2#change{
	background:url(../images/change/title.jpg) no-repeat;
	height:47px;
}

/*--------------------------------------------------------------------
 /change/index.html
--------------------------------------------------------------------*/
div#change{
	margin:10px 0;
}
.bk_font12_2,
.bk_font12_bn{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:12px;
	line-height:1.2;
}
.navi_text{
	display:block;
	margin-bottom:10px;
}

/*filter*/
div#xxx a:hover img{
	filter:alpha(style=0, opacity=70);
}

/* clearfix */
div#xxx:after{
	display:block;
	content:"";
	height:0;
	clear:both;
}
