@charset "utf-8";
/* CSS Document */

/*---------------------------------- CSS Information
タイトル：common.css
作成者  ：Yoshihiro Oishi
概　要  ：ブラウザの持つスタイルをリセットする。
製作日  ：2008年11月8日
変更日  ：2008年12月1日
------------------------------------------------ */

/* ブラウザの持つスタイルをリセットする。 
--------------------------------------------------------------------- */
html {
	overflow-y: scroll;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td	{
	margin: 0;
	padding: 0;
}
address, caption, cite, code, dfn, em, strong, th, var	{
	font-style: normal;
}
table	{
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 150%;
}
caption, th	{
	text-align: left;
}
q:before ,q:after	{
	content: '';
}
object, embed	{
	vertical-align: top;
}
hr, legend	{
	display: none;
}
h1, h2, h3, h4, h5, h6	{
	font-size: 100%;
}
img, abbr, acronym, fieldset	{
	border: 0;
}
li	{
	list-style-type: none;
}
p, dd, blockquote	{
	text-align: justify;
	text-justify: inter-ideograph;
}
p {
    line-height: 1.5;
}

/* フォントサイズのリセット
-------------------------------------------------------------------- */
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	line-height: 150%;
}
/* IE 6 or sooner hacking */
* html body {
	font-size: small%;
}
/* For IE7 hacking */
*;first-child+html body {
    font-size: small;
}

table {
	font-size:inherit;
	font:100%;
}

