@charset "UTF-8";

/* CSS Document */

/* -----------------------------------
   News Area
 * ----------------------------------- */
.newsList {
	position: relative;
	height: 400px;
	padding-top: 3px;
	padding-right: 10px;
	border-top-color: #CCC;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-color: #CCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	line-height: 1.2;
	overflow-y: auto;
	overflow-x: hidden;
}
.newsList dt {
	position: absolute;
	left: 0px;
	width: 9em;
	padding-top: 6px;
	padding-bottom: 4px;
	background-image: url(../images/common/bg_listhead_red1.gif);
	background-position: right center;
	background-repeat: no-repeat;
}
.newsList dd {
	padding-bottom: 3px;
	padding-left: 9em;
	background-image: url(../images/common/bg_dot.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
}
.newsList a,
.newsList span {
	padding-top: 5px;
	padding-bottom: 3px;
	border: 1px solid #FFF;
	text-decoration: none;
	display: block;
}
.newsList a img,
.newsList span img {
	vertical-align: middle;
}
.newsList a:hover {
	border: 1px solid #F60;
}

/* ------------------------------- */
.newsListIchiran {
	padding-top: 8px;
	padding-bottom: 20px;
	padding-left: 320px;
}
.newsListIchiran a {
	padding: 6px 20px 5px 16px;
	border: 1px solid #FFF;
	line-height: 1.1;
	text-decoration: none;
	display: block;
	background-image: url(../images/common/bg_listhead_red2.gif);
	background-position: 2px center;
	background-repeat: no-repeat;
}
.newsListIchiran a:visited {
	color: #00F;
}
.newsListIchiran a:hover {
	border: 1px solid #F60;
	color: #F60;
}

/* -----------------------------------
   Topics
 * ----------------------------------- */
#topTopics {
	margin-bottom: 20px;
	border: 2px solid #C00;
}
#subNavi #topTopics h2 {
	margin-bottom: 10px;
	background-color: #993300;
	background-image: url(../images/common/bg_navi_h2_red.gif);
	background-repeat: repeat-x;
}
#topTopics h3 {
	padding-right: 5px;
	padding-left: 17px;
	font-size: 116%;
	color: #C00;
	background-image: url(../images/local/bg_top_topic.gif);
	background-position: 5px center;
	background-repeat: no-repeat;
}
#topTopics p {
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 17px;
}

/* -----------------------------------
   RSS ICON
 * ----------------------------------- */
#mainColumn {
	position: relative;
}
#rssIcon {
	position: absolute;
	top: 5px;
	right: 28px;
	margin: 0px;
}
#rssIcon a {
	display: block;
	border: 1px solid #CCC;
}
#rssIcon a:hover {
	border: 1px solid #F60;
}

