@charset "utf-8";
/* CSS Document */

/* ブラウザ初期化 */
html, body {
	font-family:"m+2c","Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3","メイリオ", "Meiryo",sans-serif;
	/*font-family:"Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3","メイリオ", "Meiryo",sans-serif;*/
	/*font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E",serif;*/
	margin: 0;
	padding: 0;
	font-size: 15px;
}

h1, h2, h3, h4, h5, h6, address, div, blockquote, p, pre, ul, ol, li, dl, dt, dd, hr {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}

table, caption, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}

span, em, strong, dfn, code, samp, kbd, var, cite, abbr, acronym, sub,
sup, q, br, ins, del, a, img, object, iframe {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: inherit;
	font-size: 100%;
}

/* html5 */
header, section, article, footer, address, nav, aside {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}

/* original setting */
img {vertical-align:top;}
strong {font-weight:bold;}
