@charset "utf-8";

/* CSS Document */

/*----------------------------------------------------------------- 
	BASE TEXT
-------------------------------------------------------------------- */
#contentsArea P {
	padding: 0 0 15px 0;
}

#contentsArea P.pb5 {
	padding-bottom: 5px;
}

.ruby {
	font-size: 74%;
	font-weight: normal;
}

.ico {
	padding: 0 0 4px 4px;
}

.fontS {
	font-size: 84%;
}

.red-b {
	color: #C00;
	font-weight: bold;
}

.green-b {
	color: #0C0;
	font-weight: bold;
}

.blue-b {
	color: #00C;
	font-weight: bold;
}

.red {
	color: #C00;
}

.green {
	color: #0C0;
}

.blue {
	color: #00C;
}

.wei-b {
	font-weight: bold;
}

.manylang {
	color: #F39;
}

.foreignlang {
	color:#C60;
}

CAPTION.none {
	height:0;
	text-indent: -9999px;
	overflow: hidden;
}

CAPTION {
	font-weight: bold;
}

.mb5 {
	margin-bottom:5px;
}

.mb10 {
	margin-bottom:10px;
}

.mb15 {
	margin-bottom:15px;
}

.mb25 {
	margin-bottom:25px;
}

.mb35 {
	margin-bottom:25px;
}

.attentionText {
	background: #FD0;
}

/*----------------------------------------------------------------- 
	LINK
-------------------------------------------------------------------- */
A:link {
	color: #2772C5;
	text-decoration: underline;
}

A:visited {
	color: #7A42D7;
	text-decoration: underline;
}

A:active {
	color: #00F;
}

A:hover {
	color: #C09;
	text-decoration: none;
}

/*	CURRENT
------------------------------ */
A.current:link,
A.parentsLink:link {
	color: #333;
	text-decoration: none;
	font-weight: bold;
}

A.current:visited,
A.parentsLink:visited {
	color: #7A42D7;
	color: #333;
	text-decoration: none;
	font-weight: bold;
}

A.current:active,
A.parentsLink:active {
	color:#FC0;
	font-weight: bold;
}

A.current:hover,
A.parentsLink:hover {
	color: #C09;
	text-decoration: none;
	font-weight: bold;
}

/*	LINK
-------------------------------------------------------------------- */
A.kanrenLink:link {
	color: #2772C5;
	text-decoration: none;
}

/*----------------------------------------------------------------- 
	HEAD LINE
-------------------------------------------------------------------- */
H2 {
	font-size: 120%;
	font-weight: bold;
	margin: 0 0 20px 0;
	padding: 8px 10px 5px 10px;
	line-height: 150%;
	background: url(../img/interface/title_bg.gif);
	clear: both;
}

H3 {
	font-size: 100%;
	font-weight: bold;
	margin: 0 0 20px 0;
	padding: 8px 10px 10px 3px;
	line-height: 150%;
	background: url(../img/interface/title_bg02.gif) no-repeat 0 bottom;
	clear: both;
}

H4 {
	font-size: 100%;
	font-weight: bold;
	margin: 0 0 20px 0;
	padding: 8px 10px 0 3px;
	line-height: 120%;
	border-bottom: 1px solid #999;
	background: #EDF4EC;
	clear: both;
}

H5 {
	font-size: 100%;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 8px 10px 0 3px;
	line-height: 120%;
	border-bottom: 1px solid #999;
	clear: both;
}


/*----------------------------------------------------------------- 
	ATTENTION
-------------------------------------------------------------------- */
DIV.attentionArea {
	border: 1px solid #900;
	padding: 3px;
	margin: 0 0 10px 0;
	background: #ffc;
}

#contentsArea DIV.attentionArea .textTitle {
	background: #900;
	line-height: 120%;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 3px 10px 1px 10px;
	color: #FFF;
	text-align: center;	
}

/*----------------------------------------------------------------- 
	TABLE
-------------------------------------------------------------------- */
DIV#newsArea {
/*	height: 260px; */
	height: 350px;
	overflow: auto;
	margin: 0 5px 40px 0;
}

TABLE.newsTable {
	width: 98%;
	border: none;
}

TABLE.newsTable TH,
TABLE.newsTable TD {
	border-bottom: 1px solid #ccc;
	border-top: none;
	border-left: none;
	border-right: none;
	padding:5px
}

TABLE.newsTable TH {
	width: 130px;
}

TABLE.mb5 {
	margin: 0 0 5px 0;
}

TH.nowrap {
	white-space: nowrap;
}

TD {
	width:100%;
}


TABLE.cityTable TH {
	text-align: center;
}

TABLE.cityTable TD {
	width: 150px;
}

UL.prefectureList {
	padding-bottom: 30px;	
}

UL.prefectureList LI {
	width: 310px;
	float: left;
}
DIV#footer {
	border: 5px solid #d2dfce;
	padding: 10px;
	line-height : 1.2;
	font-size:.8em;
}
