/* CSS BaseSetting */
@charset "utf-8";

body {
    color: #333333;
    background-color: #ffffff;
    padding: 0.4%;
    font-family: verdana;
    font-size: small;
}

h1 {
    clear: both;
    width: 100%;
    margin: 0em 0em 1em 0em;
    padding: 0.2em 0em 0.2em 0.5em;
    border-top: thin solid #7f95bd;
    background-color: #f0f8ff;
    font-size: 140%;
    font-weight: bold;
}

h2 {
    clear: both;
    width: 100%;
    margin: 0em 0em 1em 0em;
    padding: 0.2em 0em 0.2em 0.5em;
    border-left: 0.3em solid #2b478e;
    font-size: 120%;
    font-weight: bold;

    border-bottom-style: solid;
    border-bottom-color: #DADFEC;
}

h3 {
    clear: both;
    width: 100%;
    margin: 0em 0em 0.4em 0em;
    padding: 0.2em 0em 0.2em 0.5em;
    border-left: 0.3em solid #2b478e;
    font-size: 100%;
    font-weight: bold;
    color: #2B478E;

    border-bottom: thin solid #2b478e;
}

h4 {
    clear: both;
    width: 100%;
    margin: 0em;
    padding: 0.2em 0em 0.2em 0em;
    font-size: 100%;
    font-weight: bold;
    color: #2b478e;
}

a:link{
    text-decoration:underline
}
a:visited{
    text-decoration:underline
}
a:hover{
    text-decoration:underline
}
a:active{
    text-decoration:underline
}

img {
    border-style: none none none none;
}

dl {
    margin: 0em 0em 0em 1em;
    padding: 0em;
    text-indent: 0em;
}

dd {
    margin: 0em 0em 0em 2em;
    padding: 0em;
}

ul {
    margin: 0em 0em 0em 2em;
    padding: 0em;
    text-indent: 0em;
}

ol {
    margin: 0em 0em 0em 2.5em;
    padding: 0em;
    text-indent: 0em;
}

form {
    margin: 0em;
    padding: 0em;
}

table {
    font-size: small; /* for Quirks mode */
}

div.text {
    clear: both;
    margin-bottom: 1.5em;
    width: 60em;
}
div.text p {
    margin: 0.4em 0em 1em 0em;
    text-indent: 1em;
    text-align: justify;
}
div.text div.right {
    float: right;
    margin: 0.5em;
}
div.text div.left {
    float: left;
    margin: 0.5em;
}
div.text div.center {
    margin: 0.5em auto;
}

div.banner {
    overflow: hidden;
}

div.caption {
    text-align: center;
    font-weight: bold;
}

ul.pagelink {
    list-style-type: none;
    list-style-position: outside;
    list-style-image: url(common/sublink.gif);
    margin: 0em;
    padding: 0em 0em 0.2em 1.6em;
    line-height: 150%;
}

ul.pagelink1 {
    list-style-type: none;
    list-style-position: outside;
    list-style-image: url(//www.jma.go.jp/jma/en/common/sublink1.gif);
    margin: 0em;
    padding: 0em 0em 0.2em 1.6em;
    line-height: 150%;
}

ul.pagelink2 {
    list-style-type: none;
    list-style-position: outside;
    list-style-image: url(//www.jma.go.jp/jma/en/common/sublink2.gif);
    margin: 0em;
    padding: 0em 0em 0.2em 1.6em;
    line-height: 150%;
}

span.new {
    font-weight: bold;
    color: #ff0000;
}

span.blue {
    color: #0000ff;
}

table.smart {
    width: 100%;
    text-align: left;
    border: thin solid black;
    border-collapse: collapse;
}
table.smart th {
    border: thin solid black;
    background-color: #ccccff;
}
table.smart td {
    border: thin solid black;
}
table.smart table.smart {
    width: 99%;
    margin: 2px;
}
table.smart table.smart th {
    border: thin solid gray;
}
table.smart table.smart td {
    border: thin solid gray;
}

.earthquake311 {
    font-weight: bold;
}

.must{
	color: #CC0000;
}

.white{
	color: #FFFFFF;
}

/* header, footer */

#logo{
    float: left;
    padding-bottom: 0.4em;
}

#head_lang {
    float: right;
    clear: right;
    margin-bottom: 0.4em;
    color: #333333;
}
#head_lang a {
    padding: 0em 0.4em 0em 1.6em;
    color: #333333;
    background-image: url(//www.jma.go.jp/jma/com/images/icon_arrow02.gif);
    background-repeat: no-repeat;
}
#head_lang a:link {
    text-decoration: none;
}
#head_lang a:visited {
    text-decoration: none;
}
#head_lang a:hover {
    text-decoration: underline;
}
#head_lang a:active {
    text-decoration: underline;
}

