@charset "utf-8";
/* **** /news/css/style.css **** */

body {
	margin: 0;
	padding: 0;
}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}




/* ---- TOP ---- */
#topNews {
	width: 474px;
	text-align: left;
	margin: 10px auto 20px auto;
	padding: 0;
	position: relative;
}

#topNews h3 {
	width: 474px;
	font-size: 20px;
	font-weight: bold;
	border-bottom: 1px solid #CCC;
	margin: 0 0 15px 0;
	padding: 0 0 6px 0;
}

#topNews p {
	position: absolute;
	top: 0;
	right: 0;
	width: 80px;
	font-size: 13px;
	background: #F5F5F5;
	border: 2px solid #EEE;
	margin: 0;
	padding: 2px;
	text-align: center;
}

#topNews p a {
	color: #333;
	text-decoration: none;
	display: block;
}

#topNews p a:hover {
	color: #0166FF;
}

#topNews ul {
	width: 474px;
	margin: 0;
	padding: 0;
}

#topNews ul li {
	width: 474px;
	font-size: 14px;
/*	font-weight: bold;*/
	list-style-type: none;
	border-bottom: 1px dotted #CCC;
	line-height: 1.5;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
}

#topNews ul li span {
	float: left;
	width: 90px;
	display: block;
/*	font-weight: normal;*/
	font-weight: bold;
	margin-bottom: 20px;
}

#topNews ul li a {
	color: #0166FF;
	text-decoration: none;
}

#topNews ul li a:hover {
	text-decoration: underline;
}




/* ---- NEWS ---- */
#newsList {
	width: 656px;
	margin: 0 0 30px 0;
}

#newsList a {
	color: #0166FF;
}

#newsList ul.newsNavi {
	text-align: right;
}

#newsList ul.newsNavi li {
	list-style-type: none;
	display: inline;
	font-size: 14px;
	font-weight: bold;
}

#newsList ul.newsNavi li a {
	border: 2px solid #CCC;
	text-decoration: none;
	padding: 2px 10px;
	color: #333;
}

#newsList ul.newsNavi li.ov a {
	color: #0166FF;
}

#newsList ul.newsNavi li a:hover {
	color: #0166FF;
}

#newsList h1 {
	font-size: 22px;
	padding: 0 0 10px 0;
}

#newsList #newsCnt {
	width: 656px;
}

#newsList #newsCnt div {
	width: 656px;
	border-bottom: 1px solid #EEE;
	margin: 0 0 30px 0;
}

#newsList #newsCnt div span {
	display: block;
	font-size: 14px;
	margin: 0;
	padding: 0 0 5px 0;
	line-height: 1.5;
}

#newsList #newsCnt div h2 {
	font-size: 18px;
	border: none;
	margin: 0;
	padding: 0 0 30px 0;
	line-height: 1.5;
}

#newsList #newsCnt div h2 a {
	text-decoration: none;
}

#newsList #newsCnt div h2 a:hover {
	text-decoration: underline;
}

#newsList #newsCnt div p {
	margin: -15px 0 0 0;
	padding: 0 0 30px 0;
}

#newsList ul.newsPages {
	text-align: right;
	margin: -10px 0 30px 0;
}

#newsList ul.newsPages li {
	list-style-type: none;
	display: inline;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0 0 0 15px;
}

#newsList ul.newsPages li a {
	text-decoration: none;
}

#newsList ul.newsPages li a:hover {
	text-decoration: underline;
}







