﻿@charset "UTF-8";
/* CSS Document */

/* #############################

   LAST UP DATE : 2011.11.13

   ############################# */
   
 
html, body{
    height: 100%;
    margin: 0;
    padding: 0;
}

body,
td,
th,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: メイリオ, Meiryo, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif !important;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3"; /*for ie6*/
}
body {
	color: #000;
	line-height: 1.4;
	background-color: #EEE;
	background-image: url(../images/common/bg_body.gif);
	background-position: left top;
	background-repeat: repeat-x;
}
strong {
	font-size: 16px;
	font-weight: bold;
}
a {
	text-decoration: none;
}
a:link {
	color: #00F;
}
a:visited {
	color: #800080;
}
a:hover {
	color: #F60;
}
a:active {
	color: #F00;
}
.clear {
	clear: both;
	display: block;
}
.none {
	display: none;
}
.hidden {
	visibility: hidden;
}
.textSmall {
	font-size: 11px;
}
.textCenter {
	text-align: center;
}
.textRight {
	text-align: right;
}
.textSuper {
	font-size: 8px;
	vertical-align: text-top;
	text-align: center;
}
.textWhite {
	color: #FFF;
}
.textRed {
	color: #F00;
}
.textBlue {
	color: #00F;
}
.textLightBlue {
	color: #0FF;
}
.textYellow {
	color: #FF0;
}
.textDarkYellow {
	color: #990;
}
.textPink {
	color: #F0F;
}
.textOrange {
	color: #F60;
}
.textGreen {
	color: #0F0;
}
.textIndent1em {
	margin-left: 1em;
	text-indent: -1em;
}
#wrapper .marginTop0px {
	margin-top: 0px;
}
#wrapper .marginTop10px {
	margin-top: 10px;
}
#wrapper .marginTop20px {
	margin-top: 20px;
}
#wrapper .marginTop30px {
	margin-top: 30px;
}
#wrapper .marginTop50px {
	margin-top: 50px;
}
#wrapper .marginBottom5px {
	margin-bottom: 5px;
}
#wrapper .marginBottom10px {
	margin-bottom: 10px;
}
#wrapper .marginBottom30px {
	margin-bottom: 30px;
}
/* --- Float Clear ------------- */
.clearfix:after {
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
	content: ".";
}
.clearfix {
	overflow: hidden;
}
* html .clearfix {
	height: 1%;
	overflow: visible;
}


#wrapper {
	width: 97%;
	padding-bottom: 20px;
	margin: 0 auto 0 0;
	text-align: justify;
	text-justify: inter-ideograph;
}
#mainContainer {
	width: 930px;
	padding: 10px 15px 15px;
	background-color: #FFF;
}


#header {
	width: 1111px;
}
#header h1 {
	float: left;
	width: 130px;
	background-color: #039;
}
#globalNavi {
}
#globalNavi li {
	float: left;
	border-right-color: #CCC;
	border-right-style: solid;
	border-right-width: 1px;
	background-color: #CCC;
	background-image: url(../images/common/bg_navi.gif);
	background-position: left top;
	background-repeat: repeat-x;
}
#globalNavi a {
	height: 26px;
	padding-top: 12px;
	border-top-color: #039;
	border-top-style: solid;
	border-top-width: 2px;
	font-size: 13px;
	color: #039;
	line-height: 15px;
	text-decoration: none;
	display: block;
	text-align: center;
}
#globalNavi #naviKikendo a,
#globalNavi #naviKishou a,
#globalNavi #naviKikendoTotatsu a,
#globalNavi #sabouKibanzu a,
#globalNavi #sougouBousai a,
#globalNavi #naviRireki a,
#globalNavi #naviLink a {
	height: 32px;
	padding-top: 6px;
}
#globalNavi a:hover {
	border-top-color: #F60;
	border-top-style: solid;
	border-top-width: 2px;
	color: #F60;
	background-color: #FFF;
	background-image: none;
}
#globalNavi .selected a,
#globalNavi .selected a:hover {
	border-top-color: #F60;
	border-top-style: solid;
	border-top-width: 2px;
	background-color: #FFF;
	background-image: none;
}
#globalNavi span {
	font-size: 11px;
	font-weight: normal;
	color: #333;
}
li#naviHome {
	width: 70px;
}
li#naviKikendo,
li#naviKishou,
li#naviUryou,
li#sougouBousai,
li#naviKikendoTotatsu {
	width: 116px;
}
li#naviLink,
li#naviKaisetsu {
	width: 86px;
}


