@charset "Shift-JIS";

/*****************************************************
 *    週刊スポーツ宮崎                               *
 *****************************************************/


/* 基本スタイル
---------------------------------------------------- */
#mainPkg {
	width: 430px;
	padding: 0px 0px 0px 5px;
	float: left;
}
#sidePkg {
	width: 325px;
	padding: 0px 5px 0px 0px;
	float: right;
}

/* トップフラッシュ
---------------------------------------------------- */
#mainSwf {
	width: 430px;
	padding: 0px 0px 5px 0px;
}


/* 取材の感想
---------------------------------------------------- */
#bnBox {
	width: 430px;
	margin: 0px 0px 5px 0px;
	background: url(../img/backnum_bg.gif) repeat-y;
}
#bnBox h3.boxTit {
	width: 430px;
	height: 59px;
	text-indent: -9999px;
	background: #FFFFFF url(../img/backnum_tit.gif) no-repeat;
}
#bnBox h3.boxTit a {
	width: 430px;
	height: 59px;
	display: block;
}
#bnBoxInner {
	width: 410px;
	padding: 6px 10px;
	background: url(../img/backnum_footer.gif) no-repeat left bottom;
}

ul#bnList {
	width: 410px;
}
ul#bnList li {
	width: 410px;
	padding: 2px 0px 3px;
	display: inline-table;
}
ul#bnList li:after { 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
} 
/* Mac IE \*/ 
* html ul#bnList li {height: 1%;} 
ul#bnList li {display: block;}
/* */

ul#bnList li p.entryDate {
	width: 115px;
	display: block;
	float: left;
	font: normal small/1.4em "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background: url(../img/backnum_icon.gif) no-repeat 0.4em;
	padding: 0px 0px 0px 15px;
}
ul#bnList li p.entryTit {
	width: 270px;
	display: block;
	float: right;
}


/* トピックス
---------------------------------------------------- */
#topicsBox {
	width: 325px;
	padding: 0px 0px 4px 0px;
	margin: 0px 0px 5px 0px;
	background: url(../img/topics_bg.gif) no-repeat left bottom;
}
#topicsBox h3.boxTit {
	width: 325px;
	height: 33px;
	text-indent: -9999px;
	background: #FFFFFF url(../img/topics_tit.gif) no-repeat;
}
#topicsBoxInner {
	width: 317px;
	height: 85px;
	overflow: auto;
	margin: 0px 4px;
}

ul#topicsList {
	width: 280px;
	padding: 6px 10px;
}
ul#topicsList li {
	width: 280px;
	padding: 1px 0px 2px;
	display: inline-table;
}
ul#topicsList li:after { 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
} 
/* Mac IE \*/ 
* html ul#topicsList li {height: 1%;} 
ul#topicsList li {display: block;}
/* */

ul#topicsList li p.entryDate {
	width: 70px;
	display: block;
	float: left;
	font: normal x-small/1.4em "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background: url(../img/topics_icon.gif) no-repeat 0.4em;
	padding: 0px 0px 0px 15px;
}
ul#topicsList li p.entryTit {
	width: 185px;
	font: normal x-small/1.4em "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	display: block;
	float: right;
}



/* バナー
---------------------------------------------------- */
.bannerBox {
	margin: 0px 0px 5px;
	width: 325px;
}

.sidePkgInner {
	margin: 0px 0px 5px;
	width: 325px;
	display: inline-table;
}
.sidePkgInner:after { 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
} 
/* Mac IE \*/ 
* html .sidePkgInner {height: 1%;} 
.sidePkgInner {display: block;}
/* */

.sidePkgInner .bannerBoxL {
	width: 160px;
	float: left;
}
.sidePkgInner .bannerBoxR {
	width: 160px;
	float: right;
}

