/*一般連結效果*/
A:link {
	color: #AFF300;
	text-decoration:underline;
	}
A:visited {
	color: #AFF300;
	text-decoration:underline;
	}
A:active {
	color: #FFD200;
	text-decoration:none;
	}
A:hover {
	color: #FFD200;
	text-decoration:none;
	}

body {
	margin:0px;
	background-image:url('images/bg.gif');
	}
	
body,p,td {
	font-family:Verdana,arial,新細明體;
	}

/*選單連結效果*/
.menu_bg {
	background-image:url('images/menu_bg.gif');
	width:175px;
	height:100%;
	vertical-align:top;
	padding-bottom:40px;
	}

.menu A {
	line-height:25px;
	padding-left:30px;padding-right:10px;
	font-size:12px;
	color:#57D2FF;
	}

.menu A:link {
	color: #57D2FF;
	text-decoration:none;
	}
.menu A:visited {
	color: #57D2FF;
	text-decoration:none;
	}
.menu A:active {
	color: #DEF6FF;
	text-decoration:none;
	}
.menu A:hover {
	color: #DEF6FF;
	text-decoration:none;
	}


	
/*內文*/
.content_bg {
	padding:20px 0px 20px 20px;
	background-color:#424242;
	color:#DFDFDF;
	font-size:12px;
	width:525px;
	height:100%;
	vertical-align:top;
	}
	
.content {
	padding-right:20px;
	}
	
.content p {
	margin:6px 0px 6px 0px;
	line-height:22px;
	}
	
.title {
	font-size:13px;
	font-weight:bold;
	color:#FFFFFF;
	margin-bottom:20px;
	float:left;
	}
	
.link_title {
	font-size:13px;
	font-weight:bold;
	margin-top:20px;
	}

/*作品集設定*/

.work {
	float:left;
	width:170px;
	height:220px;
	margin-right:25px;
	margin-left:25px;
	}
	
	
.work #img {
	text-align:center;
	}	

.work #img img {
	border:1px solid #000000;
	}	
	
.work_title {
	margin:4px;
	text-align:center;
	color:#AFF300;
	}
	
.work_des {
	font-size:11px;
	line-height:16px;
	}
	
.work_des1 {
	font-size:11px;
	color:#8E8E8E;
	line-height:16px;
	}
	
.work_des1 A:link {
	font-size:11px;
	color:#8E8E8E;
	line-height:16px;
	text-decoration:underline;
	}
	
.work_des1 A:visited {
	font-size:11px;
	color:#8E8E8E;
	line-height:16px;
	text-decoration:underline;
	}
	
.work_des1 A:hover {
	font-size:11px;
	color:#8E8E8E;
	line-height:16px;
	text-decoration:none;
	}
	
/*頁碼*/
.pagecount {
	width:245px;
	float:right;
	margin-bottom:5px;
	}

.pagecount1 {
	font-size:11px;
	color:#FFFFFF;
	height:15px;
	background-color:#00BBFF;
	border:1px solid #DFDFDF;
	text-align:center;
	font-weight:bold;
	line-height:15px;
	margin:2px;
	float:left;
	}

	
.pagecount2 {
	font-size:11px;
	height:15px;
	border:1px solid #CCCCCC;
	text-align:center;
	line-height:15px;
	margin:2px;
	float:left;
	}
	
.pagecount2 a {
	display:block;
	}
	
	
.pagecount2 a:link {
	color:#4F4F4F;
	background-color:#969A68;
	text-decoration:none;
	}
	
.pagecount2 a:visited {
	color:#4F4F4F;
	background-color:#969A68;
	text-decoration:none;
	}
	
.pagecount2 a:active {
	color:#7E7E7E;
	background-color:#FFD200;
	text-decoration:none;
	}
	
.pagecount2 a:hover {
	color:#7E7E7E;
	background-color:#FFD200;
	text-decoration:none;
	}


	
/*版權說明*/
.footer {
	background-color:#000000;
	text-align:right;
	font-size:11px;
	color:#737373;
	clear:both;
	width:100%;
	height:30px;
	line-height:30px;
	}