
/* local */

div#gallerycontensArea table.eventTable th{
	width: 95px;
}
#gallerycontensArea dl.date{
	font-size: 1em;
	margin: 0;
	padding: 0;
	clear: both;
}
div#gallerycontensArea dl.date dt{
	margin: 0;
	padding-right: 1em;
	clear: both;
}
div#gallerycontensArea dl.date dd{
	margin: 0 0 0 20px;
}

#bodyArea div#contentsArea #gallerycontensHeader {
	margin-top: 10px;
}

#bodyArea div#contentsArea #gallerycontensFooter {
	margin: 10px 0;
	padding-bottom: 20px;
}


#bodyArea div#contentsArea h2 img,
#bodyArea div#contentsArea h3 img,
#bodyArea div#contentsArea object {
	display: block;
}

/* linkbutton and attention text(red) */

div#gallerycontensArea .imgentries{
	text-align: center;
	margin-bottom: 20px;
}

div#gallerycontensArea .attention{
	font-weight: bold;
	color: #ff0000;
}

#gallerycontensArea ul.attention{
	margin: 0 0 10px 20px;
	padding: 0;
	list-style: none;
}

#gallerycontensArea ul.attention li{
	font-weight: bold;
	color: #ff0000;
	text-indent: -1.1em;
	font-size: 1em;
}

.layoutRight{
	float: right;
	margin: 0 0 0 10px;
}

ul.talkshowPhotoBox{
	overflow: hidden;
	width: 526px;
	margin: 0 auto !important;
	padding: 0 !important;
	list-style: none;
}
ul.talkshowPhotoBox li{
	float: left;
	text-align: center;
	margin: 0 !important;
	padding: 0 10px 20px 10px !important;
}


/* local footer */
#gallerycontensArea{
	padding-bottom: 0px !important;
}
#gallerycontensFooter{
	padding-bottom: 20px;
}



.imgRight,
.imgLeft{
	position: relative;
	min-height: 180px;
}
*html .imgRight,
*html .imgLeft{
	height: 180px;
}
.imgRight{
	padding-right: 260px !important;
}
.imgLeft{
	padding-left: 260px !important;
}
.imgRight img{
	position: absolute;
	top: 0;
	right: 5px;
}
.imgLeft img{
	position: absolute;
	top: 0;
	left: 5px;
}

