<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "Shift_JIS";

/*
	Site Name:  必殺仕事人2014
	Description: style import
	Version: 
	Author: 
*/

/*
===== CONTENTS ===========================================

	1: cast details
	2: special highlight details
	3: top calendar

==========================================================
*/

body {
	color:#857455;
	font: 13px/1.231 'メイリオ','Meiryo','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','Osaka',sans-serif;
	font-size: 81.25%\9;/* for IE8 */
	*font-size:small;/* for IE6&amp;7 */
	*font:x-small;/* for IE Quirks Mode */
	margin: 0px;
	padding: 0px;}

html { overflow: hidden !important;}


/*
===== 1: cast details ====================================
*/

#cast_details {	background: url(../img/cast/details_bg.png) top left no-repeat transparent;}

#cast_details dl,
#highlight_details dl {
	margin: 0;
	padding: 0;
	width: 534px;
	height: 534px;
	position: relative;
}

dl dt,
dl dd.phot,
dl dd.act,
dl dd.copy{
	position: absolute;	
	margin: 0;
	padding: 0;
}

#cast_details dl dt {
	top: 80px;
	left: 100px;
}

#cast_details dl dd.phot {
	top: 95px;
	left: 177px;
}

#cast_details dl dd.act {
	top: 315px;
	left: 177px;
}

#cast_details dl dd.copy {
	top: 360px;
	left: 85px;
	width: 365px;
	text-align: center;
	line-height: 1.7;
	color: #EBBFBF;
	font-size: 108%;
}

#cast_details dl dd.watanabe { background: url(../img/cast/watanabe_phot.jpg) center no-repeat;}
#cast_details dl dd.ryoji {	background: url(../img/cast/ryoji_phot.jpg) center no-repeat;}
#cast_details dl dd.ryusei { background: url(../img/cast/ryusei_phot.jpg) center no-repeat;}
#cast_details dl dd.okiku {	background: url(../img/cast/okiku_phot.jpg) center no-repeat;}
#cast_details dl dd.yuuki {	background: url(../img/cast/yuuki_phot.jpg) center no-repeat;}
#cast_details dl dd.hatsu {	background: url(../img/cast/hatsu_phot.jpg) center no-repeat;}
#cast_details dl dd.masumura { background: url(../img/cast/masumura_phot.jpg) center no-repeat;}
#cast_details dl dd.kou { background: url(../img/cast/kou_phot.jpg) center no-repeat;}
#cast_details dl dd.fuku { background: url(../img/cast/fuku_phot.jpg) center no-repeat;}
#cast_details dl dd.otuu { background: url(../img/cast/otuu_phot.jpg) center no-repeat;}
#cast_details dl dd.ryusai { background: url(../img/cast/ryusai_phot.jpg) center no-repeat;}
#cast_details dl dd.genbei { background: url(../img/cast/genbei_phot.jpg) center no-repeat;}
#cast_details dl dd.kamon {	background: url(../img/cast/kamon_phot.jpg) center no-repeat;}
#cast_details dl dd.nakanoshima { background: url(../img/cast/nakanoshima_phot.jpg) center no-repeat;}
#cast_details dl dd.senkichi { background: url(../img/cast/senkichi_phot.jpg) center no-repeat;}



/*
===== 2: special highlight details ====================================
*/


#highlight_details { background: url(../img/cast/details_bg2.png) top left no-repeat transparent;}


#highlight_details dl dt {
	top: 140px;
	left: 136px;
	width: 262px;
	text-align: center;
}


#highlight_details dl dd.act {
	top: 220px;
	left: 163px;
}

#highlight_details dl dd.copy {
	top: 280px;
	left: 85px;
	width: 365px;
	text-align: center;
	line-height: 2.3;
	color: #EBBFBF;
	font-size: 108%;
}




/*
===== 3: top calendar ====================================
*/


#calendar {	background: url(../img/top/calendar/calendar_bg.png) top left no-repeat transparent;}

#calendar ul {
	margin: 0;
	padding: 14px 0 0 14px;
	width: 950px;
	height: 580px;
	list-style: none;
}

#calendar ul li {
	float: left;
	margin-right: 10px;
	margin-bottom: 8px;
}

#calendar img {
	border: 0;
	margin: 0;
	padding: 0;
}

#calendar a:hover img {
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: “alpha( opacity=80 )”;
}</pre></body></html>