@charset "utf-8";

a:link {text-decoration: none ; color:#000000}
a:visited {text-decoration: none ; color:#000000}
a:active {text-decoration: none ; color:#000000}
a:hover {text-decoration: none ; color:#000000}

.clearboth{
	clear:both }
	
.container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background: rgb(255,255,255);
	background: rgba(255,255,255,0.8);
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	-moz-border-bottom-left-radius: 15px;
	-moz-border-bottom-right-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
}
	
.container #header {
	background-image: url(../images/nippon_banner_8.png)!important;
	height: 180px;
	background-color: rgba(255,255,255,1);
}

.container #content {
	background: rgb(225,255,196);
	background: rgba(225,255,196,0.7);
	width: 860px;
	padding-right: 20px;
	padding-left: 20px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	text-align: justify;
}
.container #footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-align: center;
}

.nav {

	height: 20px;
	width: 880px;
	background: rgb(225,255,196);
	background: rgba(225,255,196,1);
	padding: 10px;
	overflow: hidden;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}

.nav li {
	float: left;
	list-style: none;
	text-align:center;
	display: inline;
	test-decoration:none;
	inline-height:30px;
	margin-left: 82px;
}
	
.nav li.back {
	width: 9px;
	height: 30px;
	z-index: 8;
	position: absolute;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: -5px;
	margin-bottom: 0px;
}
.nav li.back .left {
	height: 24px;
	margin-right: auto;
	background: rgb(225,255,196);
	background: rgba(225,255,196,1);
	border: medium solid #060;
	border-radius: 10px;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.nav li a {
	position: relative;
	overflow: hidden;
	color:rgb(0,102,52);
	outline: none;
	text-align: center;
	height: 30px;
	float: left;
	display: block;
	margin: auto 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	z-index: 10;
}

.nav li a:hover, .nav li a:active, .nav li a:visited {
	border: none;
}

#rotating-wrapper {
	position: relative;
	width: 200px;
	height: 180px;
}

.rotating-image {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
}
