html {
	height:100%;
}

body {
	color: #333333;
	font-family: "メイリオ", "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3", "Arial", sans-serif;
	font-size:12px;
	line-height:21px;
	background-color: #ffffff;
	margin:0 0 0 5px;
}

a {
	outline:none;
}

a:link {
	color: #3366cc;
	text-decoration: none;
}

a:visited {
	color: #8e4d9e;
	text-decoration: none;
}

a:hover {
	color: #64a6ea;
	text-decoration: underline;
}

a:active {
	color: #64a6ea;
	text-decoration: none;
}

a.toptitle:link {
	color: #cc0000;
	text-decoration: none;
}

a.toptitle:visited {
	color: #cc0000;
	text-decoration: none;
}

a.toptitle:hover {
	color: #f64949;
	text-decoration: underline;
}

a.toptitle:active {
	color: #f64949;
	text-decoration: none;
}

.clear {
	clear /**/:both;
	display /**/:block;
}

h1 {
    margin: 0 0 35px 0;
    padding: 0;
	border:0;
}

h2,h3,h4,h5 {
    margin: 0;
    padding: 0;
	border:0;
}

*html h2,h3,h4,h5 {
    margin: 0;
    padding: 0;
	border:0;
	font-size:12px;
	line-height:21px;
}

p {
	margin:0;
	padding:0;
}