@charset "utf-8";
html {
  overflow-y:scroll;
  height:100%;
  margin-bottom:1px;

}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, fieldset, legend, input, p, blockquote, address, th, td {
	margin:0px;
	padding:0px;
}

body {
	color:#333333;
	font-family:"MS PGothic","lr oSVbN",Osaka,"HiraginoKakugo Pro W3","qMmpS Pro W3",sans-serif;
	font-size:100%;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	text-align:center;
	background-attachment: scroll;
	background-color: #CCCCCC;
	background-image: none;
	background-repeat: repeat;
	background-position: 0%;
	margin: 0px;
	padding: 0px;
}
a img {
background:transparent none repeat scroll 0%;
border:0pt none;
text-decoration:none;
vertical-align:bottom;
}
ul, ol {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}
a:link {
	color:#003399;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color:#0033CC;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	color:#0033CC;
}
