@charset "UTF-8";
/* CSS Document */
html{
scrollbar-base-color:#CCCCCC;
}
body,td,th {
	font-size: 12px;
	line-height: 150%;	
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	text-align: center;
	font-family:  "メイリオ", Hiragino Kaku Gothic Pro,"ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック";
	color: #747474;
	background-repeat: repeat-x;
	background-color: #FF0066;
}
img {
	vertical-align: top;
	border: none;
}
ul { list-style-type: none; margin: 0; padding: 0px 0px 0px 0px; }
li { margin: 0; padding: 0; }
h1,h2,h3,h4,h5{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	color: #363636;
	text-decoration: underline;
}
a:hover{
	color: #FF6666;
	text-decoration: underline;
}

