/* ▼▼▼トップページ▼▼▼ */

/* 「朝刊から」 */
#newspaper_info {
	width: 390px;
	padding: 0.3em 0.5em;
	border: 1px solid #999999;
	float: left;
	margin-bottom: 0.5em;
}

/* 「新聞購読」「エリアサービス」など */
#subscription {
	float: left;
	width: 130px;
}
#subscription a {
	display: block;
	background-image: url(../images/subscriptin.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	margin-left: 5px;
	margin-bottom: 3px;
	background-position: left center;
}
#gougai {
	margin-bottom: 0.5em;
	width: 400px;
	clear: both;
}


/* 「ニュース」右の日付 */
.news span {
	margin-left: 1em;
	font-weight: normal;
}

/* NEW SCOOP MOVIE画像の左アキ */
li img {
	margin-left: 0.5em;
}

/* 速報 */

#sokuho {
	clear: both;
	font-size: 12px;
	margin-right: 10px;
	display: block;
	position: relative;
}

.sokuho1 {
	width:12em;
	float: left;
}
#sokuho a {
	padding:0.2em 0.5em;
	margin-bottom:0.5em;
	text-align:center;
	border:1px outset #9999FF;
	background-color: #EEEEFF;
	text-decoration: none;
	display: block;
}
.sokuho a:hover {
	background-color: #CCCCFF;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
}

.sokuho2 {
	width:12em;
	float: left;
	margin-left: 1em;
}

/*愛媛のニュースポップアップ*/
#ehime_pop {
	visibility: hidden;
	height: 100%;
	width: 100%;
	background-color: #FFFFFF;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	top: 0px;
	position: fixed;
	z-index: 1;
	_position: absolute; 
	_top: expression(eval(document.documentElement.scrollTop+0));
	_left: 0px;
	_right: 0px;
	_bottom: 0px;
}

#pop_sentence {
	position: fixed;
	font-size: 14px;
	background-color: #FFFFEE;
	width: 400px;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	z-index: 2;
	visibility: hidden;
	border: 1px solid #333333;
	padding: 5px 20px 20px;
	left: 100px;
	bottom: 50%;
	line-height: 1.5em;
	_position: absolute; 
	_top: expression(eval(document.documentElement.scrollTop+100));
}

#pop_close {
	font-size: 12px;
	text-align: right;
	margin-bottom: 15px;
}
#pop_sentence1 {
	padding: 10px;
	background-color: #FFCC66;
}
#pop_sentence2 {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
#pop_sentence4 {
	font-size: 12px;
}
