﻿@charset "utf-8";
.font12_b {
	font-size: 12px;
	line-height: 18px;
	color: #666666;
}
.title {
	font-size: 13px;
	line-height: 15px;
	font-weight: bold;
	color: #174E91;
}
.font_link_b {
	font-size: 12px;
	line-height: 18px;
	color: #008FE2;
	text-decoration: underline;
}
.font_11_b {
	font-size: 11px;
	line-height: 15px;
	color: #666666;
}
.fone_weather {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
}

/***** a 連結變色() 開始**************************/

A.font12_b:link {
	COLOR: #666666; TEXT-DECORATION: none
}
A.font12_b:visited {
	COLOR: #666666; TEXT-DECORATION: none
}
A.font12_b:hover {
	COLOR: #075BB6; TEXT-DECORATION: underline.footer_line {
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #1B70A7;
}
.footer_line {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E8E8E8;
}

/*------------------------------------- LightBox --------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #82786f;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#7ab800;
}

#TB_window a:link, #TB_window a:visited, #TB_window a:active, #TB_window a:focus
{
	color: #7ab800; 
	text-decoration: none; 
	outline: none;
	}
#TB_window a:hover {color: #82786f; }

#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {	
	background-color:#000;
	filter:alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;}

.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	text-align:left;
	top:15% \9; /* ie8 hack */
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
	position: absolute;
	margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || 	document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	border-style: none;
	filter:shadow(color=red,direction=225);
}

#TB_Bottom
{
	float:left;
	border-bottom:solid 1px #b1b1b1;
	border-left:solid 1px #b1b1b1;
	border-right:solid 1px #b1b1b1;
	}

#TB_caption 
{
	float:left;
	padding:5px 30px 0px 10px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #1e1e1e;
	background-image: url(../images_v2/LightboxBg.gif);
	background-repeat:repeat-x;
	min-height:18px;
}

#TB_caption a:hover
{
	font: 12px Arial, Helvetica, sans-serif;
	color: #82786f;
	}

#TB_closeWindow 
{
	cursor:hand;
	width:34px;
	height:24px;
	float:right;
	background-image: url(../images_v2/LightboxClose.gif);
	background-repeat: no-repeat;
}

#TB_closeWindow:hover 
{
	cursor:hand;
	width:34px;
	height:24px;
	float:right;
	background-image: url(../images_v2/LightboxCloseLite.gif);
	background-repeat: no-repeat;
}

#TB_CloseWindowV2
{
	width: 39px;
	height: 33px;
	position: absolute;
	top: -16px;
	right: -19px;
	background: url(/images_v2/media/close.png) no-repeat 0 0;
	overflow: hidden;
	text-indent: -10000px;
	cursor: pointer;
	z-index: 1103;
	_width: 27px;
	_height: 21px;
	_top: -10px;
	_right: -13px;
	_display: block !important;
	_background: url(/images_v2/media/close.gif) no-repeat 0 0;
	}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}



