@charset "Shift_JIS";

* {
	margin:0;
	padding:0;
	border:0;
	font-family:"Hiragino Kaku Gothic Pro","HiraKakuPro-W3","MS UI Gothic","Lucida Grande","MS Gothic";
}

img {
	margin:0;
	padding:0;
	border:0;
}

a {
	outline:none;
	color:#006;
}

a:link {
	color:#006;
}

a:vlink {
	color:#06c;
}

a:hover {
	color:#f00;
}

body {
	/*background:#FFF url(../img/top_bg_001.gif) repeat-x center top;*/
	background-color:#FFF;
	color:#000;
	text-align:center;
}

.smallsize {
	font-size: 10px;
}

.standard {
	font-size: 12px;
}

.mini {
	font-size:10px;
	line-height:15px;
}

