/* 右邊選單DIV */
.gMenu{
	float:right;
	width: 180px;
	height:600px;
	/*float:left;*/
	border-left:1px dashed #066;
	overflow:auto;
	background-color:#FC9
}

.list-side li {
	list-style-type:none;
	margin: -5px 0px 20px -35px;
	border-bottom:1px dashed #066;
}
.list-side li A:link,.list-side A:visited,.list-side A:active  {
	font-size:16px;
	font-weight:200;
	color: #600;
	text-decoration: inherit;
}
.list-side li A:hover {
	/*font-size:16px;
	font-weight: 600;
	text-decoration: inherit;
	*/
	color:#FFC;
	background-color:#600;
	

}

.ymd {
	color:#03C;
}

/* 左邊邊內崁DIV */
.gWindows{
	width: 650px;
	/*float:right;*/
	float:left;
}


/* 本會榮耀文章內容設定 */
/* 右邊文章屬性設定 */
.DetailContainer{
	/*float:right;
	width: 650px;
	border: 1px solid #f27768;*/
	padding:10px 10px 0 10px;
	text-align:center;
	overflow:hidden;
}


/* 大標 深紅色文字+虛線 */
.DetailContainer .gTitle, H1{
	color:rgb(150, 0, 0);
	font-size:180%;
	font-weight:900;
	border-bottom:1px dashed rgb(150, 0, 0);/**/
	margin:0 0 10px 0;
}
/* 大標2 粉紅色文字+虛線 */
.DetailContainer .gTitle2, H2{
	color: rgb(0, 3, 179);
	font-size:115%;
	/*font-weight:900;
	border-bottom:1px dashed #630;*/
	margin:0 0 5px 0;
}

.DetailContainer table{text-align: left; margin: 30px ;}
.td1, .td2{padding-bottom: 20px;}
.td1{vertical-align:text-top;width: 132px;}

/* 文字左右對齊 */
.justify {
	text-align: justify;
	text-justify: inter-ideograph;
	-ms-text-justify: inter-ideograph; /*IE9*/
	-moz-text-align-last:justify; /*Firefox*/
	-webkit-text-align-last:justify; /*Chrome*/
}
.justify:after {
	content: '';
	display: inline-block;
	width: 100%;
}


/* 框 說明文字 顏色 */
.DetailContainer .gArticle{
	border:1px solid;
	border-color:#600;
	margin:10Px 0 ;
	padding:20px;
	color:#030;
	font-size:130%;
	text-align:left;
}

/* 圖縮放 */
.DetailContainer img{
	/*border:5px solid;
	border-color:#66C;*/
	margin:20px auto 0px ; /*圖置中*/
	display:table-cell;/*圖置中*/
	width: auto;
	height : auto;
	max-height: 100%;
	max-width: 100%;

	/*max-width:616px; 
	width:expression(document.body.clientWidth>616?"616px":"auto");
	overflow:hidden;*/
}
