@charset "utf-8";
/* CSS Document */

body {
	margin:0px 0px 80px;
	padding:0px;
	background-image:url(../img/bg.png);
	font-size:95%;
	line-height:160%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS Gothic", sans-serif;
}
img {
	border:none;
}
#wrapper {
	width:900px;
	padding:20px;
	margin:0px auto;
	background-color:#FFF;
	border:#CCC solid 1px;
	border-top:none;
}
#pagetop {
	text-align:right;
	margin:50px 0px 0px;
}
#pagetop a:hover img {
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	background: #fff;
}
#pagetop a:hover img {
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	background: #fff;
}
#copyright {
	width:940px;
	margin:20px auto 0px;
	color:#666;
	text-align:right;
	font-size:80%;
}
#about {
	width:900px;
	min-height:320px;
	display:block;
	clear:both;
}
#about img {
	float:left;
	width:200px;
	margin:0px 0px 20px;
	_margin:0px 0px 10px;
}
#about #text {
	float:right;
	width:680px;
	margin:0px;
}
