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

/* reset *
***********************************************************/


body {
    color: black;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	font-style: normal;
    font-size: 12px;
    *+html font-size: 90%; /* IE7 */
    * html font-size: 90%; /* IE6*/
    line-height: 1.7;
}
	
img {
	border: none;
	vertical-align: top;
}

html,
body,
h1, h2, h3, h4, h5, h6,
hr,
div,
p,
pre, code, address, blockquote,
ul, ol, dl, dt, dd,
form, fieldset, input {
	display: block;
	margin: 0;
	padding: 0;
}

ol, ul { list-style-type: none; }

h1, h2, h3, h4, h5, h6 {
	font-size: 1em;
	font-weight: normal;
}

table, thead, tbody, tfoot, tr, th, td, caption, col, colgroup {
	text-align: inherit;
	line-height: inherit;
	font-size: 100%;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

   thead { display: table-header-group; }
   tbody { display: table-row-group; }
   tfoot { display: table-footer-group; }
      tr { display: table-row; }
  th, td { display: table-cell; }
 caption { display: table-caption; }
     col { display: table-column; }
colgroup { display: table-column-group; }

input, select, textarea, button {
	font-size: inherit;
	line-height: inherit;
}

button { cursor: pointer; }

/***************************************************/
