@charset "UTF-8";

#main_box {
	width: 750px;
	height: 1000px;
	background-image: url(kabegami/image_hito1.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.Class_back {
	width: 750px;
	height: auto;
	padding-top: 6px;
}

input {
	color: white;
	background-color: fuchsia;
	padding-top: 2px;
}

.Class_ami {
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 2px;
	width: 750px;
	height: 24px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: fuchsia;
}

.Class_sitsumon {
	font-size: 14px;
	font-weight: 600;
	color: black;
	letter-spacing: 2px;
	width: 740px;
	line-height: 18px;
	font-family: "ＭＳ ゴシック";
padding-bottom : 6px;
padding-top : 6px;
}

.Class_kaitou {
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: black;
	width: 740px;
	padding-top: 4px;
	padding-bottom: 2px;
	margin-bottom: 4px;
	height: auto;
	font-family: "ＭＳ ゴシック";
}

.Class_page {
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 2px;
	padding-top: 6px;
	padding-bottom: 2px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: solid;
	border-top-color: black;
	border-bottom-color: fuchsia;
	width: 750px;
	height: 24px;
}

a {
	text-decoration: none;
}

a:hover {
	color: red;
	text-decoration: underline;
}