#head_link {
    float: right;
    clear: right;
    margin-bottom: 0.4em;
    color: #333333;
}
#head_link a {
    padding: 0.2em 0.4em 0em 1.3em;
    color: #333333;
    background-image: url(//www.jma.go.jp/jma/en/common/link.gif);
    background-repeat: no-repeat;
}
#head_link a:link {
    text-decoration: none;
}
#head_link a:visited {
    text-decoration: none;
}
#head_link a:hover {
    text-decoration: underline;
}
#head_link a:active {
    text-decoration: underline;
}

#menu {
    clear: both;
    overflow: hidden;
    background-color: #ffffff;
}
#menu a {
    float: left;
    display: block;
    width: 15.33em;
    height: 2em;
    line-height: 2em;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.05em;
    border-right: thin solid #ffffff;
    border-bottom: thin solid #ffffff;
    background-color: #e4e7e9;
}

#menu a:link {
    color: #333333;
    text-decoration: none;
}
#menu a:visited {
    color: #333333;
    text-decoration: none;
}
#menu a:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #40566a;
}
#menu a:active {
    color: #333333;
    text-decoration: none;
}

#menu a.here {
    color: #ffffff;
    background-color: #40566a;
}

#menu a.here:link {
    color: #ffffff;
    background-color: #40566a;
}

#menu a.here:visited {
    color: #ffffff;
    background-color: #40566a;
}

#menu a.here:hover {
    color: #ffffff;
    background-color: #40566a;
}

#menu a.here:active {
    color: #ffffff;
    background-color: #40566a;
}

#pan {
    clear: both;
    margin-bottom: 1em;
    margin-top: 0.2em;
    padding: 0.4em;
    color: #333333;
}

#tsunami {
    clear: both;
}

#contents {
}

#foot_all {
    clear: both;
    margin-top: 2em;
    border-top: thin solid #2a468d;
}

#foot_all img {
    vertical-align: bottom;
}

#foot_copyright {
    width: 650px;
    margin: 0px auto;
}


/* home */

div.home_left {
    width: 49%;
    float: left;
    margin: 0em;
    padding: 0em;
}

div.home_right {
    width: 49%;
    float: right;
    margin: 0em;
    padding: 0em;
}

div.home_bottom {
    width: 100%;
    clear: both;
    margin: 0em;
    padding: 0em;
}

div.home_information {
    overflow: hidden;
    margin-bottom: 1em;
}

div.home_information_left {
    width: 49%;
    float: left;
    margin: 0em;
    padding: 0em;
}

div.home_information_right {
    width: 49%;
    float: right;
    margin: 0em;
    padding: 0em;
}

div.home_information_warn {
    border: thin solid #fc9b9a;
    background-color: #fef8f8;
    margin: 0em 0em 0.5em 0em;
    padding: 0.4em;
    line-height: 150%;
}

div.home_information_info {
    border: thin solid #7886b6;
    background-color: #edeff5;
    margin: 0em 0em 0.5em 0em;
    padding: 0.4em;
    line-height: 150%;
}

div.home_information_climate {
    border: thin solid #66cc66;
    background-color: #e5ffe5;
    margin: 0em 0em 0.5em 0em;
    padding: 0.4em;
    line-height: 150%;
}
div.home_features {
    overflow: hidden;
    margin-bottom: 1em;
}

