@charset "utf-8";

/* $B%j%;%C%H(B
---------------------------------------- */
* {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

/* $B4pK\%l%$%"%&%H(B
---------------------------------------- */

body {
	text-align:center;
	color:#666666;
	background:white;
	font-size: 12px;
}

#frame {
	width:780px;
	margin-right: auto;
	margin-left: auto;
}

#top {
	position: relative;
}

#top h1.logo {
	margin: 0;
	padding: 0;
	width:780px;
	height:67px;
	background: url(../img/logo.gif) no-repeat;
	text-indent: -9999px;
}

#footer {
	clear: both;
	position: relative;
	margin-bottom:0px;
	margin: 10px 0px 0px 0px;
	background-color: #222;
	height: 24px;
}


#footer h3{
	background: url(../img/img_copyright.gif) no-repeat;
	text-indent: -9999px;
}

.clear{
	clear:both;
}

