﻿@charset "UTF-8";

/* ***********************
	News
************************** */
h1 {
	width:694px;
	height:40px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(/topics/img/news_title_01.jpg) no-repeat;
	margin-bottom:10px;
}
/* Local Navi*/
#news #local-navi dt#local-navi-top a {
	background:url(/img/arrow_box_jr_green.gif) 8px 15px no-repeat;
}
#news #local-navi li a {
	background:url(/img/arrow_jr_green.gif) 10px 17px no-repeat;
}
#news #local-navi li a#here {
	color:#333;
	background-color:#eaf4ee;
}
#news #local-navi li a:hover { background-color:#eaf4ee;}

/* ***** index.html ***** */
.news-contents table {
	border-collapse:collapse;
	text-align:left;
	margin-bottom:120px;
}
.news-contents th {
	width:128px;
	padding:2px 14px;
	border-bottom:dotted 1px #dbdbdb;
}
.news-contents td {
	width:538px;
	border-bottom:dotted 1px #dbdbdb;
}
.news-contents td a {
	padding-left:11px;
	background:url(/img/arrow_jr_green.gif) left center no-repeat;
}

/* ***** topics.html ***** */
#img_box {
	margin-bottom:20px;
}

.news-contents h2 {
	padding:0 0 0.3em;
	margin:30px 0 8px;
	font-weight:bold;
	text-align:center;
	color:#008032;
	border-bottom:solid 1px #008032;
}
p#date {
	text-align:right;
	padding-right:8px;
	line-height:1.3;
}
#news-box {
	padding:15px 50px 40px;
}
#back-link {
	padding-top:0.5em;
	border-top:solid 1px #dbdada;
}
#back-link a {
	margin-left:6px;
	padding-left:12px;
	background:url(/img/arrow_back_jr_green.gif) left center no-repeat;
}
