@charset "utf-8";
/* ===================================================================
CSS information
=================================================================== */

* {
	margin:0;
	padding:0;
}
#news li {
	list-style:none;
}
body {
	font-size:12px;
	color:#fff;
}
#news a,
#news.i a{
	text-decoration:underline;
	color:#fff;
}
#news a:hover,
#news.i a:hover{
	text-decoration:none;
}

/* -----------------------------------------------------------
#news
エントリーページ
----------------------------------------------------------- */

#news .newsIndex {
	background: #306e83;
	padding: 5px;
	margin-bottom: 30px;
}
#news .newsIndex a{
	text-decoration:none;
}
#news .newsIndex a:hover{
	text-decoration: underline;
}
#news .newsIndex li {
	display: inline;
	padding-right: 5px;
	border-right: 1px solid #3f88a1;
	padding-left: 5px;
}
#news .time {
	margin-bottom: 3px;
}
#news .title {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}
#news .subtitle {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
}
#news .newsBody {
	margin-bottom: 20px;
}
#news .newsList {
	padding: 10px;
	background: #62aabe;
}
#news .newsList li {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #36798E;
}
#news .newsList li .time {
	color: #369;
	padding-right: 10px;
}
/* -----------------------------------------------------------
#news.i
エントリー一覧ページ
----------------------------------------------------------- */
#news.i h2{
  margin: 0;
  padding: 12px 15px 30px 15px;
  background: url(../../images/head01.png) repeat-x left top;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
	border-bottom: 1px dotted #36798E;
}
#news.i .newsList {
	background: none;
}
#news.i .time {
	border: none;
	background:url(../../images/flow_plus.png) no-repeat left top;
	padding:0 0 0 25px;
	margin-bottom:0;
}
#news.i .title {
	padding:0 0 10px 25px;
	margin-bottom:10px;
	font-size: 16px;
	font-weight: bold;
}
/* -----------------------------------------------------------
#news.s
エントリー一覧ページ
----------------------------------------------------------- */

#news.s dl{
  border-top: 1px dashed #36798E;
	padding-top:10px;
	margin-top:10px;
	height:200px;
	overflow:auto;
}
#news.s dl dt {
	font-size:14px;
	float:left;
	font-weight:bold;
}
#news.s dl dd {
	font-size:15px;
	padding:0 0 0 130px;
  border-bottom: 1px dashed #36798E;
	padding-bottom:10px;
	margin-bottom:10px;
}
#news.s dl dd img{
	border-bottom:3px;
	border:none;
}
#news.s dl dd a{
	text-decoration:none;
	color:#fff;
}
#news.s dl dd a:hover{
	text-decoration:underline;
}
#news.s dl dd .subtitle{
	font-size:12px;
	font-weight:100;
}
