@charset "shift_jis";

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix { display: inline-block;}

/* hides form TE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

.clearing {
	clear: both;
}

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image: url(../img/bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
}

#base {
	text-align: left;
	width: 860px;
	margin: 0 auto;
	font-size:12px;
	color:#555555;
}
h1, h2, h3, h4, h5, ul, ol, li, p, form, dl, dt, dd, a, img {
	margin: 0px;
	padding: 0px;
}
a {
	text-decoration: none;
	color: #669933;
}
