body {
	background-image: url(../images/bg.gif);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	color: #555;
	font-size: 12px;
	line-height: 1.6em;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
h1,h2,h3,h4,h5,h6{
	margin:0;
	padding:0;
	font-size: 100%;
}
p {
	line-height: 1.6em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
a {
	color: #F66;
}
a:hover {
	color: #F06;
}
img {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: 0%;
}
ul , li{
	margin: 0px;
	padding: 0px;
}
li {
	line-height: 1.6em;
	list-style-type: none;
}
.sat {
	color: #00F;
}
.sun {
	color: #F00;
}
.contact {
	background-color: #FFECC4;
	border: 1px solid #FC6;
	padding: 5px;
	margin-bottom: 15px;
	text-align: center;
	margin-top: 15px;
}
.top {
	margin-bottom: 10px;
	text-align: right;
}
.linkbtn {
	background-color: #FFE2D2;
	padding: 10px;
	margin: 10px;
}

