@CHARSET "UTF-8";

/* initial */
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
p {
	padding: 0;
	margin: 0;
}
table {
	border-collapse: collapse;
}

/* foundation */
* {
	font-family : 'Meiryo', verdana, 'Hiragino Kaku Gothic Pro', Osaka, 'MS Pgothic', sans-serif;
}
body {
	font-family : 'Meiryo', verdana, 'Hiragino Kaku Gothic Pro', Osaka, 'MS Pgothic', sans-serif;
	line-height : 1.6em;
	color : #333333;
	font-size : 10pt;
}
input, textarea , select {
	font-family : 'Meiryo', verdana, 'Hiragino Kaku Gothic Pro', Osaka, 'MS Pgothic', sans-serif;
	font-size : 9pt;
	margin-left: 0;
	margin-right: 0;
}
div,h1,h2,h3,h4,h5 {
	border-color: #bbb;
}
img {
	border: none;
}
