/*--------------------------------------
author: 游逸群(Qun)
mail: dendrobimu@mail2000.com.tw
--------------------------------------*/
/*=========================================
	全站段落樣式
=========================================*/
a {
	text-decoration: none;
	color: #B8A25F;
}
a:hover {
	color: #CCCCCC;
}
h1 {
	padding-top: 10px;
	padding-bottom: 0px;
	margin-top: 10px;
	margin-bottom: 0px;
}
h2 {
	margin: 0px;
}
h3 {
	letter-spacing: 1px;
	margin-top: 2px;
	margin-bottom: 2px;
	font-size: 14px;
}
h4 {
	padding-top: 1px;
	padding-bottom: 2px;
	margin-top: 1px;
	margin-bottom: 2px;
}
.red {
	color: #FF9900;
}
.black a:link{
	color: #000000;
}
.black a:hover{
	color: #333333;
}
.black a:visited{
	color: #000000;
}

p {
	font-size: 12px;
	color: #FFFFFF;
	line-height:1.6em;
	margin: 0px;
	padding: 0px;
}
/*=========================================
	頁面編排
=========================================*/
/* clumbs */
.clumbs{
	color: #FFFFFF;
}
.clumbs a{
	color: #FFFFFF;
}
/* title_bg */
.title_bg{
	background-image: url(/images/index/index_06.jpg);
}
/* sub category */
#sub_category{
	padding-left: 8px;
	float: left;
	padding-bottom: 5px;
	font-weight: bold;
}
#sub_category a{
	color: #B8A25F;
	font-size: 14px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
}
#sub_category a:hover{
	color: #CCCCCC;
}
.img_border img{
	border: 1px solid #FFFFFF;
}
/*store send*/
.store_sent{
	background-image: url(/images/store/data_stamp_13.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.store_sent h3{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}
.store_sent input{
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #CCCCCC;
	background-position: center;
}
/*album list*/
.album_list{
	float: left;
	padding-right: 12px;
	margin-right: 12px;
	height: 130px;
	width: 158px;
}
/*wall paper*/
.wallpaper_list{
	float: left;
	padding-right: 10px;
	height: 180px;
	width: 160px;
}
.btn {
	background-color: #eeeeee;
	border: 1px solid #999999;
	padding-top: 5px;
}

