@charset "utf-8";

/*
    reset.css    
===========================================*/
body,
h1,h2,h3,h4,h5,h6,
p,ul,ol,dl,dt,dd,li,table,th,td,
form,select,option,a,address,pre,
strong,em,caption,cite,code,dfn,var {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

img,img a {
	border: 0;
	background-color: transparent;
	vertical-align: bottom;
}

object,
a {
	outline: none;
}

table,th,td {
	border-collapse: collapse;
	cell-spacing: 0;
}

caption,th {
	text-align: left;
}

fieldset {
	border: 0;
}

ol,ul {
	list-style: none;
}

ul ul,ol ul,ul ol,ol ol,
dl ul,dl ol,dl dl,td td {
	font-size: 100%;
}

body {
	text-align: center;
	font-size: 12px;
		*font-size: 75%;/* ie7以下に適用 */
	font-family:"ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, Arial, Helvetica, sans-serif;
}
