@charset "UTF-8";


/*========================================================*/
/* タイトルエリア  */
#titleArea {
	background:url(../img/pagetitle.jpg) no-repeat left top;
}


/*========================================================*/
/* タイトルエリア  */
#btn-newstop {
	display:block;
	height:19px;
}
#btn-newstop a {
	float:right;
	display:block;
	width:94px;
	height:19px;
	background:url(../img/btn-newstop.gif) no-repeat left top;
	text-indent:-9999px;
	overflow:hidden;
}
#btn-newstop a:hover {
	background:url(../img/btn-newstop.gif) no-repeat right top;
}

/* ===================================================
ニュース
=================================================== */
#pageNews #news_navi {
	display:block;
	border-bottom:1px solid #dfdcd8;
	position:relative;
}

#pageNews #news_navi li {
	border:1px solid #dfdcd8;
	display:block;
	float:left;
	width:150px;
	height:2em;
	color:#333;
	font-size:93%;
	line-height:2;
	margin-right:10px;
	background:#fff url(../img/nav-bg.jpg) repeat-x bottom;
	margin-bottom:-1px;
	text-align:center;
	position:relative;
	z-index:1;
}
#pageNews #news_navi li.current {
	background-color:#fff;
	background-image:none;
	border-bottom:1px solid #fff;
}

#pageNews #newsArea {
	padding-top:18px;
	clear:both;
	background-color:#fff;
}
#pageNews #newsArea h3 {
	font-size:100%;
	line-height:1.2;
}
#pageNews #newsArea dl {
	display:block;
	clear:both;
	padding:10px 0 0;
	font-size:100%;
	line-height:1.5;
	margin-bottom:-1px;
}
#pageNews #newsArea dt {
	float:left;
	margin:10px 0 0;
	background:url(../img/marker.gif) no-repeat left 1px;
	padding-left:20px;
}
#pageNews #newsArea dd {
	padding-left:11em;
	border-bottom:1px dotted #cfccc8;
	padding-bottom:7px;
	margin:10px 0 0;
}
* html #pageNews #newsArea dd {
	text-indent:-0.25em;
}




/* ニュース記事ページ */
#pageNewsArticle #newsArea h3 {
	display:block;
	font-size:138.5%;
	line-height:1.22;
	border-bottom:1px dotted #cfccc8;
	padding:10px 140px 1px 0;
	margin-bottom:26px;
}
* html #pageNewsArticle #newsArea h3 {letter-spacing:2px;}

#pageNewsArticle #newsArea .news_date {
	width:140px;
	text-align:right;
	font-size:100%;
	line-height:1.2;
	margin:-42px 0 42px auto;
}
* html #pageNewsArticle #newsArea .news_date {
	margin:-44px 0 44px auto;
}
#pageNewsArticle #newsArea .news_text {
	clear:both;
	font-size:100%;
	line-height:2;
	padding:0 0 26px;
}

.img_center {
	padding-bottom: 20px;
	text-align: center;
}
img.img_right {
	float: right;
}
img.img_left {
	float: left;
}
img.img_right,
img.img_left,
.img_center img {
	padding:0 10px 10px;
}
