/* link styles
------------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #666666;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	position: relative;
	left: 1px;
	top: 1px;
}
h1 {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", "ＭＳ ゴシック";
	font-size: 12px;
	font-weight: normal;
	color: #666666;
}
#footer {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", "ＭＳ ゴシック";
	font-size: 12px;
	background-color: #808080;
	width: 860px;
	background-position: center;
	color: #FFFFFF;
	padding: 5px 10px 5px 30px;
	margin-left: auto;
	clear: both;
	margin-right: auto;
}
#wrapper {
	background-color: #FFFFFF;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
