/* -------------------------------------------------------------- 
CSS for buoy 2013/12/29
-------------------------------------------------------------- */

/* Include
-------------------------------------------------------------- */
@import "lib/reset.css";
@import "lib/typography.css";

/* Page
-------------------------------------------------------------- */
body {
	background: #FEFEFE;
}
#header_top {
	height: 20px;
	width: 100%;
	background:  url("../img/bg.gif") repeat;
}
#wrapper {
	clear: both;
	position: relative;
	margin: 0 auto;
	width: 770px;
	border-left: solid 1px #FEFEFE;
	border-right: solid 1px #FEFEFE;
	background: #FFFFFF;
	-webkit-box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.1);
	-ms-box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.1);
	-o-box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.1);
}
#header {
	width: 770px;
	height: 100px;
}
#content {
	clear: both;
	position: relative;
	margin: 10px auto 15px;
	width: 760px;
}
#primary {
	float: right;
	width: 590px;
}
#primary_2 {
	margin: 0 0 15px 10px;
	width: 735px;
}
#secondery {
	float: left;
	width: 160px;
}
#footer {
	clear: both;
	padding: 10px 0 15px;
	width: 770px;
	clear: both;
	border-top: solid 2px #021385;
}

/* header
-------------------------------------------------------------- */
#header_top_inner {
	position: relative;
	margin: 0 auto;
	width: 760px;
}
#header_top div#logo {
	float: right;
}
#header_top div#logo a {
	font-size: 85%;
	text-decoration: none;
	font-weight: bold;
	color: white;
}
#header_middle {
	clear: both;
	position: relative;
	height: 60px;
	text-align: left;
}
#header_middle img#logo {
	margin: 15px 0 0 10px;
	width: 430px;
	height: 40px;
}
#global_menu {
	margin: 5px auto 0;
	height: 33px;
	width: 750px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border: solid 1px #E0E0E0;
	background: #F0F0F0;
	-webkit-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.1);
	-ms-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.1);
	-o-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.1);
}
#global_menu ul {
	padding: 0 10px;
}
#global_menu ul li {
	float: left;
	width: 8em;
	list-style: none;
	border-left: solid 1px #D0D0D0;
}
#global_menu ul li a {
	display: block;
	padding: 10px 0.5em;
	text-decoration: none;
	font-weight: bold;
	font-size: 80%;
	color:#001155;
	text-align: center;
	background: -moz-linear-gradient(top, #D0D0D0, #F0F0F0);
	background: -webkit-gradient(linear, left top, left bottom, from(#D0D0D0), to(#F0F0F0));
	background: -ms-linear-gradient(top , #D0D0D0 0%, #F0F0F0 100%);
}
#global_menu ul li a.right {
	border-right: solid 1px #D0D0D0;
}
#global_menu ul li a:focus,
#global_menu ul li a:hover,
#global_menu ul li a.active {
	background-color: #CCCCCC;
	background: -moz-linear-gradient(top, #C0C0C0, #EBEBEB);
	background: -webkit-gradient(linear, left top, left bottom, from(#C0C0C0), to(#EBEBEB));
	background: -ms-linear-gradient(top , #C0C0C0 0%, #EBEBEB 100%);
}



/* content
-------------------------------------------------------------- */
#content_inner {
	clear: both;
	margin: 0 5px 15px;
}
#information {
	clear: both;
	margin: 5px 5px 15px;
}
#map {
	position: relative;
	margin: 0 0 15px 15px;
	width: 735px;
	height: 400px;
	background: url("../img/map_bg.jpg") no-repeat;
	z-index: 5;
}
#map_l {
	position: absolute;
	top: 10px;
	left: 400px;
	width: 316px;
	height: 376px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	box-shadow: 3px 3px 5px rgba(0,0,0,0.4);
	-webkit-box-shadow: 3px 3px 5px rgba(0,0,0,0.4);
	-moz-box-shadow: 3px 3px 5px rgba(0,0,0,0.4);
	border: solid 2px #FFFFFF;
	background: url("../img/map_l.jpg") no-repeat;
	z-index: 10;
}
#map_l a.marker {
	position: absolute;
	display: block;
	width: 12px;
	height: 12px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	box-shadow: 3px 3px 5px rgba(0,0,0,0.4);
	-webkit-box-shadow: 3px 3px 5px rgba(0,0,0,0.4);
	-moz-box-shadow: 3px 3px 5px rgba(0,0,0,0.4);
	background: #FFFFFF;
	border: solid 2px #FF5F5F;
}
#map_l a#ooshima {
	position: absolute;
	top: 38px;
	left: 160px;
}
#map_l a#miyake {
	position: absolute;
	top: 215px;
	left: 162px;
}
#map_l div.label {
	position: absolute;
	padding: 3px 6px 3px 6px;
	z-index: 15;
	opacity: 0.75;
	font-size: 80%;
	line-height: 1.0;
	color: #021385;
	border-top-right-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-bottom-right-radius: 3px;
	border-left: solid 3px #FFB400;
	background: #FFFFFF;
}
#map_l div.ooshima {
	top: 18px;
	left: 170px;
}
#map_l div.miyake {
	top: 195px;
	left: 170px;
}
#map_l div.place {
	position: absolute;
	z-index: 10;
	opacity: 0.65;
	font-size: 95%;
	font-style: italic;
	font-weight: bold;
	color: #021385;
	text-shadow: -2px -2px 3px #FFFFFF, 2px -2px 3px #FFFFFF, -2px 2px 3px #FFFFFF, -2px -2px 3px #FFFFFF;
}
#map_l div.no1 {
	top: 25px;
	left: 102px;
}
#map_l div.no2 {
	top: 61px;
	left: 120px;
}
#map_l div.no3 {
	top: 102px;
	left: 95px;
}
#map_l div.no4 {
	top: 129px;
	left: 65px;
}
#map_l div.no5 {
	top: 155px;
	left: 52px;
}
#map_l div.no6 {
	top: 212px;
	left: 110px;
}
#map_l div.no7 {
	top: 243px;
	left: 132px;
}
#map_l div.no8 {
	top: 350px;
	left: 145px;
}
.announce_date {
	margin: 0 5px 0 0;
	text-align:right;
}
pre {
	margin: 5px 5px 10px 10px;
	padding: 5px 5px 5px 5px;
	text-align: left;
	border:1px dotted silver;
	overflow:auto;
}
.graph {
	margin: 0 0 10px;
}

