@charset "utf-8";
/* CSS Document */
*{font-family:"新細明體", "PMingLiU" , Arial;}


body {
	font-family: Arial, "新細明體";
	font-size: 13px;
	line-height: 23px;
	color: #333333;
	margin: 0px;
	padding: 0px;
}
.popwindow{
	background-color: #FFF;
	border: 15px solid #DFDFDF;
	font-family: Arial, "新細明體";
	font-size: 13px;
	color: #5a5a5a;
	margin-bottom: 20px;
	line-height: 22px;
}
.popwindow a{
	color: #03558f;
	text-decoration: underline;
}
.popwindow a:hover{
	color: #000;
	text-decoration: none;
}
.popwindow ul{
	padding: 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 10px;
}
.popwindow li{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	list-style-type: none;
	margin-left: 25px;
	list-style-image: url(../images/icon-point08.gif);
	padding-top: 5px;
	line-height: 28px;
}
.popwindow li li{
	list-style-type: none;
	margin-left: 25px;
	padding-top: 5px;
	line-height: 25px;
	list-style-image: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	color: #297d92;
}
.popwindow-title{
	background-color: #2ba4c3;
	padding: 10px;
	display: block;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
} 
.popwindow-notearea{
	margin: 20px;
	border: 1px dotted #666666;
	display: block;
	padding: 10px;
	background-color: #d3ebf1;
}
.popwindow-note{
	font-size: 13px;
	font-weight: bold;
	color: #22839B;
}
