@charset "utf-8";
*{
	margin:0;
	padding:0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", "Osaka", sans-serif;
}

h1, h2, h3, h4, h5, h6, p, address{
font-weight:normal;
font-style:normal;
font-size: 100%;
line-height:100%;
}

img{
	border:none;
	vertical-align: bottom;
}

h1 img, h2 img, h3 img, li img, dt img, dd img{
vertical-align:bottom;
}


li{
	list-style-type: none;
}


body{	/*winIE6、winIE7へ*/
	background-image: url(../images/body-bkg.png);
	background-repeat: repeat-y;

}
a:link {
color: #568EC7;
}


a:active {
color: #8FABBE;
}

a:hover {
color: #006699;
}
p {
	font-size: 12px;
	line-height: 24px;
	color: #666666;
	padding-bottom: 20px;
}
td {
	font-size: 12px;
	line-height: 24px;
	color: #666666;
}

h2 {

}
h3 {
	padding-bottom: 15px;
}
#wrapper #content #main #local_navi selected {
	background-color: #666666;
}
.iepngfix {
	behavior: expression(IEPNGFIX.fix(this));
	}  

