@charset "UTF-8";
/* CSS Document */

.wide_img{
	text-align:center;
}

#slideshow {
	position:relative;
	width:693px;
	height:376px; /*364*/
	overflow:hidden;
	margin:20px auto 20px auto;
	border:1px solid #374d4c;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

h3{
	padding:0;
	font-size:12px;

	font-family:inherit;
	font-weight:bold;
	
	color:#575757;
	margin: 0px 0px 0px 0px;
}

.post{
	text-align:left;
	width:700px;
	margin:20px 0 20px 23px;
}

.post .td_txt{
	width:500px;
}

.post img{
	margin-right:20px;
}

.post p{
	margin-top:0px;
}

.post a{
	color:#FC3;
	right:0;
}

.post a:hover{
	color:#999;
	text-decoration:none;
}

.postb{
	text-align:left;
	margin:20px 0 20px 23px;
	color:#333;
}

.d_right{
	float:right;
}

/*-----------------------------------*/

.artist{
	text-align:left;
	width:700px;
	margin:20px 0 20px 23px;
}

.artist .td_txt{
	width:500px;
}

.artist img{
	margin-right:20px;
}

.artist p{
	margin-top:0px;
}

.artist a{
	color:#FC3;
	right:0;
}

.artist a:hover{
	color:#999;
	text-decoration:none;
}

.artistb{
	text-align:left;
	margin:20px 0 20px 23px;
	color:#333;
}


.artist table{
	text-align:center;
}

.artist_td_center{
	text-align:center;
}
 
.artist_td_center a{
	margin:0 auto;
}


