* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size: 12px;
	color: #121212;
}
a {
	text-decoration: none;
	color: #121212;
}
a:hover {
	color: #CC0000;
	text-decoration: none;
}
p {
	line-height: 120%;
	margin: 5px;
	color: #333333;
}
h1 {
	color: #CCCCCC;
	font-size: 16px;
	float: left;
}
h2 {
	font-size: 10px;
	color: #CC0000;
	letter-spacing: 1px;
	font-weight: normal;
}
span {
	font-weight: bold;
	color: #121212;
}
#wrap {
	height: auto;
	width: 700px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#navi {
	height: 24px;
	width: 700px;
}
#navi li {
	list-style-type: none;
	float: left;
}
#navi a{
	text-indent: -9999em;
	display: block;
	height: 24px;
	width: 100px;
}
#navi a.style1 {
	background-image: url(images/navi01.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#navi a.style2 {
	background-image: url(images/navi02.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#navi a.style3 {
	background-image: url(images/navi03.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#navi a.style4 {
	background-image: url(images/navi04.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#navi a.style5 {
	background-image: url(images/navi05.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#navi a.style6 {
	background-image: url(images/navi06.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#navi a.style7 {
	background-image: url(images/navi07.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#navi a.style1:hover {
	background-position: 0px -24px;
}
#navi a.style2:hover {
	background-position: 0px -24px;
}
#navi a.style3:hover {
	background-position: 0px -24px;
}
#navi a.style4:hover {
	background-position: 0px -24px;
}
#navi a.style5:hover {
	background-position: 0px -24px;
}
#navi a.style6:hover {
	background-position: 0px -24px;
}
#navi a.style7:hover {
	background-position: 0px -24px;
}
.box {
	height: 200px;
	width: 700px;
}
#content {
	height: auto;
	width: 700px;
	padding-top: 10px;
}
.block {
	height: auto;
	width: 700px;
	margin-bottom: 15px;
	margin-top: 15px;
}
#footer {
	height: auto;
	width: 700px;
	text-align: right;
	padding-bottom: 2px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #121212;
}
