﻿@charset "UTF-8";

/* reset styles （初期化）*/

html, body, div, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, address,
ul, ol, li, dl, dt, dd,
table, th, td,
form, fieldset {
	margin: 0;
	padding: 0;
	background:transparent;
	font-family:
		"ＭＳ Ｐゴシック",
		"MS P Gothic",
		"ヒラギノ角ゴ Pro W3",
		"Hiragino Kaku Gothic Pro W3",
		"メイリオ",
		Meiryo,
		Osaka,
		sans-serif;
	}
	
body { 
	font-size:14px;
	line-height:1.5;
	}
	
table {
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells:show;
	}
	
em {
	font-weight: bold;
	font-style: normal;
	}
	
del {
	text-decoration: line-through;
	}
	
ins {
	text-decoration: none;
	border-bottom: 1px solid #cccccc;
	}
	
img, object, embed, param, button {
	border: 0;
	vertical-align:bottom;
	}

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








