@charset "utf-8";
/* CSS Document */
* {
	margin: 0 0 0 0;
	padding: 0;
	font-size: 12px;
	color:#808080;
	line-height: 20px;
}
body,html {
	width:100%;
	height:100%;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	background-color:#000000;
}
img {
	border: none;
}
a:hover {
	color: #FF6600;
	text-decoration: none;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
/* 首頁
-------------------------------------- */
#contentWrapper {
	width:100%;
	height:100%;
	float:right;
}
#content {
	width: 100%;
	float:left;
}
#left_content {
	width: 226px;
	float:left;
}
	#left_content li{
		font-size:10px;
		color:#999999;
		text-align:left;
		background-color:#333333;
		margin-left:65px;
		margin-right:15px;
		margin-top:2px;
		padding-top: 2px;
		padding-right: 0px;
		padding-bottom: 2px;
		padding-left: 0px;
		list-style: none;
	}
	
#right_content {
	float:left;
	text-align:left;
}
	#right_content #blogall{
		overflow: auto !important;
		padding:15px;
	}
	#right_content #blog1{
		width: 170px;
		float: left;
	}
	#right_content #blog2{
		width: 430px;
		float: left;
	}
	#right_content #photoall{
		padding:7px;
	}
	#right_content #photo1{
		font-weight:bold;
		text-align:left;
		width:100px;
		float:left;
	}
	#right_content .sitemap{
		width:189px;
		background-color:#161616;
		padding-left:10px;
		padding-top:5px;
		padding-bottom:5px;
		margin-top:10px;
	}
	#right_content .sitemap_s{
		background:url(../images/map_1.gif);
		background-repeat:no-repeat;
		width:180px;
		height:24px;
		padding-top:10px;
		padding-left:20px;
	}
	#right_content .sitemap_s2{
		background:url(../images/map_2.gif);
		background-repeat:no-repeat;
		width:180px;
		height:24px;
		padding-top:10px;
		padding-left:20px;
	}
/* 頁尾
-------------------------------------- */
#footer {
	float:left;
	clear:both;
	width: 1200px;
	height: 40px;
}
	#footer p{
	font-size:14px;
	color:#fff;
	}
	#footer p a{
	color:#fff;
	}
	#footer p a:hover{
	color:#7fc4d8;
	}
