@charset "utf-8";
/* CSS Document */

#wrapper {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 30px;
	border: 1px solid #666666;
	padding-top: 20px;
}
#wrapper p {
	font-size: 12pt;
	line-height: 1.5em;
	margin-right: 5px;
	margin-left: 5px;
	border: 1px dotted #00CC66;
	padding: 5px;
}
#hidari {
	width: 230px;
	float: left;
}
#wrapper #migi {
	width: 350px;
	float: right;
}
#wrapper h1 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size: 16pt;
	line-height: 2em;
	text-align: center;
	color: #FF0000;
	width: 100%;
}
#wrapper h2 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size: 14pt;
	line-height: 1.5em;
	font-weight: normal;
}
#wrapper h3 {
	clear: both;
	padding-top: 30px;
}
#migi p,#hidari p {
	font-size: 12pt;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
body {
	background-color: #FFFFFF;
}
img a {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

