@charset"UTF-8";

body {
	color: #000000;
	font-family: "MS PGothic", "Osaka", Arial, sans-serif;
	font-size: 12px;
	line-height: 122%;
	border:none;
	margin: 0;
	padding: 0;
	background-image: url(../images/bg_top.gif);
	background-repeat: repeat-x;
}
div, h1, h2, h3, h4, h5, h6, p, address {
	display: block;
	margin: 0;
	padding: 0;
}
dl, dt, dd, ol, ul, li, tr, td, th {
    margin: 0;
    padding: 0;
    border:none;
    list-style-type: none;
}

h1, h2, h3, {
	font-size: 120%;
}
h4, h5, h6, p, li{
	font-size: 100%;
}
address {
	font-size: 100%;
	text-decoration: none;
	font-style: normal;
}
strong {
	font-weight: bold;
}
img{
    margin:0;
    padding:0;
    border:none;
}
.remove {
    display: none;
}
.clear {
	clear: both;
}
a:link {
	color: #000000;
	text-decoration: underline;
}

a:visited {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	color: #db6a99;
	cursor: pointer;
}
