@charset "UTF-8";
/* ---------------
topics.css
新着情報用の装飾
--------------- */

/* ---------------
■目次
・メインエリア

・サブエリア
	ナビゲーション
	バナー
--------------- */


/* ---------------
メインエリア
--------------- */
/* 管理者用ナビゲーションのボックス */
div#adminBox {
	margin: 0 0 20px 0;
	padding: 10px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #D4D4D4;
	border-bottom: 1px solid #D4D4D4;
	border-left: 1px solid #CCCCCC;
	background-color: #D9D9D9;
}
div#adminBox form {
	display: inline;
}
/* カレンダー */
div#calBox {
	margin: 0 0 20px 0;
	border: 1px solid #C9D5F1;
	background: #F9FAFD;
}
/* 月 */
	div#calBox p#month {
	margin: 0;
	padding: 0 0 0 10px;
	background: #E7ECF9;
}
span#monthNo {
	font-size: 200%;
}
/* 日にち */
	table#cTable {
	width: 538px;
	border: none;
	margin: 5px 0 0 0;
	background: #F9FAFD;
	font-size: 75%;
}
table#cTable td {
	padding: 0 1px 10px 1px;
	/*			border-bottom: none;*/
	border: none;
	font-size: 90%;
}
table#cTable td a {
	padding: 0 0 5px 0;
	background: url(/themes/iccs/images/linkUnderbar.gif) no-repeat center bottom;
}
table#cTable td.arrowCell {
	width: 20px;
	text-align: center;
	background: none;
}
table#cTable td.arrowCell a {
	background: none;
}
/* 本文パート--通常公開記事のボックス */
div.newsBox,
div.newsBoxHidden,
div.newsBoxLimit {
	width: 530px;
	margin: 0 0 20px 0;
	padding: 0;
}
/* 本文パート--非公開記事のボックス */
div.newsBoxHidden {
	background-color: #EBEBEB;
}
/* 本文パート--期限切れ記事のボックス */
div.newsBoxLimit {
	background-color: #FFF1E3;
}
/* 日付 */
div#mainBox div.dateBox p.date {
	margin: 0 0 5px 10px;
	font-size: 90%;
	line-height: 1;
}
/* 記事タイトル */
div#mainBox h2.entryTitle {
	margin: -0 0 18px 0;
	padding: 0 0 5px 5px;
	border-bottom: 3px solid #7594DC;
	color: #446DD0;
	background: none;
	font-size: 150%;
	line-height: 1.2;
}
/* 記事カテゴリ */
span.categoryName {
	color: #666666;
	font-size: 60%;
}
/* 記事本文 */
div.entryTextBox {
	width: 520px;
	margin: 0 10px;
}
/* 記事中見出し3 */
div.entryTextBox h3 {
	margin: 0 0 10px 0;
	padding: 0 0 5px 20px;
	border-bottom: 1px solid #A0B5E7;
	background: url(/themes/iccs/images/headerMarker.gif) no-repeat 0px 0px;
	font-size: 120%;
	line-height: 1.2;
}
/* 添付画像配置（右） */
div.photoBoxL {
	float: left;
	margin-right: 10px;
}
/* 添付画像配置（左） */
div.photoBoxR {
	float: right;
	margin-left: 10px;
}
/* 添付画像配置（上下） */
div.photoBoxC {
	margin-right: auto;
	margin-left: auto;
}
/* 記事フッタ */
p.entryFoot {
	margin: 0 0 30px 0 !important;
	clear: both;
	padding: 0px 5px 5px 5px;
	border-bottom: 1px solid #A0B5E7;
	font-size: 80%;
	text-align: right;
	line-height: 1.2;
}
/* 改ページリンク */
p.nextNews {
	text-align: center;
}
/* 検索語の装飾用 */
span.searchWord {
	color: #CC0000;
	font-weight: bold;
	text-decoration: underline;
}
/* ---------------
サブエリア
--------------- */
/* サブエリアのフッタ */
div#subBoxFooter {
	margin: 5px 0 0 0;
}
div#subBoxFooter img {
	vertical-align: middle;
}
/* ログインリンク */
p#blogLogin {
	display: inline;
	line-height: 1;
}

/* フィールドワーク非公開画像 */
.fieldWorkImageClose {
	display: none!important;
}
