@charset "UTF-8";

/* カテゴリー 観る
---------------------------------------------------- */
.block_container {
	clear: both;
	width: 680px;
	margin-top: 15px;
}
.block_container_left {
	float: left;
	width: 320px;
	padding: 5px;
	background: url(../../images/staff/block_bk.gif);
}
.block_container_right {
	float: right;
	width: 320px;
	padding: 5px;
	background: url(../../images/staff/block_bk.gif);
}
.block {
	padding: 0 15px 10px;
	background: #FFFFFF !important;
}
.block h3 {
	width: 250px;
	height: 35px;
	line-height: 45px;
	margin-bottom: 5px;
	padding-left: 40px;
	color: #FF61A8;
	background: url(../../images/staff/heading_staffname.gif) no-repeat;
	font-size: 116%;
	font-weight: bold;
}
.block p.photo {
	float: left;
	width: 110px;
}
.block p.photo img{
	border: 3px solid #EFEFEF;
}
.block p.typo {
	float: right;
	width: 155px;
}
	

/* 不在ライター用追記
---------------------------------------------------- */
h3#disabled_h3 {
	margin: 20px 0 0 0;
	color: #FF61A8;
	font-weight: bold;
	font-size: 120%;
}

div.disabled_writer h3 {
	font-size: 100% ! important;
	padding-left: 0 ! important;
	background-image: none ! important;
}

div.disabled_writer p.typo {
	font-size: 90% ! important;
}
