
/* News Reset
-------------------------------------------- */
* {
	margin:0;
	padding:0;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Arial, Helvetica, sans-serif;
	line-height: 160%;
	list-style-type: none;
}
img {
	border:none;
}

/* NewsList
-------------------------------------------- */

/* 上部シーズンページャー */
.season-pager {
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	border-bottom-color: #003366;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-bottom: 20px;
	padding-bottom: 5px;
	margin-top: 10px;
}
.season-pager ul {
	font-size: 10px;
	font-weight: normal;
	display: inline;
	list-style: none;
}
.season-pager li {
	color: #666666;
	font-size: 10px;
	font-weight: normal;
	display: inline;
	list-style: none;
}
.season-pager a, .season-pager strong {
	font-size: 10px;
}
/* タイトル一覧 */
.news-list  {}
.news-list dl {	margin-bottom: 100px;}
.news-list dt {
	width: 90px;
	color:#FF9900;	/* 日付の文字色 */
	font-weight: bolder;
	margin-top: 0px;
	padding: 3px;
	float: left;
	display: block;
}
.news-list dd {
	width: 350px;
	text-align: left;
	padding: 3px;
	float: right;
	display: block;
}

/* 下部リストページャー */
.list-pager {
	text-align: center;
	border-bottom-color: #003366;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-bottom: 10px;
	margin-top: 30px;
	padding-bottom: 5px;
}
.list-pager ul {
	display: inline;
	list-style: none;
}
.list-pager li {
	display: inline;
	list-style: none;
}


/* NewsDetail
-------------------------------------------- */
h5.news-titile {
	font-size: 16px;
	font-weight: bolder;
	border-bottom-color: #003366;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	margin-bottom: 5px;
	margin-top: 20px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
p.news-day-text {
	font-size: 12px;
	text-align: right;
	display: block;
	margin: 0px;
	padding: 0px;
}

.news-detail {
	font-size: small;
	line-height: 1.5;
	margin-top: 30px;
}

.to-newslist {
	font-size: 12px;
	text-align: center;
	border-bottom-color: #003366;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-bottom: 10px;
	margin-top: 30px;
}
.to-newslist p{	padding: 0px;}

/*画像の回り込み設定
----------------------------------------------------- */
▼▼▼画像の回り込み設定 {}
.float-right {
	float: right;
	padding-left: 20px;
	padding-bottom: 10px;
}
.float-left {
	float: left;
	padding-right: 20px;
	padding-bottom: 10px;
}

/*回り込み解除設定
----------------------------------------------------- */
▼▼▼回り込み解除設定 {}
.float-clear-both {clear: both!important;}

div.news a:link,
div.news a:active,
div.news a:visited {
	color: #ffffff!important;
	text-decoration: underline!important;
}
div.news a:hover {
	color: #ffffff!important;
	text-decoration: none!important;
}
