@charset "utf-8";
/* CSS Document */

/*========ARTICLE========*/

.primary_content_wrap{
	margin:0 auto;
	margin-top:30px;
	width:980px;
	padding-bottom:50px;}
	
.wrapper{
	width:960px;
	padding:10px 10px 30px 10px;
	background-image:url(../images/bg_panel.png);
	background-position:left top;
	background-repeat:repeat;}

.article_left{
	float:left;
	width:590px;}

.title_page{
	background-image: url(../images/title_notice.png);
	width:100%;
	height: 120px;
    margin-bottom: 24px;
	background-position:left top;
	background-repeat:no-repeat;
	overflow:hidden;
	text-indent:-9999px;
	}
	
.title_page h1{
	display:block;
	text-indent:-9999px;}
	
.note{
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#D8D7CC;
	font-weight: bold;
	padding:10px 0px 10px 0px;}
	
.article_page{
	padding:0 30px;
	padding-bottom:20px;
	line-height:30px;}
	

	
.article_page p , .article_page div{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:26px;}
	
.article_page ul{}

.article_page li{
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#B3B2A9;
	line-height:22px;
	margin-bottom:5px;
	padding-bottom:5px;
	border-bottom:1px dotted #ccc;}
	
/*===表單設定===*/
.inquery_form{
	font-family:"微軟正黑體", Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#333;}
	
.textfield{
	width:168px;
	height:29px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#333;
	background-image:url(../images/bg_textfield.png);
	background-position:left bottom;
	background-repeat: repeat-x;
	background-color:#FFF;
	border: 1px solid #bbbbbb;}
	
.textfield_subject{
	width:350px;
	height:29px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#333;
	background-image:url(../images/bg_textfield.png);
	background-position:left bottom;
	background-repeat: repeat-x;
	background-color:#FFF;
	border: 1px solid #bbbbbb;}
	
.messagefield{
	width:430px;
	height:150px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#333;
	background-image:url(../images/bg_textfield.png);
	background-position:left bottom;
	background-repeat: repeat-x;
	background-color:#fff;
	border: 1px solid #bbbbbb;}
	
.form_btn{
	font-family:"微軟正黑體", Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#333;
	padding:0 30px;
	margin-top:10px;
	text-align:center;}
	
.verification{
	width:60px;
	height:29px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333;
	background-image:url(../images/bg_textfield.png);
	background-position:left bottom;
	background-repeat: repeat-x;
	background-color:#FFF;
	border: 1px solid #bbbbbb;}
	
.submit {
	width:81px;
	height:32px;
	margin-right:5px;
	font-family:"微軟正黑體", Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#fff;
	font-weight:bold;
	background-color:#be2a20;
	border-style:none;}
	
.submit:hover{
	background-color:#828282;
	cursor: pointer;}

.reset {
	width:81px;
	height:32px;
	font-family:"微軟正黑體", Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#FFF;
	font-weight:bold;
	background-color:#be2a20;
	border-style:none;}
	
.reset:hover{
	background-color:#828282;
	cursor: pointer;}
	
/*===右側區塊===*/
.article_right{
	position:relative;
	float:right;
	width:370px;
	/*height:450px;*/}
	
.article_lightbox{
	position: relative;
	width:590px;
	margin-top:20px;}
	
/*===淡出淡入照片===*/
	
.photo{
	position:relative;
	float:right;
	width:300px;
	height:451px;
	border:7px solid #9aa7c4}
	
.article_page strong{ background:url(../images/iten.png) no-repeat; padding:5px 0 5px 25px; font-weight:bold !important;}