﻿/* 固定 */

body {
	font-family: Verdana, sans-serif, Arial, Helvetica;
}

#WRAPPER {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}
#HEADER {
	height: 65px;
	width: auto;
}

#CONTENT {
	height: auto;
	width: auto;
}
#CONTENT #TOP {
	height: 108px;
	width: auto;
}
#CONTENT #ALBUM {
	height: 396px;
	width: auto;
}
#CONTENT #ACT {
	height: 260px;
	width: auto;
	background-color: #000000;
	padding-top: 5px;
	padding-left: 32px;
}
#CONTENT #ACT h1 {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 23px;
	letter-spacing: 1px;
}
#CONTENT #ACT h2 {
	font-size: 11px;
	color: #999999;
	line-height: 20px;
	font-weight: normal;
}
#CONTENT #ACT h3 {
	font-size: 11px;
	color: #CFC190;
	line-height: 24px;
	font-weight: normal;
	letter-spacing: 1px;
}

#CONTENT #ACT .gift a:link {
	height: 17px;
	width: 68px;
	text-indent: -9999px;
	display: block;
	float: left;
	background-image: url(../images/gift.jpg);
	background-repeat: no-repeat;
}
#CONTENT #ACT .gift a:visited {
	height: 17px;
	width: 68px;
	text-indent: -9999px;
	display: block;
	float: left;
	background-image: url(../images/gift.jpg);
	background-repeat: no-repeat;
	padding-top: 0px;
}




#COPYRIGHT{
	width:auto;
	height:60px;
}

