﻿body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	background-color: #00446d;
}
img {
    border: 0px;
}
.wrapper {
	width: 777px;
	position: relative;
	z-index: 1;
	margin: auto;
	background-image: url('img/shadowmiddle_blue.jpg');
	background-repeat: repeat;
}
.shadowtop {
	background-image: url('img/shadowtop_blue.jpg');
	background-repeat: no-repeat;
	position: relative;
	z-index: 2;
	width: 777px;
	height: 10px;
	top: 0px;
	left: 0px;
}
.shadowbottom {
	background-image: url('img/shadowbottom_blue.jpg');
	background-repeat: no-repeat;
	position: relative;
	z-index: 2;
	width: 777px;
	height: 10px;
	top: 0px;
	left: 0px;
}

.shadowmiddle {
	position: relative;
	z-index: 1;
	width: 777px;
	left: 0px;
	top: 0px;
}
.content {
	border-style: solid;
	border-width: 1px;
	border-top-color: #06436f;
	border-right-color: #06436f;
	border-bottom-color: #06436f;
	border-left-color: #06436f;
	background-color: #FFFFFF;
	width: 730px;
	position: relative;
	margin: 10px auto 10px auto;
}
.top {
	background-image: url('img/top_blue.jpg');
	position: relative;
	z-index: 2;
	width: 728px;
	height: 55px;
	top: 0px;
	left: 0px;
}
.header {
	background-image: url('img/header_blue.jpg');
	position: relative;
	width: 733px;
	height: 105px;
	top: 0px;
	left: -1px;
	z-index: 3;
	background-repeat: no-repeat;
}
.mainillustration {
	position: absolute;
	z-index: 2;
	width: 137px;
	height: 503px;
	top: 20px;
	left: 17px;
	background-image: url('img/miyakotea_zerojp.jpg');
}
.menu {
	position: relative;
	width: 730px;
	height: 27px;
	top: 8px;
	left: -1px;
	z-index: 4;
	border: 1px solid #06436f;
	background-color: #FFFFFF;
}
.menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.menu ul li {
    float: left;
    margin: 0;
    padding: 0;
}
.menu ul li a {
	margin: 0px;
	position: relative;
	top: 0px;
	padding: 5px 10px 0px 10px;
	display: block;
	height: 22px;
	text-decoration: none;
	color: #653532;
	text-align: center;
	font-size: 12px;
}
.menu ul li a:hover {
	color: #653532;
	background: #b9e5ff;
}
.submenu {
	position: relative;
	width: 575px;
	height: 122px;
	top: 5px;
	z-index: 3;
	left: 154px;
	background-color: #f3fbff;
	border: 1px solid #06436f;
}
.submenu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.submenu ul li {
    float: left;
    margin: 0;
    padding: 0;
}
.submenu ul li a {
	margin: 0px;
	position: relative;
	top: 0px;
	padding: 5px 0px 0px 0px;
	display: block;
	width: 120px;
	height: 22px;
	text-decoration: none;
	color: #653532;
	text-align: center;
	font-size: 12px;
}
.submenu ul li a:hover {
	color: #653532;
	text-decoration: underline;
	font-weight: bold;
}
.textual {
	position: relative;
	width: 540px;
	z-index: 4;
	left: 180px;
	top: 10px;
	display: block;
	overflow: hidden;
	padding-bottom: 20px;
	font-size: 12px;
}
#twitter {
	position: absolute;
	z-index: 3;
	top: 550px;
	left: 20px;
}
#facebooku {
	position: absolute;
	z-index: 3;
	top: 550px;
	left: 60px;
}
.shadowbottom .auteur {
	position: absolute;
	z-index:8;
	width: 490px;
	height: 20px;
	bottom: -20px;
	right: 20px;
	font-size: 8px;
	font-family: "Trebuchet MS";
	color: #ffffff;
	text-align: right;
	font-weight: bold;
}
.shadowbottom .auteur a {
	color: #ffffff;
	text-decoration: none;
}
.shadowbottom .auteur a:visited {
	color: #ffffff;
	text-decoration: none;
}
.shadowbottom .auteur a:hover {
	color: #ffffff;
	text-decoration: underline;
}


