td {
	font-size: 13px;
}

a {
	color: #0000ff;
	text-decoration: none;
}
a:hover {
	color: red;
	text-decoration: underline;
}

div#main {
	width: 850px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
}

/* ﾄｯﾌﾟﾍﾟｰｼﾞ - ﾊﾞﾘｱﾌﾘｰﾘﾝｸ */
.barrierfree_link {
	line-height: 1em;
	text-align: right;
	font-size: 12px;
	color: #31a731;
	padding: 0px 8px 1px 0px;
}
.barrierfree_link a {
	color: #31a731;
}
.barrierfree_link a:hover {
	color: #ff0000;
	text-decoration : underline;
}

/* ﾄｯﾌﾟﾍﾟｰｼﾞ - 注意報警報 */
.attention_title {
	padding: 2px 0px 0px 3px;
}
.attention_back {
	background: url("../image/attention_back.gif") repeat-x top;
	vertical-align: top;
	padding: 1px 5px 1px 0px;
}
.attention_text {
	font-size: 12px;
	color: #ff0000;
	vertical-align: middle;
	padding: 3px 5px 2px 0px;
}

/* ﾄｯﾌﾟﾍﾟｰｼﾞ - ﾒﾆｭｰ */
.sidemenu {
	padding: 0px;
	margin: 0px 0px 3px 0px;
	border-color: #0c419a;
	border-width: 1px;
	border-style: solid;
}
.sidemenu p#title {
	background: url(../image/menu_back.gif) repeat-x top;
	margin: 0px;
	padding: 3px 0px 0px 0px;
	height: 18px;
	text-align: center;
	font-size: 0;
}
.sidemenu ul {
	padding: 1px 5px 0px 8px;
	margin: 0px;
}
.sidemenu li {
	list-style: none;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}
.sidemenu li ul {
	padding: 0px;
	margin-left: 12px;

}
.sidemenu li ul li {
	list-style: none;
	font-weight: normal;
	font-size: 12px;
	text-align: left;
	padding-left:10px;
	line-height: 1.1em;
	background:url('../image/menu_list.gif') left top no-repeat;
}

.dot_line {
	background: url("../image/dot_line.gif") repeat-x top;
	margin: 2px 3px 3px 3px;
	height: 1px;
	font-size: 0;
}

/* ﾄｯﾌﾟﾍﾟｰｼﾞ - 天気予報 */
.tenki_day {
	font-size: 11px;
	font-weight: bold;
	padding: 2px 0px 0px 5px;
	text-align: left;
}
.tenki_img {
	padding: 1px 0px 1px 15px;
}
.tenki_temp {
	font-size: 11px;
	text-align: center;
}
.tenki_maxtemp {
	color: #ff0000;
}
.tenki_mintemp {
	color: #0000ff;
}
.tenki_raint {
	font-size: 10px;
	text-align: left;
	padding: 0px 2px 0px 3px;
}
.tenki_rain {
	font-size: 9px;
	text-align: right;
	padding: 0px 3px 0px 0px;
}

/* ﾄｯﾌﾟﾍﾟｰｼﾞ - 地図 */
div#map_top {
	position: relative;
	width: 685px;
	height: 750px;
	padding: 1px;
	border-color: #b4b4b4;
	border-width: 1px;
	border-style:solid;
}
.map_base {
	position: absolute;
	z-index: 0;
	left: 1px;
	top: 1px;
}
.map_comment1 {
	position: absolute;
	z-index: 1;
	left: 4px;
	top: 3px;
}
.map_comment2 {
	position: absolute;
	z-index: 1;
	left: 215px;
	top: 5px;
}
.map_line {
	position: absolute;
	z-index: 1;
	left: 1px;
	top: 1px;
}
.map_camera {
	position: absolute;
	z-index: 3;
	left: 1px;
	top: 1px;
}
.map_item {
	position: absolute;
	z-index: 4;
	left: 1px;
	top: 1px;
	cursor: pointer;
}
.map_guide {
	position: absolute;
	z-index: 2;
	left: 3px;
	top: 625px;
}

/* ﾎﾟｯﾌﾟｱｯﾌﾟ */
div#popup {
	position:absolute;
}

