/* CSS Document */
#main {
	min-height: 800px;
}
* html #main {
	height: 800px;
}
.container {
	background: url(../images/container_bg.jpg) no-repeat;
	padding: 15px;
}
h1 {
	height: 39px;
	text-indent:-9999px; 
}
h1.journal01 {
	background: url(../images/title_journal01.jpg) 0 0 no-repeat;
}
h1.journal02 {
	background: url(../images/title_journal02.jpg) 0 0 no-repeat;
}
/*頁籤*/
.tagArea {
	position: relative;
}
ul.tag {
	list-style: none;
	position: absolute;
	top: -39px;
	_top: -45px;
	right: 0px;
}
ul.tag li {
	float: left;
	margin-right: 1px;
}
ul.tag li a {
	padding: 2px 10px;
	font-weight: 600;
	color: #fff;
	background-color: #b5b5b5;
	display: block;
}

ul.tag01 li a:hover, ul.tag01 li a.on {
	color: #fff;
	background-color: #ddc593;
}
ul.tag02 li a:hover, ul.tag02 li a.on {
	color: #fff;
	background-color: #ffe463;
}
/*頁籤end*/
/* advertArea */
.advertArea {
	margin-bottom: 20px;
}
.advertArea ul{
	float: left;
	width: 144px;
}
.advertArea ul li{
	height: 37px;
	background-color: #e6e6e6;
	border-bottom: 1px solid #cecece;
	font-size: 15px;
	font-weight: 600;
}
.advertArea ul li a{
	width: 139px;
	height: 28px;
	display: block;
	padding: 9px 0 0 5px;
	background-color: #e6e6e6;
}
.advertArea ul li a:hover, .advertArea ul li a.on{
	background-color: #5dc7af;
	color: #fff;
}

.advertArea .box{
	float: left;
	width: 450px;
}
.advertArea .pic{
	width: 260px;
	height: 190px;
	float: left;
	margin-right: 10px; 
}
.advertArea .info {
	float: left;
	width: 180px;
}
.advertArea h4, .advertArea h4 a{
	color: #5dc7af;
}
.advertArea p{
	margin: 0px;
}
.advertArea p a{
	color: #005f95;
}

/* sceneArea */
.sceneArea {
	margin-bottom: 10px;
}
.mR10 {
	margin-right: 10px;
}

.sceneArea .scene {
	margin-bottom: 10px;
	float: left;
	width: 292px;
}
.sceneArea .pic{
	padding: 4px;
	border: 1px solid #c2c2bc;
	background-color: #e8edb6;
	width: 138px;
	height: 90px;
	float: left;
	margin-right: 8px; 
}
.sceneArea .info {
	float: left;
	width: 135px;
}








/* tb */
.tb_01 {
	border: 1px solid #d3d3d3;
	padding: 1px;
	margin-bottom: 20px;
}
caption { display: none; }
.tb_01 th {
	background-color: #e5d7ba;
	padding: 5px 10px;
	letter-spacing: 5px;
}
.tb_01 td {
	text-align: center;
	padding: 5px 10px;
}
.bg td {
	background-color: #efeae0;
}
.current td {
	color: #b9913f;
}

td.tLeft {
	text-align: left;
}
td.tGreen {
	color: #5eaa28;
}