div.home_features_element {
    width: 15em;
    height: 9em;
    float: left;
    margin: 2em 1.5em 0.5em 1.5em;
}

div.home_tourists {
    overflow: hidden;
    margin-bottom: 1em;
}

div.home_news {
    overflow: hidden;
    margin-bottom: 1em;
}
div.home_news li {
    margin: 0em 0em 1.5em 0em;
}

div.home_news_morenews {
    clear: both;
    text-align: right;
    margin: 0.5em;
}

div.home_gallery {
    overflow: hidden;
    margin-bottom: 1em;
}
div.home_gallery ul {
    list-style: none outside none;
    margin: 0em;
    padding: 0em;
}
div.home_gallery li {
    clear: both;
}
div.home_gallery img {
    width: 160px;
    float: left;
    margin: 0em 0.2em 0.2em 0em;
}

div.home_activities {
    overflow: hidden;
    margin-bottom: 1em;
}

div.home_activities_left {
    width: 18%;
    float: left;
    margin: 0em;
    padding: 0.4em;
}

div.home_activities_center {
    width: 43%;
    float: left;
    margin: 0em;
    padding: 0.4em;
}

div.home_activities_right {
    width: 33%;
    float: left;
    margin: 0em;
    padding: 0.4em;
    border-left: thin solid #576BA5;
}


/* obsolete */

#global {
    background-color: #b7d5eb;
    height: 1.4em;
    width: 100%;
    letter-spacing: 0.2em;
    color: #ffffff;
    text-align: center;
    clear: both;
    font-size: 120%;
}
#global div.here {
    background-color: #b7d5eb;
    height: 1.4em;
    width: 100%;
    letter-spacing: 0.2em;
    color: #ffffff;
    text-align: center;
}
#global td.side {
    font-size: 80%;
    font-weight: bold;
    border-right-style: solid;
    border-right-color: #ffffff;
    border-top-style: none;
    border-bottom-style: none;
    border-left-style: none;
    border-right-width: thin;
    padding: 0.5em;
}
#global a:link {
    color: #12477a;
    text-decoration: none;
    font-weight: bold;
    background-color: #b7d5eb;
}
#global a:visited {
    color: #12477a;
    text-decoration: none;
    background-color: #b7d5eb;
}
#global a:hover {
    color: #12477a;
    text-decoration: none;
    background-color: #76b6e1;
    text-align: center;
}
#global a:active {
    color: #333333;
    text-decoration: none;
}

#head2 {
    font-size: 100%;
    float: right;
    clear: right;
    margin-bottom: 0.4em;
    color: #333333;
}
#head2 a {
    padding: 0.2em 0.3em 0.0em 1.3em;
    height: 0em;
    color: #333333;
    background-image: url(//www.jma.go.jp/jma/en/common/link.gif);
    background-repeat: no-repeat ;
}
#head2 a:link {
    text-decoration: none;
}
#head2 a:visited {
    text-decoration: none;
}
#head2 a:hover {
    text-decoration: underline;
}
#head2 a:active {
    text-decoration: underline;
}

#head3 {
    font-size:100%;
    float: right;
    clear: right;
    margin-bottom: 0.4em;
    color: #333333;
}
#head3 a {
    padding: 0.0em 0.4em 0.0em 1.3em;
    height: 0em;
    color: #333333;
    background-image: url(//www.jma.go.jp/jma/com/images/icom_arrows02.gif);
    background-repeat: no-repeat;
}
#head3 a:link {
    text-decoration: none;
}
#head3 a:visited {
    text-decoration: none;
}
#head3 a:hover {
    text-decoration: underline;
}
#head3 a:active {
    text-decoration: underline;
}

#foot {
    margin-bottom: 0.2em;
    margin-top: 0.2em;
    padding: 0.2em 1.0em 1.0em 8.5em;
    background-repeat: no-repeat;
    border-top-width: thin;
    border-top-style: solid;
    border-top-color: #2a468d;
    clear: both;
}

#gotop {
	width: 100%;
	text-align: right;
	padding-top: 3em;
	padding-right: 0.4em;
	padding-bottom: 0em;
	padding-left: 0.4em;
}
