@charset "utf-8";
*{
	margin:0;
	padding:0;
	font-size: 12px;
	line-height: 24px;
}

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;
}

.fix:after{
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}


body{	/*winIE6、winIE7へ*/
	line-height:24px;
	background-image: url(../images/body-bkg.png);
	background-repeat: repeat;
}
a:link {
color: #568EC7;
}


a:active {
color: #8FABBE;
}

a:hover {
color: #006699;
}p {
	font-size: 12px;
	line-height: 24px;
	color: #666666;
	padding: 5px;
}
td {
	font-size: 12px;
	line-height: 24px;
	color: #666666;
}
strong {
	color: #666666;
}
