@charset "UTF-8";

body, div, img, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,
pre, form, fieldset, p, blockquote, th, td, iframe { 
	margin: 0;
	padding: 0;
	border: none;
}

html {
	height: 100%;
}

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
	font-size: 100%;
}

hr {
	display: none;
}

img {
	vertical-align: bottom;
	background: transparent;
}

object,embed {
	vertical-align: top;
}

a, a:active, a:hover {
	text-decoration: none;
}

ul, ol, dl {
	list-style: none;
}

em, address, dfn {
	font-style: normal;
}

input, select, textarea {
	margin: 0;
}

table {
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
}

th, td {
	font-weight: normal;
	text-align: left;
	text-decoration: none;
}

th *, td * {
	vertical-align: top;
}

caption {
	text-align: left;
}

p, address, ul, ol, dl, table, form, input, select, textarea, h1, h2, h3,
table p, table address, table ul, table ol, table dl, table form, table h1, table h2, table h3, 
form p, form address, form ul, form ol, form dl, form table,
form table table, ul ul, ul dl, dl ul {
	font-size:100%;
}

