@charset "utf-8";
/* CSS Document */

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #444444;
	margin: 0px;
}

//input{
//	color : #000000; /*文字色彩*/
//	font-size : 9pt; /*文字大小*/
//	background-color : #FFFFFF; /*右框*/
//	border: 1px solid #000000;
//	font-family: Arial, Helvetica, sans-serif;
//}
//select{
//	color : #000000; /*文字色彩*/
//	font-size : 9pt; /*文字大小*/
//	background-color : #FFFFFF; /*右框*/
//	border: 1px solid #000000;
//	font-family: Arial, Helvetica, sans-serif;
//}
#main{
	width: 950px;
	text-align: left;
}
#top{
	width: 922px;
	margin-right: auto;
	margin-left: auto;
}
#top a:link,
#top a:visited {
	color: #000000;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
#top a:hover,
#top a:active {
	color: #000000;
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
	background-color: #ff9600;
}
.topbg{
	background-image: url(../images/fontop_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 89px;
}
.topbtn{
	width: 420px;
	margin-top: 50px;
	margin-left: 315px;
}
#content{
	width: 950px;
	margin-bottom: 10px;
	margin-top: 15px;
}
#leftbox{
	float: left;
	width: 205px;
	margin-bottom: 10px;
	margin-right: 10px;
}
#rightbox{
	width: 735px;
	float: left;
}
.unitbox{
	margin-bottom: 20px;
}
.unitcon{
	margin-top: 6px;
	margin-right: 8px;
	margin-bottom: 6px;
	margin-left: 8px;
	text-align: justify;
}
.unitcon_s:link,
.unitcon_s:visited {
	color: #000000;
	text-decoration: underline;
	font-size: 12px;
	line-height: normal;
}
.unitcon_s:hover,
.unitcon_s:active {
	color: #666666;
	text-decoration: none;
	font-size: 12px;
	line-height: normal;

}
.unitcon_m:link,
.unitcon_m:visited {
	color: #000000;
	text-decoration: underline;
	font-size: 15px;
	line-height: normal;
}
.unitcon_m:hover,
.unitcon_m:active {
	color: #666666;
	text-decoration: none;
	font-size: 15px;
	
	line-height: normal;

}
.unitcon_l:link,
.unitcon_l:visited {
	color: #000000;
	text-decoration: underline;
	font-size: 15px;
	line-height: normal;
	font-weight: bold;
}
.unitcon_l:hover,
.unitcon_l:active {
	color: #666666;
	text-decoration: none;
	font-size: 15px;
	line-height: normal;
  font-weight: bold;
}
.unitconlist{
	text-align: left;
	margin-left: -30px;
	margin-top: 5px;
}
.unitconlist ul{
	font-weight: bold;
	color: #000000;
	list-style-type: none;
	text-align: left;
	list-style-position: outside;
}
.unitconlist ul li{
	font-weight: normal;
	color: #000000;
	padding-left: 10px;
	background-image: url(../images/icon_bkdot.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.unitconlist ul a:link,
.unitconlist ul a:visited {
	color: #000000;
	text-decoration: underline;
	font-size: 12px;
}
.unitconlist ul a:hover,
.unitconlist ul a:active {
	color: #000000;
	text-decoration: none;
	font-size: 12px;

}
.spbox{
	background-color: #f4f4f4;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #dadada;
	border-bottom-color: #dadada;
	margin-top: 8px;
	margin-bottom: 8px;
}
.login_box{
	font-size: 9pt;
	margin-bottom: 10px;
	font-weight: bold;
	color: #000000;
	margin-right: 5px;
	margin-left: 5px;
}
.login_box a:link,
.login_box a:visited {
	color: #000000;
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
}
.login_box a:hover,
.login_box a:active {
	color: #666666;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
.login_box span{
	font-weight: normal;
}
.spbox_btn{
	margin-top: 20px;
	margin-bottom: 20px;
}
.referbox{
	margin-bottom: 10px;
}
.referbox_tail{
	margin-bottom: 10px;
	margin-top: 20px;
	margin-left: 10px;
}
.searchbox{
	border: 1px solid #dfdfdf;
	padding: 5px;
	margin-top: 8px;
	margin-right: 8px;
	margin-bottom: 8px;
}
.point{
	margin-left: 10px;
	margin-top: 3px;
	margin-bottom: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.point a:link,
.point a:visited {
	color: #bb0a2a;
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
}
.point a:hover,
.point a:active {
	color: #bb0a2a;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
.commendbox{
	float: left;
	width: 55%;
	margin-bottom: 10px;
	margin-left: 0px;
}
.commendone{
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e2e2e2;
	margin-top: 12px;
	margin-right: 5px;
	margin-bottom: 12px;
	margin-left: 5px;
}
.commendonetxt_box{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
	padding-left: 12px;
}
.commendonetxt_box a:link,
.commendonetxt_box a:visited {
	color: #c32844;
	text-decoration: underline;
	font-size: 16px;
}
.commendonetxt_box a:hover,
.commendonetxt_box a:active {
	color: #c32844;
	text-decoration: none;
	font-size: 16px;
}
.commendonetxt_box strong{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
	color: #ff9600;
}
.commendonetxt_box strong a:link,
.commendonetxt_box strong a:visited {
	color: #ff9600;
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
}
.commendonetxt_box strong a:hover,
.commendonetxt_box strong a:active {
	color: #ff9600;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
.newsbox{
	float: left;
	width: 45%;
	margin-bottom: 10px;
}
.newsone{
	margin-left: 20px;
	margin-right: 10px;
}
.newsone_txt{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
	margin-left: 10px;
}
.newsone_txt ul{
	color: #444444;
	list-style-type: none;
	text-align: left;
	list-style-position: outside;
	padding-left: 0px;
	margin-left: 0px;
	*padding-left: 15px;
}
.newsone_txt li{
	color: #444444;
	list-style-type: underline;
	list-style-image: url(../images/icon_bkdot.gif);
}
.newsone_txt a:link,
.newsone_txt a:visited {
	color: #444444;
	text-decoration: underline;
	font-size: 12px;
}
.newsone_txt a:hover,
.newsone_txt a:active {
	color: #444444;
	text-decoration: none;
	font-size: 12px;

}

.newsshopbox{
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	background-image: url(../images/dotline.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 5px;
}

.shoptitle{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ff9600;
	background-image: url(../images/icon_bkdot.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
}
.shoptitle a:link,
.shoptitle a:visited {
	color: #ff9600;
	text-decoration: underline;
	font-size: 12px;
}
.shoptitle a:hover,
.shoptitle a:active {
	color: #ff9600;
	text-decoration: none;
	font-size: 12px;
}
.commandppl{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #a7a7a7;
}
.commandppl a:link,
.commandppl a:visited {
	color: #a7a7a7;
	text-decoration: underline;
	font-size: 12px;
}
.commandppl a:hover,
.commandppl a:active {
	color: #666666;
	text-decoration: underline;
	font-size: 12px;
}
.shopaddress{
	padding-left: 10px;
}
.morebox{
	text-align: left;
	margin-right: 10px;
	margin-bottom: 10px;
	color: #f39100;
}
.morebox a:link,
.morebox a:visited {
	color: #f39100;
	text-decoration: underline;
	font-size: 12px;
}
.morebox a:hover,
.morebox a:active {
	color: #f39100;
	text-decoration: none;
	font-size: 12px;
}
.tailbox{
	text-align: center;
}
.btn_org{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #ff9600;
}
.title_org{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	color: #ff9600;
}
.title_orgline{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: #ff9600;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e2e2e2;
	padding-left: 8px;
	padding-bottom: 5px;
}
.title_red{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: #bb0a2a;
	margin-bottom: 10px;
}
.listbox{
	margin-top: 10px;
	margin-left: 10px;
	padding: 10px;
	background-position: left center;
	margin-bottom: 10px;
}
.list_tdline{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e2e2e2;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
.list_tdline textarea{
	height: 150px;
	width: 450px;
	border: 1px solid #000000;
	font-family: Arial, Helvetica, sans-serif;
}
.list_infotitle{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 25px;
	font-weight: bold;
	height: 25px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #f8ad33;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e2e2e2;
	color: #000000;
	background-color: #f2f2f2;
	padding-left: 5px;
}
.list_infotop{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #f8ad33;
	color: #000000;
	background-color: #f2f2f2;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	padding-top: 2px;
	padding-bottom: 2px;
	height: 20px;
}
.list_morelist{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #666666;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #e2e2e2;
	padding: 5px;
}
.list_morelist a:link,
.list_morelist a:visited {
	color: #ff9600;
	text-decoration: none;
	font-size: 12px;
}
.list_morelist a:hover,
.list_morelist a:active {
	color: #ff9600;
	text-decoration: underline;
	font-size: 12px;
}
.list_morelist span {
	color: #a0a0a0;
	font-size: 12px;
}
.list_morelist span a:link,
.list_morelist span a:visited {
	color: #c32844;
	text-decoration: underline;
	font-size: 12px;
}
.list_morelist span a:hover,
.list_morelist span a:active {
	color: #666666;
	text-decoration: underline;
	font-size: 12px;
}
.listpagebox{
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 20px;
}
.listpagebox b{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #c32844;
}
.listpagebox a:link,
.listpagebox a:visited {
	color: #a0a0a0;
	text-decoration: none;
}
.listpagebox a:hover,
.listpagebox a:active {
	color: #444444;
	text-decoration: underline;
}
.list_tdtitle{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e2e2e2;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.list_tdtitle b{
	font-size: 12px;
	font-weight: normal;
	color: #c32844;
	font-family: Arial, Helvetica, sans-serif;
}
.subbox{
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
}
.subtitle{
	background-repeat: no-repeat;
	padding-left: 0px;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	line-height: 22px;
	height: 22px;
	background-position: left 5px;
}
.commendshop{
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e2e2e2;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 10px;
}
.shopmsg{
	margin-right: 30px;
}
.shopmsg a:link,
.shopmsg a:visited {
	color: #666666;
	text-decoration: underline;
	font-size: 12px;
}
.shopmsg a:hover,
.shopmsg a:active {
	color: #ff9600;
	text-decoration: underline;
	font-size: 12px;
}
.shopname{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 25px;
	font-weight: bold;
	color: black;
}





.shopimg{
	text-align: center;
	width: 160px;
}
.shopimg img{
	margin: 3px;
	padding: 5px;
	border: 1px solid #e2e2e2;
}
.shopmap{
	margin-left: 0px;
	margin-bottom: 10px;
	margin-top: 25px;
	margin-right: 0px;
	text-align: center;
}
#boxcomment{/* ===回文區=== */
	padding-bottom: 5px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}
.content_titlebox{
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
}
.content_titlebox a:link,
.content_titlebox a:visited {
	color: #c32844;
	text-decoration: none;
}
.content_titlebox a:hover,
.content_titlebox a:active {
	color: #c32844;
	text-decoration: underline;
}
.cttitle{
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	float: left;
	margin-right: 10px;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
}
.onecommentbox{
	margin-left: 10px;
}
.combox{
	padding: 10px;
	border: 1px solid #dadada;
	margin-top: 3px;
	margin-right: 10px;
	margin-bottom: 3px;
	margin-left: 10px;
}
.replybox{
	margin-left: 50px;
	margin-top: 8px;
	margin-bottom: 8px;
}
.comtxt{/* ===回文內容=== */
	color: #666666;
	width: 99%;
	margin-top: 5px;
	font-size: 12px;
	line-height: 18px;
}
/*
.coment_edit{
	color: #888787;
	width: 99%;
	margin-top: 1px;
	font-size: 11px;
	line-height: 18px;
	text-align: right;
	vertical-align: top;
}
.coment_edit a:link,
.coment_edit a:visited {
	font-size: 11px;
	line-height: 18px;
	color: #888787;
	text-decoration: underline;
}
.coment_edit a:hover,
.coment_edit a:active {
	font-size: 11px;
	line-height: 18px;
	color: #666666;
	text-decoration: underline;
}
*/
.comtitle{/* ===回文人=== */
	font-size: 12px;
	color: #999999;	
}
.comtitle a:link,
.comtitle a:visited {
	color: #ff9600;
	text-decoration: none;
}
.comtitle a:hover,
.comtitle a:active {
	color: #ff9600;
	text-decoration: underline;
}
#boxcomment_post{
	padding-bottom: 5px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}
#comment_post{
	margin-left: 20px;
}
#comment_post textarea{
	height: 100px;
	width: 550px;
	border: 1px solid #000000;
	font-family: Arial, Helvetica, sans-serif;
}
#comment_post b{
	color: #c32844;
	font-weight: normal;
}
.box_listreport{
	margin-right: 30px;
	text-align: right;
}
.box_report{
	text-align: right;
	margin-bottom: 10px;
	margin-right: 10px;
}
.line{
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: dashed;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #B9B9B9;
	border-left-color: #CCCCCC;
	height: 810px;
	text-align: left;
	vertical-align: top;
}
.text_blue{
	color: #002B5C;
}
.clear{
	clear: both;
}
