@charset "shift_jis";

/*----------------サイト基本スタイル----------------*/

@import url("base.css");
@import url("common.css");


/*----------------カテゴリースタイル----------------*/

@import url("layout-top.css");
@import url("layout-second.css");
@import url("layout-popup.css");



/*----------------初期化----------------------------*/

html, body, div, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, acronym, address, big, cite, code,
dl, dt, dd, ol, ul, li,  table, tr, th, td, fieldset, form, input, img
{
	margin: 0;
	padding: 0;
	font-family:  "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka, sans-serif ;
	line-height: 150%;
}




