@charset "utf-8";
/* ---------------------- */
/*　全ページ共通設定項目　*/
/* ---------------------- */


* {
	margin: 0;
	padding: 0;
}

div:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

div {
	zoom: 100%;
}

a,
a img {
	border: none;
}

a,
a:visited {
	color: #3366CC;
}

body {
	background-color: #FFFFFF;
	text-align: center;
}

p,h1,h2,h3,h4,h5,h6,a {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

p {
	text-align: left;
	font-size: 12px;
	line-height: 1.5em;
}

p.br { margin-top: 1.5em; }

sup {
	vertical-align: baseline;
	position: relative;
	top: -4px;
}

#content {
	width: 200px;
	margin: 20px auto;
	text-align: center;
}

#content img {
	margin-bottom: 15px;
}

input {
	padding: 3px 20px;
	margin-top: 25px;
}

.point{
	font-weight:bold;
	color:#FF0000;
	margin-bottom:5px;
}
