@charset "UTF-8";
body {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size:85%;
	color:#333333;
	margin:0px;
	padding:0px;
	line-height:1.4;
}
/*CSS for Safari*/
/*
html[xmlns*=""] body:last-child{
	font-size:80%;
}
*/
/**/
html,a,form,input,area,div,img,table,ul,ol,li,dd,h1,h2,h3,h4,h5,h6,p{
	margin:0px;
	padding:0px;
	border:none;
}
img	{ border:none; }
table{ font-size: 95%; }
a {
	text-decoration:underline;
	color:#E62388;
}
a:hover,a:focus {
	text-decoration:none;
	color:#D70C18;
}
#ACCESS-CLOSED{
	text-align: center;
	font-weight: bold;
	color: #D70C18;
	font-size: 110%;
	line-height: 55px;
}
