@charset "shift_jis";


/* -------------------------------------------------------------------------------------------------
   お知らせカテゴリページCSS

   [body.topics]指定のある、下記のページに関するcss
    ・topics/index.html ---------- お知らせ
    ・topics/info_index.html ----- お知らせテンプレート

   date:2010.07.10
   update:2016.03.29
------------------------------------------------------------------------------------------------- */


/* =================================================================================================
   お知らせ
================================================================================================= */

/* お知らせのリスト（固定表示：DVD等、助成団体）
--------------------------------------------------------------------------------------- */

body.topics div#contents ul.kotei {
	margin-top: 50px;
}

body.topics div#contents ul.kotei li {
}

body.topics div#contents p.topiclist_nav {
	margin: 16px 50px 0 0;
	text-align: right;
}


/* =================================================================================================
   お知らせテンプレート用
================================================================================================= */

/* 入れ子（div 以下、p・ul・ol・dlのそれぞれ右マージン0、左マージン1em）
--------------------------------------------------------------------------------------- */

div.danraku {
	margin: 0 65px 0.8em 5em;
	line-height: 2;
}

body.topics div#contents div.danraku p {
	margin-right: 0;
	margin-left: 1em;
}

body.topics div#contents div.danraku p.sage {
	margin-right: 0;
	margin-left: 1em;
	padding-left: 3em;
	text-indent: -3em;
}

body.topics div#contents div.danraku ul {
	margin-right: 0;
	margin-left: 2.4em;
}

body.topics div#contents div.danraku ol {
	margin-right: 0;
	margin-left: 2.9em;
}

body.topics div#contents div.danraku dl {
	margin-left: 0;
	margin-left: 0;
}

body.topics div#contents div.danraku dl dt {
	margin-left: 1em;
}

body.topics div#contents div.danraku dl dd {
	margin-left: 2em;
	margin-bottom: 1em;
}

body.topics div#contents div.danraku .dan_sage { /* 汎用段落 */
	margin-left: 1em;
}

body.topics div#contents div.danraku table {
	margin-right: 0;
	margin-left: 1em;
}

/* 入れ子のdivの右マージンは0に ----------------------------------- */

div.danraku div.danraku {
	margin-right: 0;
}

/* 段落（p）
--------------------------------------------------------------------------------------- */

/* 左マージン約1字分下げ ------------------------------------------ */

body.topics div#contents p.dan_01 {
	margin: 0 65px 0.8em 3.2em;
}

/* 左マージン約2字分下げ ------------------------------------------ */

body.topics div#contents p.dan_02 {
	margin: 0 65px 0.8em 4.2em;
}

/* 左マージン約3字分下げ ------------------------------------------ */

body.topics div#contents p.dan_03 {
	margin: 0 65px 0.8em 5.2em;
}

/* 段落＋ぶら下げインデント（p）
--------------------------------------------------------------------------------------- */

/* 段落 ----------------------------------------------------------- */

body.topics div#contents p.sage,
body.topics div#contents p.sage_r {
	margin: 0 65px 0.2em 2.2em;
	padding-left: 3em;
	text-indent: -3em;
}

body.topics div#contents p.sage {
	margin-bottom: 0.8em;
}

/* 左マージン約1字分下げ ------------------------------------------ */

body.topics div#contents p.dan_01_sage,
body.topics div#contents p.dan_01_sage_r {
	margin: 0 65px 0.2em 3.2em;
	padding-left: 3em;
	text-indent: -3em;
}

body.topics div#contents p.dan_01_sage {
	margin-bottom: 0.8em;
}

/* 左マージン約2字分下げ ------------------------------------------ */

body.topics div#contents p.dan_02_sage,
body.topics div#contents p.dan_02_sage_r {
	margin: 0 65px 0 4.2em;
	padding-left: 3em;
	text-indent: -3em;
}

body.topics div#contents p.dan_02_sage {
	margin-bottom: 0.8em;
}

/* 左マージン約3字分下げ ------------------------------------------ */

body.topics div#contents p.dan_03_sage,
body.topics div#contents p.dan_03_sage_r {
	margin: 0 65px 0 5.2em;
	padding-left: 3em;
	text-indent: -3em;
}

body.topics div#contents p.dan_03_sage {
	margin-bottom: 0.8em;
}

/* 段落間のマージン除去 ------------------------------------------- */

body.topics div#contents p.related {
	margin-bottom: 0;
}

/* 箇条書きリスト（ul）
--------------------------------------------------------------------------------------- */

/* 左マージン約1字分下げ ------------------------------------------ */

body.topics div#contents ul.u-list_01 {
	margin: 0 65px 15px 4.4em;
}

/* 左マージン約2字分下げ ------------------------------------------ */

body.topics div#contents ul.u-list_02 {
	margin: 0 65px 15px 5.4em;
}

/* 左マージン約3字分下げ ------------------------------------------ */

body.topics div#contents ul.u-list_03 {
	margin: 0 65px 15px 6.4em;
}

/* 番号リスト（ol）
--------------------------------------------------------------------------------------- */

/* 左マージン約1字分下げ ------------------------------------------ */

body.topics div#contents ol.o-list_01 {
	margin: 0 65px 15px 4.9em;
}

/* 左マージン約2字分下げ ------------------------------------------ */

body.topics div#contents ol.o-list_02 {
	margin: 0 65px 15px 5.9em;
}

/* 左マージン約3字分下げ ------------------------------------------ */

body.topics div#contents ol.o-list_03 {
	margin: 0 65px 15px 6.9em;
}

/* 表組み（table）
--------------------------------------------------------------------------------------- */

/* シンプル表 ----------------------------------------------------- */

body.topics div#contents table.simplelist {
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}

body.topics div#contents table.simplelist th,
body.topics div#contents table.simplelist td {
	border-top: 1px solid #999;
	border-left: 1px solid #999;
}

body.topics div#contents table.simplelist th,
body.topics div#contents table.simplelist td {
	padding: 3px 10px;
}

body.topics div#contents table.simplelist th {
	text-align: center;
}

body.topics div#contents table.simplelist tr.borderTOff,
body.topics div#contents table.simplelist th.borderTOff,
body.topics div#contents table.simplelist td.borderTOff {
	border-top-style: none;
}

body.topics div#contents table.simplelist th.borderLOff,
body.topics div#contents table.simplelist td.borderLOff {
	border-left-style: none;
}

/* 表カラー ------------------------------------------------------- */

body.topics div#contents table.tColor1 th {
	background-color: #fc9;
}
body.topics div#contents table.tColor1 td {
	background-color: #fffaf0;
}

/* 開催終了色------------------------------------------------------ */

body.topics div#contents .closed {
	color: #ff0000;
}

/* 注意色 --------------------------------------------------------- */

body.topics div#contents .caution {
	color: #ff0000;
}

/* New ------------------------------------------------------- */

body.topics div#contents img.new {
	vertical-align: middle;
}
