* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #F5F5F5;
	color: #666666;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
}

.contents {
	width: 750px;
	margin: auto;
	text-align: left;
	border: solid 1px #999999;
	position: relative;
	}

.header	{
	background-color: #000000;
	color: #FFFFFF;
	padding: 20px;
	margin: 0px;
	height: 90px;
	}

.topics	{
	background-color: #F9F9F9;
	border-top: 2px solid #CCCCCC;
	border-bottom: 1px solid #666666;
	padding: 10px;
	}

.main	{
	width: 730px;
	background-color: #FFFFFF;
	padding: 10px;
	}

.col	{
	width: 345px;
	padding: 0px 10px;
	float: left;
	}

.navbar	{
	font-size: 80%;
	background-color: #000000;
	width: 750px;
	padding: 0px;
	position: absolute;
	top: 110px;
	left: 0px;
	clear: both;
	}

.navbar p {
	width: 120px;
	float: left;
	text-align: center;
	background-color: #555555;
	border: solid 2px #000000;
	}

.navbar p a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	width: 120px;
	}

.navbar p a:visited {
	color: #FFFFFF;
	}

.foot	{
	padding-top: 2px;
	background-color: #000000;
	clear: both;
	}

h1 {
	font-family: "MS Pゴシック", Osaka,Sans-Serif;
	font-size: 16px;
	color: #000000;
	}

h2	{
	font-family: "MS Pゴシック", Osaka,Sans-Serif;
	font-size: 15px;
	color: #FFFFFF;
	text-align: center;
	margin: 1em 0px;
	background-color:  #000000;
	border-right: 2px solid #777777;
	border-bottom: solid 2px #777777;
	clear: both;
	}

h2 a {
	color: #CCCCCC;
	text-decoration: none;
	display: block;
	width: 333px;
	}

h2 a:visited {
	color: #CCCCCC;
	}

h2 a img {
	border: none;
	}

h3	{
	font-family: "MS Pゴシック", Osaka,Sans-Serif;
	font-size: 15px;
	color: #000000;
	text-align: center;
	margin: 1em 0px;
	background-color:  #E5E5E5;
	border-right: 2px solid #777777;
	border-bottom: solid 2px #777777;
	clear: both;
	}

h3 a {
	color: #000000;
	text-decoration: none;
	display: block;
	width: 333px;
	}

h3 a:visited {
	color: #000000;
	}

h3 a:hover	{
	color: #FFFFFF;
	background-color: #888888;
	}

h3 a img {
	border: none;
	}

p	{
	font-family: "MS Pゴシック", Osaka,Sans-Serif;
	}

address	{
	font-size: 10px;
	font-style: normal;
	text-align: center;
	padding-top: 2px;
	}
.header a img {
	border: 0px
	}

p a img	{
	float: left;
	margin-right: 5px;
	border: 0px
	}

.side a img {
	border: 0px
	}

p a:hover	{
	color: #FFFFFF;
	background-color: #888888;
	}

b	{
	color: #000000;
	}

strong {
	color: #000000;
	}