@charset "shift_jis";

html {
	overflow-y: scroll;
	height: 100%;
}

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;
}

body, td, th {
	font-size: 16px;
	line-height:1.231;
	/* for IE6/7 */
	*font-size: small;
	/* for IE Quirks Mode */
	*font: x-small;
	font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
	color: #333;
}

table {
	border-collapse: collapse;
    border-spacing: 0;
}

h1 ,h2 ,h3 ,h4 ,h5 ,h6 {
	font-size: 100%;
	font-weight: normal;
}

img {
	border: 0;
	padding: 0;
	margin: 0;
}

div, input {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

::placeholder {
  color:#CCC;
}

.clear {
	clear:both;
}

.clear hr {
	display:none;
}

.spacer {
	height: 15px;
}

/* Link Style  ---------------------------------------------------------------------------------------------------- */

a, a:link {
	color: #36C; text-decoration: none;
}

a:visited {
	color: #36C; text-decoration: none;
}

a:hover {
	color: #69F; text-decoration: none;
}

a:active {
	color: #69F; text-decoration: none;
}
