@charset "utf-8";

html { -webkit-text-size-adjust: 100% }

body {
	font:13px Helvetica, HiraKakuProN-W3, sans-serif;
	*font-size:small;
	*font:x-small;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

body,div,p,pre,h1,h2,h3,h4,h5,h6,table,form,
caption,ul,ol,li,dl,dt,dd,img {
	margin: 0;
	padding: 0;
	border: 0;
	line-height:100%;
}

ul,ol { list-style:none; }

h1,h2,h3,h4,h5,h6,strong,em {
	font-weight:bold;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input,button,textarea,select,optgroup,option,address {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}
/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
input,button,textarea,select {
	*font-size: 100%;
}
h1,h2,h3,h4,h5,h6{
}
a {
	color:#25249d;
}
a:hover,
a:active {
	color:#007DBC;
}
