body{
	text-align: center;
	background-repeat: repeat;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	background-position: center top;
	background-color: #2F2F2F;
	background-image: url(images/bg.jpg);
}
/*layout*/
#warp{
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	}
	
#header{
	height: 20px;
	width: 895px;
	float: left;
	font-size: 13px;
	color: #2D2D2D;
	text-align: right;
	font-family: Arial, "新細明體-ExtB";
	background-color: #FFF;
	padding-top: 5px;
	padding-right: 5px;
}

#Content {
	width: 900px;
	background-position: center top;
	float: left;
	font-family: Arial, "新細明體-ExtB";
	font-size: 13px;
	color: #FFF;
	background-image: url(images/C_BG.jpg);
	text-align: left;
	background-repeat: no-repeat;
	min-height: 850px;
	padding-bottom: 30px;
	padding-top: 30px;
}

#Content2 {
	width: 900px;
	float: left;
	text-align: left;
	height: 850px;
	background-color: #000;
	opacity: 0.3;
	-moz-opacity: 0.3;　/* 數值為0~1 */
	filter:alpha(opacity=30);　/* 數值為0~100 */
	position:absolute;

}

#footer{
	text-align: center;
	height: 80px;
	width: 100%;
	font-size: 12px;
	font-style: normal;
	color: #fff;
	font-family: Arial, "新細明體-ExtB";
	text-decoration: none;
	padding-top: 5px;
	float: left;
	background-image: url(images/f_bg.jpg);
	background-repeat: repeat;
	background-position: center top;
}
#footer a:link {
	color: #FFF;
	text-decoration: none;
	font-family: Arial, "新細明體-ExtB";
}
#footer a:hover {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
	text-decoration: none;
	font-family: Arial, "新細明體-ExtB";
}
#footer a:visited {
	color: #FFF;
	text-decoration: none;
	font-family: Arial, "新細明體-ExtB";
}
#footer a:active {
	color: #FFF;
	text-decoration: none;
	font-family: Arial, "新細明體-ExtB";
}
.line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}

.block1 {
	margin-top: 10px;
	padding: 10px;
	border: 1px solid #CCC;
}
.block2 {
	width: 620px;
	margin-left: 150px;
}
p {
	line-height: 25px;
}

.topic {
	font-size: 30px;
	color: #FB0600;
	font-weight: bolder;
	line-height: 35px;
}
#warp #Content p .title1 a:link {
	color: #FFF;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
}
.title1 {
	color: #FC3;
}

.title2 {
	color: #FB6400;
	font-size: 16px;
	font-weight: bolder;
	margin-top: 10px;
}
#detail {
	float: right;
	height: 130px;
	width: 167px;
	margin-right: 20px;
	background-image: url(images/detail.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 150px;
	padding-right: 10px;
	padding-left: 20px;
	font-size: 12px;
	color: #FBD8B5;
}
#detail a{
	color: #fbd8b5;
	text-decoration: underline;
}
#detail a:hover{
	color: #FDE9D5;
}

ul.show_photo{
	width:700px;
	margin:0;
	display:inline-block;
}

li.photo{
	padding:5px;
	margin:0px;
	text-align:center;
	display:inline-block;
}

.photo img{  
	padding:2px;
	height:60px;
	background-color:#FFF;
	border:1px solid #aaa;
	margin:0px; 
	vertical-align: middle;
}