.kisei_popup {
	background-color: #ee0000;
	width: 300px;
}
.kisei_popup_title {
	background: url("../image/kisei_title.gif") repeat-x top;
	vertical-align: top;
	padding: 2px 3px 0px 3px;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	white-space: nowrap;
	text-shadow: 0px 0px 3px #202020;
}
.kisei_popup_td1{
	background-color: #ffe8e8;
	font-size: 11px;
	text-align: center;
	white-space: nowrap;
	padding: 4px 2px 2px 4px;
}
.kisei_popup_td2{
	background-color: #ffffff;
	font-size: 11px;
	text-align: left;
	padding: 4px 2px 2px 4px;
}

.point_popup {
	background-color: #0000ee;
	width: 162px;
}
.point_popup_title {
	background: url("../image/point_title.gif") repeat-x top;
	vertical-align: top;
	padding: 2px 3px 0px 3px;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	white-space: nowrap;
	text-shadow:0px 0px 3px #202020;
}
.point_popup_camera {
	border: none;
	width: 160px;
	height: 120px;
}
.point_popup_td0{
	background-color: #b0d8ff;
	font-size: 11px;
	text-align: right;
	padding: 2px 6px 0px 4px;
}
.point_popup_td1{
	background-color: #e1f0ff;
	font-size: 11px;
	text-align: center;
	white-space: nowrap;
	padding: 4px 2px 2px 4px;
}
.point_popup_td2{
	background-color: #ffffff;
	font-size: 11px;
	text-align: right;
	padding: 4px 6px 2px 4px;
}

/* 通行規制情報 */
.kisei_date {
	text-align: center;
	padding: 5px 0px 5px 0px;
	font-size: 15px;
	font-weight:bold;
	color: #000000;
}
.kisei_non {
	text-align: center;
	padding: 60px 0px 60px 0px;
	font-size: 15px;
	color: #000000;
}
.kisei_td1 {
	text-align: left;
}
.kisei_td2 {
	text-align: center;
}


.map_title {
	border-color: #404040;
	border-width: 1px;
	border-style: solid solid none solid;
	text-align: center;
	padding: 5px 0px 5px 0px;
	font-size: 15px;
	color: #0000ff;
	background-color:
	#ffffe6;
}
.contents_title {
	font-size: 22px;
	font-weight: bold;
	color: #008080;
}

/* お知らせ */
.nottice_box {
	width: 453px;
	height: 115px;
	overflow: auto;
	background-color: #f5f5f5;
}
.notice_text {
	font-size: 11px;
	color: #e14900;
}

/* 道路気象コメント */
.jwa_commnet_title {
	background: url("../image/title_back.gif") repeat-x top;
	vertical-align: top;
	padding: 2px 3px 2px 3px;
}
.jwa_commnet_box1 {
	width: 848px;
	height: 36px;
	overflow: auto;
}
.jwa_commnet_box2 {
	width: 848px;
	height: 62px;
	overflow: auto;
}
.jwa_commnet_text {
	padding: 5px 5px 5px 5px;
	font-size: 12px;
}

.message1 {
	font-size: 13px;
	color: #008837;
	text-align: left;
}

.message2 {
	font-size: 16px;
}

.menu_name {
	font-size: 11px;
}

.guide_name {
	font-size: 11px;
}

/* 降雪/凍結予測 */
.tab_td {
	border-color: #404040;
	border-width: 1px;
	border-style: none solid solid solid;
	background-color: #ccffff;
	text-align: center;
	vertical-align: middle;
	margin-top: 5px;
	padding: 5px 0px 3px 0px;
	font-size: 12px;
	cursor: pointer;
}
.snowtime {
	text-align: left;
	font-size: 15px;
	font-weight: bold;
	color: #008080;
}
.snowmark {
	width: 40px;
	height: 40px;
}
.snowmark_posi {
	position: absolute;
	z-index: 1;
}
.comment {
	color: #008080;
}
.time_title {
	border-color: #000099;
	border-width: 1px;
	border-style: solid solid none solid;
	background: url("../image/time_back.gif") repeat-x top;
	vertical-align: top;
	padding: 3px 0px 2px 0px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
}
.freeze_guide {
	font-size: 12px;
}

.secom {
	padding: 5px 0px 0px 10px;
	font-size: 11px;
	vertical-align: top;
	text-align: left;
}

