body{
	font-family:"メイリオ", Osaka, sans-serif;
	font-size: 80%;
	color: #666666;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style: normal;
	text-align: center;
	margin-top: 15px;
	padding-top: 5px;
	border-top: 2px dotted #BBBBBB;
	clear: both;
}

/* a {
	text-decoration: none;
	font-weight:bold;
} */

h2 a{
	float: left;
	width: 80px;
	height: 30px;
	display: solid;
	color: #666666;
	font-size: 13px;
	text-align: center;
	text-decoration: none;
}
h2 a:hover{
	background-color: #FFFFFF;
}

#contents {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	margin: auto;
	padding: 5px 0;
	text-align: left;
}
