body {
    margin: 0;
    background-color: #888888;
	font-family: "Lucida Grande", sans-serif;
	color: #666666;
}

#topbanner {
	background-color: #eeeeee;
	border: 1px solid #cccccc;
	border-left: none;
	border-right: none;
	margin: 8px auto 0 auto;
	width: 960px;
	padding: 2px;
}

#superbox {
	margin: 0 auto;
	width: 960px;
	background-color: white;
	border: 1px solid #cccccc;
	color: black;
}

#superbox a.note {
    color: #666666;
    font-size: smaller;
    text-decoration: none;
}

#superbox a.note:hover {
    color: #ff6600;
}

#topfigbox {
    height: 340px;
    position: relative;
	background-color: white;
    margin: 0 0 0 0;
}

#topfigbox #titlebox {
    position: absolute;
    top: 90px;
    z-index: 1;
    left: 30px;
}

#titlebox h1 {
    margin-top: 0;
    margin-bottom: 0;
    color: black;
    font-weight: normal;
    font-size: 2em;
    font-family: HelveticaNeue, Helvetica, sans-serif;
}

#titlebox #catchcopy {
    color: #999999;
    margin-top: 0;
    padding-top: 0;
    font-size: 1.0em;
}
#topfig {
	width: 280px;
	height: 280px;
	position: absolute;
	bottom: 7px;
	right: 40px;
	z-index: 0;
}


#menubox {
	background-color: white;
	width: 900px;
	margin: 0 auto;
	border: 1px solid #cccccc;
	border-left: none;
	border-right: none;
	padding: 8px 2px;
}
#menubox ul {
	list-style-type: none;
	padding: 0;
	margin: 1px;
}

#menubox ul li {
	display: inline;
	margin:0;
	padding:0;
}

#menubox a {
	display: inline;
	padding: 0.5em 2em;
	text-decoration: none;
	color: #999999;
}

#menubox #selected {
	display: inline;
	font-weight: bold;
	padding: 0.5em 2em;
	color: black;
	margin: 0;
}

#menubox a:hover {background-color: #e2eeff; color: black;}

#contentsleft {
	float: left;
	width: 440px;
	padding: 0;
	margin: 20px 14px 0 14px;
	font-size: small;
}

#contentsright {
	float: left;
	width: 440px;
	padding: 0;
	margin: 20px 14px 0 14px;
	font-size: small;
}

#contentsleft p {
	line-height: 1.5em;
}

#contentsright p {
	line-height: 1.5em;
}

#contentsspec {
	padding: 0;
	margin: 0 20px;
	font-size: small;
}
#spec1 {
	float:left;
	width: 200px;
	padding: 10px;
	margin: 0;
	font-size: small;
}
#spec2 {
	float:left;
	width: 200px;
	padding: 10px;
	margin: 0;
	font-size: small;
	border: 1px solid #cccccc;
	border-top: none;
	border-bottom: none;
}
#spec3 {
	float:left;
	width: 230px;
	padding: 10px;
	margin: 0;
	font-size: small;
}

#contentshowtouse {
	clear: both;
	width: 900px;
	margin: 0 auto;
	padding: 10px;
	font-size: small;
	border: 1px solid #cccccc;
	border-bottom: none;
	border-left: none;
	border-right: none;
}

#contents-download {
	width: 94%;
	margin: 0 3%;
	padding: 10px;
	font-size: small;
	text-align: center;
}
#contents-download h2{
	text-align: center;
}
#kyodaku{
	border:solid 1px #666666;
	padding:12px;
	margin:20px auto;
	width: 530px;
	text-align: left;
}
#release-note{
	border:solid 1px #999999;
	padding:12px;
	margin:20px auto;
	width: 630px;
	text-align: left;
	font-size: xx-small;
}
#contents-download a{
	text-decoration: none;
	color: #224499;
}

#contents-report {
	float: left;
	width: 94%;
	margin: 0 3%;
	padding: 10px;
	font-size: small;
}

#contentsspec h2 {
	font-size: 1.0em;
	font-weight: bold;
	color: black;
	clear: both;
}

#contentshowtouse h2 {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 0.5em;
	color: black;
	clear: both;
}

#contentshowtouse dt {
	font-size: 1.0em;
	font-weight: bold;
	margin-top: 0.7em;
	margin-bottom: 0.2em;
	margin-left: 1.0em;
	color: black;
	clear: both;
}

#contentsspec p {
	line-height: 1.5em;
	font-size: 0.8em;
}
#contentsspec dl {
	line-height: 1.5em;
	font-size: 0.8em;
}
#contentsspec dd {
	margin-left: 1.5em;
}
#contentsspec ul {
	line-height: 1.5em;
	font-size: 0.8em;
}

#contentshowtouse p {
	line-height: 1.5em;
}


#lead {
	margin-top: 0.8em;
	font-weight: bold;
}

h2 {
	font-size: 1.2em;
	font-weight: bold;
	color: black;
	clear: both;
	margin-bottom: 0.5em;
}
p {
	margin-top: 0;
	margin-bottom: 1.8em;
	text-indent: 1.0em;
}


#copyright {
	clear: left;
	font-size: x-small;
	color: #666666;
	text-align: right;
	margin: 10px 14px 5px 14px;
	padding: 12px;
}
#trademark {
	clear: left;
	font-size: x-small;
	color: #666666;
	text-align: left;
	margin: 10px 14px 10px 14px;
	border-top: 1px solid #888888;
	padding: 12px;
}

#footnote h2 {
	display: none;
}

#footnote ol {
	padding-left: 2em;
}

#footer {
	margin: 1em 6% 30px 6%;
	padding-top: 0;
	font-size: x-small;
	line-height: 150%;
}

#footer img {
	border: none;
}

#footer .importantlink {
    font-weight: bold;
}

#footer #bottomnavi {
	padding: 10px 10px;
	border: 1px solid #cccccc;
	background-color: white;
	font-weight: bold;
}

#footer .legalLinks {
	font-weight:bold;
	list-style-type: none;
	padding: 0;
	margin-bottom: 0;
}

#footer .legalLinks li {
	display: inline;
	float: right;
	margin: 0 1em 1em 0;
	padding: 0;
	border-left: 2px solid #cccccc;
}

#footer .legalLinks li#legalLinksLastItem {
	padding-left: 1.5em;
}

#footer .legalLinks li#legalLinksFirstItem {
	margin-left: 1em;
	padding-right: 0.5em;
	border-left: none;
}

#footer address {
	width: 100%;
	clear: both;
	font-style: normal;
    border-top: 1px solid #cccccc;
    padding-top: 1em;
}

#footer a {
	color: #0099CC;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}