/* primary
-------------------------------------------------------------- */
#primary table {
	margin: 0 10px 10px 0;
}
#buoyInfo {
	border-collapse:collapse;
	border:1px solid #888888;
}
#buoyInfo th {
	padding: 3px;
	color:#001155;
	line-height: 1.2;
	font-size: 75%;
	font-weight: bold;
	text-align:center;
	border:1px solid #888888;
	background: #DCE9FF;
}
#buoyInfo td {
	padding: 3px;
	line-height: 1.2;
	border-left:1px dotted #888888;
	border-bottom:1px solid #888888;
}
ul.graph_menu {
	clear: both;
	margin: 10px 0 5px;
}
ul.graph_menu li {
	float: left;
	margin: 0 10px 5px 0;
	list-style: none;
}
ul.graph_menu a {
	display: block;
	padding: 5px 0;
	width: 100px;
	text-align: center;
	text-decoration: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border:1px solid #888888;
	background-color: #EAEAEA;
	background: -moz-linear-gradient(top, #EAEAEA, #FDFDFD);
	background: -webkit-gradient(linear, left top, left bottom, from(#EAEAEA), to(#FDFDFD));
	background: -ms-linear-gradient(top , #EAEAEA 0%, #FDFDFD 100%);
	color: #000000;
}
ul.graph_menu a.active,
ul.graph_menu a:hover,
ul.graph_menu a:focus  {
	background-color: #CCCCCC;
	background: -moz-linear-gradient(top, #C0C0C0, #EBEBEB);
	background: -webkit-gradient(linear, left top, left bottom, from(#C0C0C0), to(#EBEBEB));
	background: -ms-linear-gradient(top , #C0C0C0 0%, #EBEBEB 100%);
}
/* secondery
-------------------------------------------------------------- */
ul.sidemenu {
	margin: 0 0 0 10px;
}
ul.sidemenu li {
	padding: 0 0 5px 5px;
	list-style: none;
}

/* footer
-------------------------------------------------------------- */
#footer_menu {
	clear: both;
	margin-left: 10px;
}
#footer_menu ul li {
	float: left;
	list-style: none;
}
#footer_menu ul li a {
	padding: 0 8px;
	font-size: 75%;
	line-height: 1.2;
	text-decoration: none;
	color: #000000;
	border-left: solid 1px #000000;
}
#footer_menu ul li a.right {
	border-right: solid 1px #000000;
}
#copyright {
	margin-right: 10px;
	font-size: 75%;
	text-align: right;
}

/* misc
-------------------------------------------------------------- */
.clearfix {
	clear: both;
}
.nodisp {
	display: none;
}
.spacer {
	height: 10px;
}
.spacer_2 {
	height: 20px;
}

/* floatoO΍ */
#wrapper:after,
#content:after,
#content_inner:after,
#primary:after,
#secondery:after,
#footer:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
