@charset "utf-8";
* {
	border: 0;
	margin: 0;
	padding: 0;
}
body {
	background: #999999;
	color: #666666;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-size: 12px;
	text-align:justify;
}
div {
	background-color: transparent;
}
.clear {
	clear: both;
	overflow:hidden;
	font-size: 0px;
	line-height: 0%;
	height: 0px
}
/* link
----------------------------------------------- */
a { text-decoration: underline; }
a:link { color: #000000; }
a:visited { color: #333333; }
a:hover {
color: #ffffff;
background: #333333;
}
a.anchorimg:hover {
background-color: transparent;
}
a img {
	border: 0;
	background-color: transparent;
}


/* footer
----------------------------------------------- */
div#main {
	border-bottom:1px solid #CCC;
}
div#footer{
	clear:both;
	width:850px;
	font-size:10px;
	letter-spacing: 1px;
	padding-left: 10px;
	padding-top:5px;
	padding-bottom:5px;
}
div#footer:after {
    content: "";
    display: block;
    clear: both;
    height: 0px;
    overflow: hidden;
}
div#footer a { text-decoration: none; }

