@charset "utf-8";
/* ===================================================================
CSS information
 file name  :  default.css
 style info :  リセット及びbody初期設定 (このスタイルシートは基本的に変更しない)
=================================================================== */
/*--- reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,iframe {
	padding: 0;
	margin: 0;
}
table.office-table, table.helelhaus-table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	border: 0;
	line-height: 0;
	vertical-align: bottom;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-weight: normal;
	font-style: normal;
}
ol,ul {
	list-style: none;
}
caption,th {
	text-align: left;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-size: 100%;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border: 0;
}


/*--- default */

/* ----------------------------------------------------------------
    Structure
----------------------------------------------------------------- */
html {
	overflow-y:scroll;
}
body {
	margin:0;
	padding:0;
	color:#424242;
	background:#fff;
	letter-spacing:0;
	font-family		:'メイリオ', Verdana ,'ＭＳ Ｐゴシック', 'MS PGothic',  Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, sans-serif;
	line-height:1.8;
}

/* ie6 hack */
* html body {
	margin:0;
	padding:0;
	color:#424242;
	background:#fff;
	letter-spacing: 0.05em;	
	font-family		:'ＭＳ Ｐゴシック', 'MS PGothic' , 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, sans-serif;
	line-height:1.7;
}

/* ie7 hack */
*:first-child+html body {
	margin:0;
	padding:0;
	color:#424242;
	background:#fff;
	letter-spacing: 0.05em;	
	font-family		:'メイリオ', Verdana ,'ＭＳ Ｐゴシック', 'MS PGothic',  Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, sans-serif;
	line-height:1.7;
}

/* ----------------------------------------------------------------
    Heading Module
----------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
}
strong {
	font-weight:bold;
}
em {
	font-style:normal;
	font-weight:bold;
}

br {
letter-spacing:0em}

/* ----------------------------------------------------------------
    List Module
----------------------------------------------------------------- */
ul, ol, dl {
	margin:0;
	padding:0;
	list-style:none;
}
li, dt, dd {
	margin:0;
	padding:0;
}
li p, li li, li dt, li dd, dd p, dd li, dd dt, dd dd {
	font-size:100%;
}
/* ----------------------------------------------------------------
    Table Module
----------------------------------------------------------------- */
table {
	margin:0;
	padding:0;
}
td p, td li, td dt, td dd {
	font-size:100%;
}
/* ----------------------------------------------------------------
    Image Module
----------------------------------------------------------------- */
img {
	border:0;
	font-size: 0px;
	line-height: 0;
}


/* ----------------------------------------------------------------
    Get hasLayout
----------------------------------------------------------------- */
div, ul, li, dl, dt, dd, p, ol.list-ordered-02 li {
	zoom:1;
}
ol li, ul.list-numbered-01, ul.list-numbered-01 li, div.image-float p {
	zoom:0;
}