@charset "Shift_JIS";

/* colors */
/*
    #fef3d3 (background)
    #ffad86 (tab)
    #f97c39 (selectedtab)
    #0080ff (example)
    #ffff00 (miss)
*/

/* ページボディ */
body {
	background-color: #fef3d3;
	margin: 0 auto 0 auto;
	padding: 0;
	text-align: center;
}

/* ヘッダー：ロゴ領域 */
#header_logo {
	margin: auto auto auto auto;
	padding: 10px;
	text-align: center;
	width: 850px;
}

/* ヘッダー：メニュー領域 */
#header_menu {
	margin: 10px auto 10px auto;
	text-align: center;
	width: 850px;
}

/* ヘッダー：メニュー領域：装飾 */
#header_menu ul.tabnav {
	border-bottom: 1px solid #ffad86;
	font-size: 16px;
	list-style-type: none;
	margin: 0;
	padding: 4px 10px 4px 10px;
}
#header_menu ul.tabnav li {
	display: inline;
}
#header_menu ul.tabnav li a {
	border-bottom: none;
	color: #f97c39;
	margin-right: 0px;
	padding: 5px 5px;
	text-decoration: none;
}
#header_menu ul.tabnav li a.selected {
	background-color: #f97c39;
	color: white;
}
#header_menu ul.tabnav li a:hover {
	background-color: #f97c39;
	color: white;
}

/* ヘッダー：メッセージ領域 */
#header_message {
	margin: 20px auto 20px auto;
	text-align: center;
	width: 850px;
	font-size: 14px;
	line-height: 125%;
}
#header_message .text a {
	text-decoration: none;
	color: #f97c39;
}
#header_message .text a:hover {
	background-color: #f97c39;
	color: white;
}
#header_message .text a.selected {
	background-color: #f97c39;
	color: white;
}
/* ヘッダー：メッセージ領域：装飾 */
#header_message div.important {
	border: 1px red dotted;
	margin-left: 10%;
	margin-right: 10%;
        background-color: white;
}
#header_message .important h3 {
	font-size: 16px;
	font-weight: bold;
}
#header_message .important .text {
	line-height: 125%;
	padding-bottom: 13px;
}
#header_message .important .text a {
	color: #f97c39;
	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 .important .text a.form_error {
	background-color: #ffff00;
	color: #000000;
}

/* コンテンツ */
#contents {
//	margin: 20px auto 20px auto;
//	text-align: center;
//	width: 850px;
//font-size: 14px;
}

/* コンテンツ：メイン領域 */
#contents_main {
//	padding: 0;
//text-align: center;
}

#contents_main table {
	margin: 0 auto 0 auto;
width: 850px;
//padding: 10px 0px;
}
#contents_main td {
	border-bottom: solid 1px #f97c39;
	border-right: solid 1px #f97c39;
	border-left: solid 1px #f97c39;
font-size: 14px;
background-color: white;
	padding: 10px;
}
#contents_main th {
	background-color: #f97c39;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding: 5px 5px 5px 5px;
	text-align: left;
color: white;
}
#contents_main td.title {
	background-color: #ffb770;
text-align:center;
border: none;
	border-bottom: solid 1px #f97c39;
	border-left: solid 1px #f97c39;
}

#contents_main  a.form_name {
	color: #000000;
	text-decoration: none;
}
#contents_main  a.form_req {
	color: red;
	text-decoration: none;
}
#contents_main  a.form_example {
	color: #0080ff;
	text-decoration: none;
}
#contents_main  a.form_warn {
	color: #ff0000;
	text-decoration: none;
}
#contents_main  p.form_error {
	background-color: #ffff00;
}

/* コンテンツ：記事領域：開催概要テーブル */
#contents_main .table_about{
    background-color: #ffffff;
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    font-size: 14px;
    margin: 0px auto 0px auto;
    text-align: center;
}
#contents_main .table_about th{
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    border-left: 1px solid #fef3d3;
    background-color: #f97c39;
    color: white;
    padding: 0.3em 1em;
    text-align: center;
}
#contents_main .table_about td{
border: none;
    border-top: 2px solid white;
    border-bottom: 2px solid #fef3d3;
    border-left: 2px solid #fef3d3;
    padding: 0.3em 1em;
}
#contents_main .table_about td.disabled{
        background-color: silver;
}

#contents_main p.space_map {
	margin: 20px;
}
#contents_main img.space_map {
	padding: 20px;
border: solid 1px #f97c39;
}

/* コンテンツ：記事領域 */
#contents_main .article {
	padding: 10px 10px 10px 10px;
	text-align: left;
        margin-left: 10%;
        margin-right: 10%;
}
#contents_main .article .text {
	font-size: 14px;
	line-height: 125%;
//	margin-top: 20px;
	padding: 0px 10px 0px 10px;
        background-color: white;
        border: 1px solid #ffad86;
}
#contents_main .article .text a.font_red {
	color: red;
	text-decoration: none;
}
#contents_main .article .text a {
	color: #f97c39;
	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: #0080ff;
	text-decoration: none;
}
#contents_main .article .text a.form_warn {
	color: #ff0000;
	text-decoration: none;
}
#contents_main .article .text p.form_error {
	background-color: #ffff00;
}
#contents_main .article h3 {
	background-color: #f97c39;
	font-size: 16px;
	font-weight: bold;
//	margin: 0;
	padding: 5px 5px 5px 5px;
	color: white;
}
#contents_main .article h3 a{
	text-decoration: none;
}



/* フッタ：フッター装飾 */
#footer {
	clear: left;
	font-size: 11px;
	margin: auto auto auto auto;
	padding: 10px 0px 10px 0px;
	text-align: center;
	width: 850px;
}

/* フッタ：注意書き */
#footer .block {
	padding-top: 10px;
}

#footer a {
	color: #f97c39;
	text-decoration: none;
}
#footer a:hover {
	background-color: #f97c39;
	color: white;
}
#footer a.selected {
	background-color: #f97c39;
	color: white;
}