.h2_title {
	height: 30px;
	margin-bottom: 10px;
	background-image: url(../images/common/bg_h2_right.gif);
	background-position: right top;
	background-repeat: no-repeat;
}
.h2_title h2 {
	height: 23px;
	padding-top: 7px;
	padding-left: 15px;
	font-size: 16px;
	color: #FFF;
	line-height: 1.2;
	background-image: url(../images/common/bg_h2_left.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
h2 span {
	font-size: 11px;
	font-weight: normal;
	color: #FFF;
}
h3 {
	height: 25px;
	margin-bottom: 10px;
	padding-top: 8px;
	padding-right: 5px;
	padding-left: 5px;
	border-left-color: #039;
	border-left-style: solid;
	border-left-width: 7px;
	font-size: 15px;
	background-color: #DDD;
}
h4 {
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom-color: #CCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #039;
	border-left-style: solid;
	border-left-width: 7px;
	font-size: 15px;
	line-height: 1.1;
}


input,
select {
	vertical-align: middle;
}
input.buttonShort,
input.buttonMiddle,
input.buttonWide {
	width: 4em;
	padding-top: 4px;
	padding-bottom: 2px;
	line-height: 1.2;
	font-family: メイリオ, Meiryo, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif !important;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3"; /*for ie6*/
}
input.buttonMiddle {
	width: 7em;
}
input.buttonSmall {
	width: 3em;
	padding-top: 2px;
	padding-bottom: 0px;
}
input.buttonWide {
    width: 12em;
}

#mapToolForm {
	float: left;
	width: 412px;
	padding-top: 0px;
	margin-left: 8px;
	font-size: 12px;
}
#mapToolForm input,
#mapToolForm select {
	font-size: 12px;
	vertical-align: middle;
	margin: 0px;
}
@-moz-document url-prefix() {  /* for Firefox */
#mapToolForm input {
	height: 24px;
	padding-top: 0px;
}
}

.btnKirikae {
	display: inline;
}
a.btnKirikae img {
	background-color: #00F;
	vertical-align: middle;
}
a:hover.btnKirikae img {
	background-color: #F60;
}


table a {
	line-height: 1.2;
	display: block;
	text-decoration: underline;
}
.tableTdLeft,
.tableTdCenter,
.tableTdRight,
.tableTdJustify {
	width: 100%;
}
.tableTdLeft th,
.tableTdCenter th,
.tableTdRight th,
.tableTdJustify th,
.tableTdKikendo th,
.tableTdKikendoZone th,
.tableTdLeft td,
.tableTdCenter td,
.tableTdRight td,
.tableTdJustify td{
	padding: 3px 2px 1px;
	border: 1px solid #CCC;
	font-weight: normal;
	line-height: 1.3;
	text-align: center;
	word-wrap: break-word;
	word-break: break-all;
}
.tableTdKikendo td {
    height: 35px;
	padding: 3px 2px 1px;
	border: 1px solid #CCC;
	font-weight: normal;
	line-height: 1.3;
	text-align: center;
	word-wrap: break-word;
	word-break: break-all;
}
.tableTdKikendoZone td {
    height: 30px;
    padding: 3px 2px 1px;
    border: 1px solid #CCC;
    font-weight: normal;
    line-height: 1.3;
    text-align: center;
    word-wrap: break-word;
    word-break: break-all;
}
.tableTdLeft th,
.tableTdCenter th,
.tableTdRight th,
.tableTdJustify th,
.tableTdKikendo th,
.tableTdKikendoZone th {
    background-color: #EEE;
}
.tableTdLeft td {
	text-align: left;
}
.tableTdRight td {
	text-align: right;
}
.tableTdJustify td {
	text-align: justify;
	text-justify: inter-ideograph;
}
th.tableTextCenter,
td.tableTextCenter {
	text-align: center;
}
th.tableTextLeft,
td.tableTextLeft {
	text-align: left;
}
th.tableTextRight,
td.tableTextRight {
	text-align: right;
}
td.textJustify {
	text-align: justify;
	text-justify: inter-ideograph;
}
caption {
	padding-right: 10px;
	text-align: right;
}
th.noBorder,
td.noBorder {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
th.noBorderSide,
td.noBorderSide {
	border-right-style: none;
	border-left-style: none;
}
th.noBorderLeftSide,
td.noBorderLeftSide {
	border-left-style: none;
}
.tableNoBorder td {
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
th.bgRed,
td.bgRed {
	background-color: #F00;
}
th.bgPink,
td.bgPink {
	background-color: #F0F;
}
th.bgOrange,
td.bgOrange {
	background-color: #F90;
}
th.bgYellow,
td.bgYellow {
	background-color: #FF0;
}
th.bgGray,
td.bgGray {
	background-color: #EEE;
}


#kikendoShousai a {
	padding-top: 4px;
	_padding-top: 0px;
	color: #00F;
	display: block;
	text-align: center;
	text-decoration: none;
}
#kikendoShousai a:hover {
	color: #F60;
}

