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

* {
	margin: 0px;
	padding: 0px;
	border:0;
	list-style-type: none;
}
body, html {
	font-family: Arial, Helvetica, Sans-serif;
	text-align: center;
	font-size: 1em;
	height: 100%;
	overflow: auto;
	background-color: #CCCCCC;
}
.jap {
	font-family: Osaka, "MS Pゴシック", "MS PGothic", Sans-serif;
}


#container {
	margin: auto;
	background-color: #FFFFFF;
	width: 39em;
	border-right-width: 2em;
	border-left-width: 2em;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

#header {
	background-color: #660000;
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 4.5em;
}
#header h1 {
	color: #FFFFFF;
	font-size: 5em;
	line-height: 0.9em;
	text-align: right;
}

#navigation {
	width: 8.5em;
	overflow: hidden;
	text-align: left;
	position: fixed;
	top: 1em;
	margin: 0 0 0 -2em;
	padding: 0 0 48px 0em;
	background: url('images/logo.gif') bottom right no-repeat scroll #660000;
	background-position: 85% 97%
}
#navigation   .current  {
	background-color: #990000;
	padding-bottom:1em;
}

#navigation ul {
	font-size: 1em;
	padding: 0 0 1.5em 0;
}

#navigation li {
	display: block;
	padding: 0 0 0 0.5em;
	margin:0.25em 0 0 0;
	color: #FFFFFF;
	font-weight: bold;
}
#navigation li:hover {
	color: #FFFFFF;
	background-color: #990000;
}
#navigation  a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	width: 8.5em;
}
#navigation h1 {
	font-size: 0.8em;
	padding: 0 0 0 0.5em;
	line-height: 2em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-variant: small-caps;
}
#navigation  h1:hover {
	background-color: #990000;
}

#navigation ul ul#sublist{
	margin-top:0.5em;
	margin-bottom:0em;
	padding-bottom:0em;
}

#sublist  li  {
	font-size:0.8em;
	padding: 0 0 0 0.5em;
	margin:0 0 0.2em 0;
}
#sublist a {
	width: 8.5em;
}

#sublist    li:hover {
	color: #FFFFFF;
	background-color: #666666;
}

#content {
	text-align: left;
	margin: 2em 1em 2em 9em;
	padding-bottom:96px;
	background:url('images/logolrg.gif') no-repeat scroll right bottom;
}
#content h1 {
	margin: 1.5em -0.4em 0.5em -0.5em;
	font-size: 2.5em;
	background-color: #660000;
	color: #FFFFFF;
	background-repeat: repeat-x;
	background-position: right center;
}
#content h1.first{
	margin-top:0.5em;
}

#content h2 {
	font-weight: normal;
	font-size: 1.6em;
	margin: 1.5em 0 0.25em 0;
}
#content p {
	font-size: 1em;
	margin: 0 0 0.5em 0;
}
#content a {
	color: #660000;
}

#content #badges{
	margin-top:3em;
	margin-bottom:-76px;
}
#content #badges p{
	margin:1em 0 0 0;
}

#footer {
	clear: both;
	color: #FFFFFF;
	text-transform: uppercase;
	letter-spacing: 1em;
	font-size: 0.7em;
	background-color: #CCCCCC;
}
.logo  {
	display: block;
	margin: 0 0 0 auto;
}
strong {
	font-weight: bold;
}
sup {
	font-size: 0.5em;
}
iframe{
	margin-bottom:1em;
}
