@charset "UTF-8";

/* css for all pages */

*{
	font-family: Osaka, "ＭＳ Ｐゴシック", MS UI Gothic, sans-serif;
	margin: 0;
	padding: 0;
}


body {
	padding:0 0 10px;
	text-align:center;
	color:#333;
background:#212121;
}


img{
	border:none;
	border-width: 0;
	border-style: none;
}

h1,h2,h3,h4,h5,h6,ul,li,p,dl,dt,dd,address {
	font-weight: normal;
	font-style:normal;
	color: #333;
	font-size: 1em;
}

ul{
	list-style: none;
}


a{

	text-decoration: underline;
}

a:hover{
	text-decoration: underline ;
}


a:link { color: #fff; }
a:visited { color:#999999; }
a:hover { color: #ff99CC; }
a:active { color: #ff00cc; }


