

/* 枠組み */

#banner-area-right {
	width:250px;
	float:left;
}
#banner-area-right a:hover img { /* マウスオーバーで画像を明るく */
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
#banner-area-right .banner { /* バナー下にスペース */
	margin-bottom:8px;
}

/* ニュースのトップページ */

#newstop-contents-area {
	width:720px;
	float:left;
}
.news-window-area {
	width:720px;
	margin-left:auto;
	margin-right:auto;
	background-image: url("../images/win_gray720_middle.gif");
}
.news-block-header {
	width:694px;
	margin-left:auto;
	margin-right:auto;
	background-image: url("../images/tit_news_h4_newsheader.png");
}
.news-block-header-title {
	float:left;
	width:485px;
	padding:6px 0px 5px 18px;
	font-size:100%;
	font-weight:bold;
	color:#222222;
	text-align:left;
	line-height:1.5em;
}
.news-block-header-date {
	float:right;
	width:180px;
	padding:7px 8px 5px 0px;
	font-size:90%;
	font-weight:bold;
	color:#222222;
	text-align:right;
	line-height:1.5em;
}
.news-block-data {
	width:694px;
	margin-left:auto;
	margin-right:auto;
	border-top: 1px solid #bbbbbb;
	border-bottom: 0px dotted #888888;
}
.news-block-text {
	padding:6px 12px 10px 15px;
	font-size:90%;
	color:#222222;
	text-align:left;
	line-height:1.8em;
}
.news-window-bottom-more {
	width:694px;
	margin-left:auto;
	margin-right:auto;
	text-align:right;
}
.news-window-bottom-more a:hover img { /* マウスオーバーで画像を明るく */
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

/* ニュースの一覧ページ */
.news-list-naviarea {
	width:694px;
	height:32px;
	margin-left:auto;
	margin-right:auto;
}
.news-list-navi-page {
	float:left;
	width:200px;
	font-size:10pt;
	background-color:#ffffff;
	border: 2px #90c1d1 solid;
	 /* 角丸 */
	border-radius: 10px; /* CSS3草案 */ 
	-webkit-border-radius: 10px; /* Safari,Google Chrome用 */ 
	-moz-border-radius: 10px; /* Firefox用 */
}
.pad4 {
	padding:4px 4px 4px 4px;
}
.news-list-navi-link {
	float:right;
	width:250px;
}

/* 前ページ・次ページ */
.news-list-navi-menu li {
	list-style-type: none;
	float: left;
}
.news-list-navi-menu li a {
	display: block;
	text-decoration: none;
	font-size:10pt;
	line-height:24px;
	text-align:center;
	margin-right:4px;
}
.news-list-navi-menu01 a {
	width:120px;
	height:25px;
	display: block;
	color:#2c6a7f;
	font-weight:bold;
	background-color:#9cd2e4;

	background-image: url("../images/pic_infomarker_previous.gif");
	background-repeat: no-repeat;
	background-position: left top;

	 /* 角丸 */
	border-radius: 10px; /* CSS3草案 */ 
	-webkit-border-radius: 10px; /* Safari,Google Chrome用 */ 
	-moz-border-radius: 10px; /* Firefox用 */
}
.news-list-navi-menu01 a:hover {
	color:#ffffff;
	background-color:#86d575;
	 /* 角丸 */
	border-radius: 10px; /* CSS3草案 */ 
	-webkit-border-radius: 10px; /* Safari,Google Chrome用 */ 
	-moz-border-radius: 10px; /* Firefox用 */
}
.news-list-navi-menu02 a {
	width:120px;
	height:25px;
	display: block;
	color:#2c6a7f;
	font-weight:bold;
	background-color:#9cd2e4;

	background-image: url("../images/pic_infomarker_next.gif");
	background-repeat: no-repeat;
	background-position: right top;

	 /* 角丸 */
	border-radius: 10px; /* CSS3草案 */ 
	-webkit-border-radius: 10px; /* Safari,Google Chrome用 */ 
	-moz-border-radius: 10px; /* Firefox用 */
}
.news-list-navi-menu02 a:hover {
	color:#ffffff;
	background-color:#86d575;
	 /* 角丸 */
	border-radius: 10px; /* CSS3草案 */ 
	-webkit-border-radius: 10px; /* Safari,Google Chrome用 */ 
	-moz-border-radius: 10px; /* Firefox用 */
}
/* 前ページ・次ページ（グレーアウト） */
.news-list-navi-menu li span {
	display: block;
	text-decoration: none;
	font-size:10pt;
	line-height:24px;
	text-align:center;
	margin-right:4px;
	width:120px;
	height:25px;
	display: block;
	color:#555555;
	font-weight:bold;
	background-color:#bbbbbb;
	 /* 角丸 */
	border-radius: 10px; /* CSS3草案 */ 
	-webkit-border-radius: 10px; /* Safari,Google Chrome用 */ 
	-moz-border-radius: 10px; /* Firefox用 */
}

/* ニュース・出演者プロフィール */
.news-profile-header {
	position: relative;
}
.news-profile-header-btn {
	position: absolute;
	top: 47px;
	left: 850px;
}
.contents-news-profile {
	width:980px;
	background-color:#ffffff;
}

.contents-news-profile-data {
	width:940px;
	margin-left:auto;
	margin-right:auto;
}
.news-profile-table1 {
	padding:0 0 20px 0;
	text-align: left;
}
.news-profile-table2 {
	padding:30px 0 20px 0;
	text-align: left;
}
.news-profile-caption {
	width:100px;
	font-size:9pt;
	line-height:1.4em;
	color:#ffffff;
	float: left;
	background-color:#685f56;
}
.news-profile-caption p {
	padding:4px 4px 4px 4px;
}
.news-profile-data-big {
	width:290px;
	font-size:14pt;
	line-height:2.0em;
	color:#222222;
	float: left;
	text-align:left;
	position: relative;
	border-bottom:#908f8b 1px solid;
}
.news-profile-data-big p {
	padding:2px 4px 3px 10px;
}
.news-profile-data {
	width:350px;
	font-size:9pt;
	line-height:1.5em;
	color:#222222;
	float: left;
	text-align:left;
}
.news-profile-data p {
	padding:3px 4px 3px 10px;
}
.news-profile-line {
	clear:both;
	height:5px;
	margin-bottom:5px;
	border-bottom:#aaaaaa 1px solid;
}
.news-profile-line2 {
	padding:5px 0;
	border-bottom:#aaaaaa 1px solid;
}


