@charset "Shift_JIS";

* {
	color: #000;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	background: transparent;
	margin: 0;
	padding: 0;
}
body {
	font-family: Verdana, Arial, sans-serif;
	text-align: center;
	background: #FFF;
}
a {
	text-decoration: none;
}
a:link,
a:visited,
a:active {
	color: #333;
}
a:hover {
	text-decoration: underline;
	color: #C00;
}
#wrapper {
	margin-top: 100px;
	margin-right: auto;
	margin-left: auto;
	width: 450px;
}
#content {
	border: 1px solid #666;
	padding: 15px 10px;
	font-size: 80%;
	line-height: 1.5;
}
#content h1 {
	text-transform: uppercase;
	font-size: 180%;
	font-weight: bold;
	letter-spacing: 1px;
}
#content p#para {
	padding: 20px 10px 10px;
	text-align: left;
}
#content ul {
	list-style: none;
}
#content .arrow {
	color: #C00;
}
#content p#update {
	line-height: 1.1;
	color: #666;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
}
#content p#download {
	text-align: right;
	margin-right: 10px;
}
#content p#download a:link,
#content p#download a:visited,
#content p#download a:active {
	color: #333;
}
#content .upper {
	text-transform: uppercase;
}
.hide {
	display: none;
}
address {
	font-size: 70%;
	font-style: normal;
	text-align: right;
	margin: 3px 5px 10px 0;
	color: #666;
}
address a {
	text-decoration: none;
}
address a:link,
address a:visited,
address a:active {
	color: #666;
}
address a:hover {
	text-decoration: underline;
	color: #000;
}
