@charset "UTF-8";

/* =========================================================
■Reset of Default Style
========================================================= */
h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, th, td, img, form {
	margin: 0;
	padding: 0;
	border: none;
	font-style: normal;
	font-weight : normal;
	font-size: 100%;
	line-height: 1.5;
	text-align: left;
}
textarea { font-size: 100%; }
img { vertical-align: bottom; }
hr  { display: none; }
html { overflow: auto; }

/* =========================================================
■body
========================================================= */
body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	color: #000000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 16px;
	text-align: center;
	overflow: hidden; /*はみ出た部分をどうするか*/
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #999999;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
img {
	max-width: 100%;
	height: auto;
}
.p_name {
	padding: 4px 0;
	line-height: 1.4;
}
h1 {
	font-size: 12pt; /* 文字サイズ */
	color: #666;
	line-height: 100%;
	text-align: center;
	margin: 7px 0;
}