@charset "EUC-JP";

/* -----------------------------------
    汎用クラス
   ----------------------------------- */

a:hover img,
#kikendoLeftColumn:hover {
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	transition: all 0.3s 0s;
	-webkit-transition: all 0.3s 0s;
}

.marginTop5px {
	margin-top: 5px !important;
}
.marginTop10px {
	margin-top: 10px !important;
}

.marginBottom2px {
	margin-bottom: 2px !important;
}
.marginBottom5px {
	margin-bottom: 5px !important;
}
.marginBottom10px {
	margin-bottom: 10px !important;
}

.marginLeft10px {
	margin-left: 10px !important;
}
.marginLeftRight5px {
	margin-left: 5px !important;
	margin-right: 5px !important;
}

.paddingTop4px {
	padding-top: 4px !important;
}
.paddingRight10px {
	padding-right: 10px !important;
}
.paddingRight30px {
	padding-right: 30px !important;
}

.paddingLeft10px {
	padding-left: 10px !important;
}

.width2em {
	width: 2em !important;
}


/* -----------------------------------
   07. Main Contents Container
 * ----------------------------------- */

#mainTitleContainer {
	padding: 3px;
	margin-top: 5px;
}


/* -----------------------------------
   ヘッダー
 * ----------------------------------- */

#informationBarMapWide {
	position: fixed;
	top: 0;
	height: 31px;
	width: 98%;
	padding: 0px;
	text-align: center;
	background: url(../images/common/bg_infobar.png) repeat-x bottom;
	background-image: url(../images/common/bg_infobar.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

#headerMapWide {
	position: relative;
}
#headerLeft,
#headerRight {
	margin-top: 31px;
	position: absolute;
	top: 0px;
}
#headerRight {
	right: 0px;
}
#headerCenter {
	background-image: url(../img/common/h1_header_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin-top: 31px;
	height: 40px;
	width: 100%;
}


/* -----------------------------------
   見出し
 * ----------------------------------- */

#hanreiContainer h2 {
	color: #FFF;
	background-color: #666;
	font-size: 13px;
	text-align: center;
	line-height: 1.2;
	padding-top: 5px;
	padding-bottom: 3px;
	margin-bottom: 3px;
	padding-right: 3px;
	padding-left: 3px;
	border-radius: 4px;
}
#hanreiContainer h3 {
	margin-top: 10px;
	margin-bottom: 5px;
	border-bottom-color: #000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	font-size: 108%;
}
.boder-bottom {
    border-bottom: 1px solid #000000;
    margin-bottom: 10px;
}

/* -----------------------------------
   Tab Link
 * ----------------------------------- */

.innerTab {
	margin-top: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.innerTab li {
	float: left;
	margin-right: 2px;
	display: inline-block;
	zoom: 1;
}
.innerTab a {
	padding: 5px 10px 2px;
	color: #000;
	line-height: 1.2;
	text-decoration: none;
	display: block;
	text-align: center;
	background-color: #CCC;
	background-image: url(../img/common/bg_gradation1.png);
	background-position: left top;
	background-repeat: repeat-x;
	border-radius: 6px 6px 0px 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-left-color: #CCC;
}
.innerTab a:visited {
	color: #000;
}
.innerTab a:hover,
.innerTab .selected a  {
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	border-left: 1px solid #999;
	color: #FFF;
	background-color: #333;
	background-image: none;
}


/* -----------------------------------
   Map ShortCut
 * ----------------------------------- */

#mapShortCut {
	font-size: 12px;
}
#mapShortCut a {
	height: auto;
	width: auto;
	background-image: url(../img/common/bg_gradation1.png);
	background-repeat: repeat-x;
	background-position: left top;
	text-decoration: none;
	padding-top: 4px;
	padding-bottom: 1px;
	padding-right: 3px;
	padding-left: 3px;
	color: #000;
}
#mapShortCut a:hover {
	border: 1px solid #F60;
	color: #F60;
}
#mapShortCut a:active {
	border: 1px solid #F00;
}
#mapShortCut li.selectedShortcut a:hover,
#mapShortCut li.selectedShortcut a {
	border: 1px solid #00F;
	color: #00F;
}
#mapShortCut li a span {
	font-size: 11px;
}
#mapShortCut li.one-low a {
    padding-top: 10px;
    padding-bottom: 10px;
}

/* -----------------------------------
   テーブルセルの色変え
 * ----------------------------------- */

.bgRed {
	color: #FFF;
	background-color: #F00;
}
.bgOrange {
	background-color: #F90;
}
.bgYellow {
	background-color: #FF0;
}
.bgPink {
	background-color: #F0F;
	color: #FFF;
}
.bgLightGray {
	background-color: #EEE;
}

/* 土砂災害降雨危険度凡例 */
.bgLv1 {
	background-color: #FAD200;
}
.bgLv2 {
	background-color: #FF2800;
	color: #FFF;
}
.bgLv3 {
	background-color: #C80BFF;
	color: #FFF;
}
.bgLv4 {
	background-color: #6C008C;
	color: #FFF;
}
.bgLvOther {
	background-image: url("../img/hanrei/pic_hanrei_taishougai3.png");
	background-position: left top;
	background-repeat: no-repeat;
	background-size: contain;
	text-shadow: 1px 1px 1px white, -1px 1px 1px white, -1px -1px 1px white, 1px -1px 1px white;
}

/* 凡例*/
.bg060-border1 { background-color: #FFFF00 !important; }
.bg060-border2 { background-color: #FF9900 !important; }
.bg72h-border1 { background-color: #FF9900 !important; }
.bg72h-border2 { background-color: #FF0000 !important; color: #FFFFFF; }

/* -----------------------------------
   ボタン
 * ----------------------------------- */

a.basicBtn,
a.basicBtnDisabled,
a.basicBtn:disabled {
	margin-right: 1px;
	margin-left: 1px;
	border: 1px solid #CCC;
	color: #00F;
	line-height: 1.2;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	background-color: #CCC;
	background-image: url(../img/common/bg_gradation1.png);
	background-position: left top;
	background-repeat: repeat-x;
	border-radius: 4px;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
a.basicBtn:visited {
	color: #00F;
}
a.basicBtn:hover,
a.basicBtnDisabled:hover,
a.basicBtn:disabled:hover {
	border: 1px solid #F60;
	color: #F60;
}
.btnContainer {
    margin-top: 5px;
    margin-bottom: 10px;
    text-align: center;
}

a.basicBtnDisabled,
a.basicBtn:disabled,
a.basicBtnDisabled:visited,
a.basicBtn:disabled:visited,
a.basicBtnDisabled:hover,
a.basicBtn:disabled:hover {
	color: #A0A0A0;
	border: 1px solid #CCC;
	cursor: default;
}


/* -----------------------------------
   その他
 * ----------------------------------- */

.caption {
	font-size: 12px;
	margin-top: 5px;
	line-height: 1.2;
}
p.footNote,
.footNote p,
.footNote li {
	padding-left: 0.5em;
	text-indent: -0.5em;
}
