@charset "UTF-8";
/* --- style reset --- */


* {
	margin: 0;
	padding: 0;
	border: 0;
}

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

html,body {
	color: #333333;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:12px;
	height:100%;
	min-height:100%;
	background-color: #FFFFFF;
	line-height: 140%;
	letter-spacing: 0em;
	text-align: left;
	vertical-align: top;
}

img {
	border:none;
}

a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #990000;
	text-decoration: underline;
}
a:active {
	color: #CCCCCC;
	text-decoration: underline;
}


/* --- topp --- */


#top {
	width: 600px;
	margin: 0px auto;
	padding: 0px 0px;
}