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

* {
	margin:0;
	padding:0;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
}
body {
	margin-top: 0px;
	background-repeat: repeat-x;
}
#wrapper {
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	height: 100px;
}
#wrapper #info {
	height: 40px;
	margin-top: 15px;
	font-size: 1em;
	color: #467E1D;
}
#wrapper #info a {
	height: 40px;
	margin-top: 15px;
	font-size: 13px;
	text-decoration: none;
	color: #000000;
}
#wrapper #info a:hover, #wrapper #info a:active {
	height: 40px;
	margin-top: 15px;
	font-size: 13px;
	text-decoration: underline;
	color: #467E1D;
}


#wrapper #copyright {
	font-size: 0.9em;
	color: #000;
	line-height: 3em;
}


/* ========SPACE======== */
#sp5 {
	float: left;
	height: 5px;
	width: 5px;
}
#sp10 {
	float: left;
	height: 10px;
	width: 10px;
}
#sp20 {
	float: left;
	height: 20px;
	width: 20px;
}
#sp30 {
	float: left;
	height: 30px;
	width: 30px;
}

#line_sp5 {
	height: 5px;
}
#line_sp10 {
	height: 10px;
}
#line_sp20 {
	height: 20px;
}
#line_sp30 {
	height: 30px;
}
#line_sp40 {
	height: 40px;
}
/* ========SPACE======== */
