@charset "Shift_JIS";


/* ページボディ */
body {
	background-color: #fef3d3;
	margin: 0 auto 0 auto;
	padding: 0;
	text-align: center;
	color: #4b4b4b;
}

/* ヘッダー */
#header {
	margin: 0px auto 20px auto;
	padding: 0;
	text-align: center;
}

/* ヘッダー：ロゴ領域 */
#header_logo {
/*	height: 116px;*/
	margin: 0px auto 20px auto;
	text-align: center;
}

/* ヘッダー：メニュー領域 */
#header_menu {
	margin: 0px auto 0px auto;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	border-bottom: 1px #ffad86 solid;
	border-top: 1px #ffad86 solid;
}

/* ヘッダー：メニュー領域：装飾 */
#header_menu ul.tabnav {
	font-size: 16px;
	list-style-type: none;
	margin: 0;
	padding: 5px 0px 5px 0px;
}
#header_menu ul.tabnav li {
	display: inline;
}
#header_menu ul.tabnav li a {
	border-bottom: none;
	color: #e05307;
	margin-right: 0px;
	padding: 5px 5px;
	text-decoration: none;
}
#header_menu ul.tabnav li a.selected {
	border-bottom: 1px #ffad86 solid;
	background-color: #ffad86;
	color: white;
}
#header_menu ul.tabnav li a:hover {
	border-bottom: 1px #ffad86 solid;
	background-color: #ffad86;
	color: white;
}

/* ヘッダー：メッセージ領域 */
#header_message {
	margin: 0px auto 0px auto;
	text-align: center;
/*	background-color: #ffad86; */
/*	border: 1px #ffad86 solid; */
}

/* ヘッダー：メッセージ領域：装飾 */
#header_message div.important {
	border: 1px #ffad86 solid;
/*	margin: 5px; */
margin: 20px 70px 20px 70px;
}
#header_message .important h3 {
	font-size: 16px;
	font-weight: bold;
	color: #f97c39;
/*	border-bottom: 1px #ffad86 solid; */
}
#header_message .important .text {
	line-height: 125%;
	padding-bottom: 13px;
}
#header_message .important .text a {
	color: #e05307;
	text-decoration: none;
}
#header_message .important .text a:hover {
	background-color: #f97c39;
	color: white;
}
#header_message .important .text a.selected {
	background-color: #f97c39;
	color: white;
}
#header_message .normal h3 {
	font-size: 16px;
	font-weight: bold;
}

/* コンテンツ */
#contents {
	margin: 10px auto 10px auto;
	text-align: center;
	width: 950px;
}

/* コンテンツ：メイン領域 */
#contents_main {
	padding: 0;
}

/* コンテンツ：記事領域 */
#contents_main .article {
	padding: 20px 10px 10px 10px;
	text-align: left;
}
#contents_main .article .text {
/*	border-left: 1px #f97c39 solid; */
	border-top: 1px #f97c39 dashed;
	font-size: 14px;
	line-height: 125%;
/*	padding: 10px 10px 20px 10px;*/
	padding-left: 10px;
	padding-top: 10px;
}
#contents_main .article .text a.font_red {
	color: red;
	text-decoration: none;
}
#contents_main .article .text a {
	color: #e05307;
	text-decoration: none;
}
#contents_main .article .text a:hover {
	background-color: #f97c39;
	color: white;
}
#contents_main .article .text a.selected {
	background-color: #f97c39;
	color: white;
}
#contents_main .article .text a.form_name {
	color: #000000;
	text-decoration: none;
}
#contents_main .article .text a.form_req {
	color: red;
	text-decoration: none;
}
#contents_main .article .text a.form_example {
	color: #e05307;
	text-decoration: none;
}
#contents_main .article .text a.form_warn {
	color: red;
	text-decoration: none;
}
#contents_main .article h3 {
	font-size: 16px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 5px;
}
#contents_main .article h3 a{
	text-decoration: none;
}
#contents_main .article .date {
/*	border: 1px #f97c39 solid; */
	background-color: #ffad86;
	color: white;
	font-size: 13px;
	padding: 2px 10px 2px 10px;
}

/* コンテンツ：記事領域：開催概要テーブル */
#contents_main table.table_about{
    background-color: #ffffff;
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
	font-size: 14px;
}
#contents_main .table_about th{
    border-top: 1px solid #fff1e1;
    border-bottom: 1px solid #fff1e1;
    border-left: 1px solid #fff1e1;
    background-color: #ffad86;
    color: white;
    padding: 0.3em 1em;
    text-align: center;
}
#contents_main .table_about td{
    border-top: 2px solid #fff1e1;
    border-bottom: 2px solid #fff1e1;
    border-left: 2px solid #fff1e1;
    padding: 0.3em 1em;
}
#contents_main .table_about td.disabled{
        background-color: silver;
}

/* コンテンツ：イベント相互リンク領域 */
#event_link {
/*	padding: 1em;*/
	padding-bottom: 15px;
}

/* コンテンツ：イベント相互リンク領域 */
#event_link .article {
	margin-left: auto;
	margin-right: auto;
	width: 70%;
}
#event_link .article .text {
	font-size: 14px;
	line-height: 125%;
	padding: 10px 0px 10px 0px;
}
#event_link .article .text a {
	color: #e05307;
	text-decoration: none;
}
#event_link .article .text a:hover {
	background-color: #f97c39;
	color: white;
}
#event_link .article .text a.selected {
	background-color: #f97c39;
	color: white;
}
#event_link .article h3 {
	border-bottom: 1px #f97c39 solid;
	/*border-left: 10px #f97c39 solid;*/
	font-size: 16px;
	font-weight: bold;
	padding-left: 5px;
}
#event_link .article h3 a{
	text-decoration: none;
}

/* フッタ：フッター装飾 */
#footer {
	clear: left;
	font-size: 11px;
	margin: 30px auto 0px auto;
	text-align: center;
	width: 950px;
}

/* フッタ：ページトップへ戻る */
#footer .to_top {
	border: 1px #f97c39 solid;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 320px;
}
#footer .to_top a {
	color: #e05307;
	display: block;
	padding: 0.3em;
	text-decoration: none;
}
#footer .to_top a:hover {
	background-color: #f97c39;
	color: white;
}
#footer .to_top a.selected {
	background-color: #f97c39;
	color: white;
}

/* フッタ：注意書き */
#footer .caution {
	padding-top: 10px;
}

/* フッタ：Copyright */
#footer .copyright {
	padding-top: 10px;
}

/* フッタ：カウンタ */
#footer .counter {
	padding: 10px 0px 10px 0px;
}

/* フッタ：そのほかリンク */
#footer .other_links {
	border-top: 1px #f97c39 solid;
	font-size: 14px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}
#footer .other_links h3 {
	font-weight: bold;
	font-size: 14px;
	margin: 0;
	padding: 10px 0px 10px 0px;
}
#footer .other_links h3 a {
	padding: 0.3em;
	text-decoration: none;
}
#footer .other_links a {
	color: #e05307;
	padding: 0.3em;
	text-decoration: none;
}
#footer .other_links a:hover {
	background-color: #f97c39;
	color: white;
}
#footer .other_links a.selected {
	background-color: #f97c39;
	color: white;
}

/* #e05307 文字色*/
/* #f97c39 塗り色*/
/* #fff1e1 背景色*/