/* 右邊選單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:#C00;
	font-size:180%;
	font-weight:900;
	border-bottom:1px dashed #F30;
	margin:0 0 10px 0;
}
/* 大標2 粉紅色文字+虛線 */
.DetailContainer .gTitle2, H2{
	color: #F30;
	font-size:150%;
	font-weight:900;
	border-bottom:1px dashed #630;
	margin:0 0 30px 0;
}

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

/* 圖縮放 */
.DetailContainer img{
	/*border:5px solid;
	border-color:#66C;*/
	margin:0px auto; /*圖置中*/
	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;*/
}
