@charset "utf-8";
* {
	font-family: "ＭＳ Ｐゴシック";
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 12px;
}
a:link {
	text-decoration: none;
	color: #0000FF;
}
a:visited {
	text-decoration: none;
	color: #0000FF;
}
a:hover {
	text-decoration: underline;
	color: #0000FF;
}
a.title {
	font-size: 36px;
	text-decoration: none;
	color: #FFFFFF;
}
.middle {
	font-size: 16px;
	font-weight: bolder;
}
.right {
	float: right;
}
h1 {
	font-size: 36px;
	color: #FFFFFF;
	padding-left: 10px;
	float: left;
	margin-top: 10px;
}
h2 {
	font-size: 14px;
	color: #666666;
	padding-left: 10px;
	margin-bottom: 18px;
}

div.container {
	width:  760px;
	margin-left:         auto;
	margin-right:        auto;
	margin-top:          12px;
	margin-bottom:       0px;
	background-color: #F0F0F0;
	border: 1px solid #999999;
}
div.head {
	background-color: #666666;
	float: left;
	height: 60px;
	padding-bottom: 1px;
	width: 760px;
}
div.aff {
	text-align: right;
}
div.footer {
	text-align: right;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #DDDDDD;
	width: 760px;
	float: left;
}
div.footer a{
	color: #000000;
}

p {
	padding-left: 12px;
	margin-top: 12px;
	margin-bottom: 12px;
}
strong {
	font-weight: bolder;
	color: #555555;
}
