/******************* base *******************/
html,body {
	height: 100%;
}

body{
	margin: 0px;
	padding: 0px;
	border: 0px;
	background-color: #FFFFFF;
	font-family: "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 11px;
	line-height: 140%;
	color: #666666;
	letter-spacing: 0em;
	position: relative;
	min-width: 903px;
	min-height: 700px;
}


img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

a:link {
	color:#660000;
	text-decoration: none;
}
a:hover {
	color:#999999;
}
a:visited {
	color:#660000;
	text-decoration: none;
}

a:active {
	color:#660000;
	text-decoration: none;
}

h1,h2,h3,h4,h5,h6,p,ul{
	padding:0;
	margin: 0;
	font-family: "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
	font-weight: normal;
}

hr{
	display:none;
}
.CL {
	clear: both;
}

ul {
	margin: 0px;
	padding: 0px;
}
