@charset "utf-8";
/* CSS Document */
#main {
	min-height: 0px;
}
* html #main {
	height:0px;
}
.tRight {
	text-align: right;
}
.line {
	margin-bottom: 10px;
	border-bottom: 1px dotted #f4a380;
}

/* sideBar */
.sideBar {
	width: 295px;
	float: left;
	overflow: hidden;
	margin-bottom: 20px;
}
.sideBar .sideBox{
	margin-bottom: 20px;
}
.sideBox h1 {
	height: 39px;
	text-indent:-9999px;
	margin: 10px 10px 0;
}
.sideBox h1.aboutmedia {
	background: url(../images/title_aboutmedia.jpg) 0 0 no-repeat;
}
.sideBox h1.hotlist {
	background: url(../images/title_hotlist.jpg) 0 0 no-repeat;
}

.sideBox h3 {
	font-size: 15px;
	font-weight: 600;
	color: #902d01;
	background: url(../images/sidebar_titleLine.jpg) 0 bottom no-repeat;
	padding: 3px 5px 8px;
	margin-bottom: 10px;
}
.sideBox ol {
	margin: 0 10px 0 35px;
}
.sideBox ol li{
	line-height: 200%;
	color: #a16e5c;
	border-bottom: 1px dotted #cccccc;
}
.sideBox ol li a{
	color: #005f95;
}

.content {
	width: 625px;
	float: left;
	overflow: hidden;
	margin-right: 20px;
	margin-bottom: 20px;
}
/* 標題 */
.content h1 {
	height: 39px;
	text-indent:-9999px;
	margin: 10px 10px 0;
}

.content h1.journal_media {
	background: url(../images/title_youtobe.jpg) 0 0 no-repeat;
}

.mediaMore {
	background: url(../images/container_bg02.jpg) no-repeat;
	padding: 15px;
}
h3 {
	background-color: #eee;
	font-size: 13px;
	padding: 5px 10px;
	margin-bottom: 10px;
}
h4{
	padding: 5px 10px;
	font-size: 15px;
	color: #189ad6;
}

/* article */
.infoArea, .infoArea02 {
	margin: 0 10px 10px; 
}
.infoArea .pic {
	padding: 4px;
	border: 1px solid #c2c2bc;
	background-color: #e8edb6;
	width: 252px;
	height: 162px;
	float: left;
	margin-right: 10px; 
}
.infoArea .info {
	float: left;
	width: 372px;
}
.infoArea .info ul{
	word-break:break-all;
	text-align:left;
}
.infoArea02 .pic {
	padding: 4px;
	border: 1px solid #c2c2bc;
	background-color: #e8edb6;
	width: 634px;
	height: 408px;
}
.infoArea02 .media {
}
/**/
.photoArea {
	margin: 0 auto;
	width: 820px;
}
.photoArea .scene {
	margin-bottom: 10px;
	width: 148px;
	float: left;
}
.photoArea .pic{
	padding: 4px;
	border: 1px solid #c2c2bc;
	background-color: #e8edb6;
	width: 138px;
	height: 90px;
	margin: 0 0px 5px 0; 
}
.sub_list span{
	color: #973b12;
}
.mR10 {
	margin-right: 20px;
}
.tbrown {
	color: #924018;
}
