@charset "utf-8";
*{
	margin:0;
	padding:0;
}

h1, h2, h3, h4, h5, h6, p, address{
font-weight:normal;
font-style:normal;
font-size: 100%;
line-height:100%;
}

img{
border:none;
}

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/bkg.png);
	background-repeat: repeat-x;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
* html body {
text-align /**/: center;

}
* html body div {
text-align /**/: left;
margin /**/: 0 auto;
}

a:link {
color: #568EC7;
}


a:active {
color: #8FABBE;
}

a:hover {
color: #006699;
}

p {
	font-size: 12px;
	line-height: 22px;
	color: #666666;
}
td {
	font-size: 12px;
	line-height: 24px;
	color: #CCCCCC;
}

h2 {
	display: inline;
}
