@charset "utf-8";

/* ***********************************************************************
	1 : Init
*********************************************************************** */
html {
	color: #000;
	overflow-y: scroll;
	background:#fff;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote,  th, td ,a{
	margin: 0; padding: 0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
 img {
	border: 0;
	vertical-align:bottom;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
li {
	list-style: none;
}
caption, th {
 text-align: left;
}


h2, h3, h4, h5, h6 {
	font-size: 100%;
}
q: before, q: after {
	content: '';
}
abbr, acronym {
	border: 0;
	font-variant: normal;
}
sup {
	vertical-align: text-top;
}
sub {
	vertical-align: text-bottom;
}
input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}
input, textarea, select {
	*font-size: 100%;
}
legend {
	color: #000;
}



/* ***********************************************************************
	2 : Text
*********************************************************************** */
body, input, select, textarea, table, th, td, li  {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif
}
body, input, select, textarea, table {
	color: #000;
	font-size:12px;
	line-height:1.4em;
}

h1{
	background:url(../img/close_001.jpg) no-repeat;
	margin-top: 50px;
	text-indent:-9999px;
}


h2, h3, h4, h5, h6 {
	font-size: 12px;
}
strong, em {
	font-style: normal;
	font-weight: bold;
}

p{
	font-size:14px;
	line-height: 1.5em;
	text-indent:1.0em;
	padding: 20px 120px 20px 120px;;
}