.shimachiClick,
.shimachiClickWide {
	height: 23px;
	padding-top: 2px;
	margin-top: 3px;
	color: #FFF;
	text-align: center;
	background-image: url(../images/common/bg_shimachi_click.gif);
	background-position: center top;
	background-repeat: no-repeat;
}
.shimachiClickWide {
	background-image: url(../images/common/bg_shimachi_clickwide.gif);
}
table#shimachiShousai th,
table#shimachiShousai td {
/*	padding-top: 2px;
	padding-bottom: 1px;
	font-size: 12px;
*/
}
#shimachiShousai a {
	color: #00F;
	display: inline;
	text-decoration: underline;
}
#shimachiShousai a:hover {
	color: #F60;
}

#shimachiShousai #zone {
	width: 40px;
}
#shimachiShousai #area {
	width: 70px;
}

.irowakeList {
	margin-bottom: 5px;
}
.irowakeListWide {
	margin-top: 10px;
}
.irowakeList li,
.irowakeListWide li {
	padding-left: 2px;
	margin-bottom: 2px;
	border-left-color: #999;
	border-left-style: solid;
	border-left-width: 14px;
	line-height: 1.1;
	list-style-type: none;
}
.irowakeListWide li {
	border-left-width: 40px;
}li.listRedStripe {
	padding-left: 16px;
	border: none;
	background-image: url(../images/common/bg_red_stripe_listhead.gif);
	background-position: left top;
	background-repeat: repeat-y;
}
li.listDeepPurple {
	border-left-color: #6C008C;
}
li.listLightPurple {
	border-left-color: #E62DFF;
}
li.listRed {
	border-left-color: #FF4600;
}
li.listPink {
	border-left-color: #F0F;
}
li.listOrange {
	border-left-color: #F60;
}
li.listYellow {
	border-left-color: #FFF500;
}
li.listGreen {
	border-left-color: #9F0;
}
li.listBlueDark {
	border-left-color: #00F;
}
li.listBlue {
	border-left-color: #66F;
}
li.listBlueLight {
	border-left-color: #9FF;
}
.tdDeepPurple {
	color: #FFF;
	background-color: #6C008C;
}
.tdLightPurple {
	color: #FFF;
	background-color: #E62DFF;
}
.tdRedStripe {
	text-shadow: 1px 1px 1px #FFF,-1px -1px 1px #FFF;
	background-image: url(../images/common/bg_red_stripe.gif);
}
.tdRed {
	color: #FFF;
	background-color: #FF4600;
}
.tdPink {
	color: #FFF;
	background-color: #F0F;
}
.tdOrange {
	background-color: #F60;
}
.tdYellow {
	background-color: #FFF500;
}

#message{
	color:#FF0000;
	font-size:12px;
}

a:link.legendKikend,
a:visited.legendKikend,
a:hover.legendKikend,
a:active.legendKikend{
    color: #000000 ;
    cursor: pointer;
}

/* LoadingPanel Setting */
.olControlLoadingPanel {
    background-image:url(../images/map/loading.gif);
    left: 47%;
    top: 47%;
    position: relative;
    width: 50px;
    height: 50px;
    background-position:center;
    background-repeat:no-repeat;
    display: none;
}
.socialMedia{
    margin: 0px 0px 5px 10px;
}

/* 自動更新ボタン@2012.03.16 */
#rirekiKoushinContainer {
	margin-bottom: 10px;
	font-size: 13px;
	line-height: 1.4;
}
#koushinBtn {
	width: 155px;
	border: 1px solid #CCC;
	background-color: #DDD;
	background-image: url(../Images/common/bg_gradation.gif);
	background-position: left top;
	background-repeat: repeat-x;
}
#koushinBtn td {
	padding: 2px;
	height: 24px;
}
td#koushinJidou,
td#koushinShudou {
	width: 60px;
}
td#koushin5fun {
	width: 35px;
	text-align: left;
}

#koushinBtn a {
	padding-top: 5px;
	padding-bottom: 3px;
	text-decoration: none;
	display: block;
}
#koushinJidou a,
#koushinShudou a {
	padding-left: 17px;
	color: #333;
	text-align: left;
	background-image: url(../Images/common/bg_koushin_dim.gif);
	background-position: center center;
	background-repeat: no-repeat;
}
#koushinJidou a.selected,
#koushinShudou a.selected,
#koushinJidou a:hover,
#koushinShudou a:hover {
	color: #FFF;
	background-image: url(../Images/common/bg_koushin_active.gif);
}


