@charset "utf-8";
/* CSS Document */

body {
	background-color: #3C8AFF;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 50px;
	padding-left: 0px;
}
p.header {
	height: 150px;
	background-image: url(../img/logo01.gif);
	background-repeat: no-repeat;
	margin: 0px;
}
.wrapper {
	background-color: #FFBB55;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
}
p.footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #FF0000;
	background-color: #FFFFFF;
	height: 60px;
	margin: 0px;
}
.main_contents {
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 30px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #000000;
	margin-left: 5px;
}
h2 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	color: #FF0000;
}
h3 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color: #000000;
}
.comment {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.text {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 1.5em;
	color: #0054D2;
}
p.menu {
	background-color: #FFBB55;
	text-align: right;
	height: 1px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #FFFFFF;
	text-decoration: none;
}

p img.right {
	float: right;
	margin-left: 10px;
}

p img.left {
	float: left;
	margin-right: 10px;
}
