@charset "euc-jp";

/*-------------------------------------------------

	-----------------------------------------------
	スタイルリセットファイル
														update:2007/07/12
-------------------------------------------------*/

html,
body{
	margin: 0px;
	padding: 0px;
}

body{
	font-size: 12px;
	color: #F0F0F0;
	font-family: Verdona, "ＭＳ Ｐゴシック", sans-serif;
}

html{
	overflow-y: scroll;
}

h1,
h2,
h3,
h4,
h5,
h6{
	margin: 0px;
	padding: 0px;
}

form,
fieldset,
p,
pre,
blockquote,
ul,
ol,
li,
dl,
dt,
dd,
address{
	margin: 0px;
	padding: 0px;
}

ul,
li{
	list-style-type: none;
}


table,
th,
tr,
td{
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0px;
	padding: 0px;
}



a img,
img{
	outline: 0;
	border: none;
}


p{
	margin: 0px 0px 12px 0px;
	line-height: 150%;
	font-weight: normal;
}

/*----------- link -------------*/

a:link,
a:visited{
	color: #56F649;
	text-decoration: none;
}

a:hover,
a:active{
	color: #FF3333;
	text-decoration: underline;
}

