/*---------------------------------------------------------------------------------
ページ内リンク
---------------------------------------------------------------------------------*/
.hideAnchor {
	display:block;
	height:0px;
	/height:1px;
	overflow:hidden;
	text-indent:-9999px;
	margin-top:-200px;
	padding-bottom:200px;
	}

/*---------------------------------------------------------------------------------
edit要素
---------------------------------------------------------------------------------*/
#edit{ 
	width:100%;
	margin-bottom:30px;
	}
	
#editor_box {
    margin-bottom: 30px;
    width: 100%;
}

#editor_box p {
    margin: 0 10px;
}

#editor_box hr {
    clear:both;
}


/*-----画像関連-----*/
img.imgedit_right{ 
	float:right;
	margin:0 0 20px 20px;
	padding:3px; 
	clear:both;}

	img.imgedit_right_noline{
		float:right; 
		margin:0 0 20px 20px;
		padding:3px; 
		border: none; 
		clear:both;
}

img.imgedit_center{
	display:block;
	margin:15px auto 15px; 
	padding:3px; 
	clear:both;
}
	img.imgedit_center_noline{ 
		display:block; 
		margin:15px auto 15px;
		padding:3px; 
		border: none;
		clear:both;
}

img.imgedit_left{
	float:left; 
	margin:0 20px 20px 0; 
	padding:3px; 
	clear:both;
}
	img.imgedit_left_noline{
		float:left;
		margin:0 20px 20px 0;
		padding:3px; 
		border: none; 
		clear:both;
}


/*-----エディット用一覧ボックス----*/
#edit_list_box{
	width:100%; display:block; margin-top:5px;
	padding-top:5px;
	}
	
	#edit_list_box dl{
		width:100%;
		padding:10px 20px;
		border-bottom:2px #EFE4E4 solid;
		overflow:hidden;
		background-color:#F6F5F5;
		margin-bottom:5px;
		padding-bottom:30px;
		}
		
		#edit_list_box a dl:hover{background-color:#FAFAE6;}

	#edit_list_box dl dt{
		width:120px; height:120px;
		background-color:#E8E8E8;
		text-align:center;
		float:left;
		}

	#edit_list_box dl dd{
		width:380px;
		float:right;
		text-align:left;
		color:#5E5D5D;
		}

		#edit_list_box dl dd span{
			font-size:110%;
			width:380px;
			display:block;
			padding-bottom:10px;
			margin-bottom:5px;
			margin-top:5px;
			border-bottom:1px #000 dotted;
			}
			
			#edit_list_box dl dd span{ font-weight:bold; color:#333; }
	
	#edit_list_box dl dd table{}
	
	#edit_list_box dl dd table th{ padding-right:10px;color:#C44B50;}


/*-----エディット用一覧ボックス２----*/
.edit_list_box2{
	width:100%; display:block; margin-top:5px;
	padding-top:5px;
	}
	
	.edit_list_box2 table{ margin-left:10px;}
	.edit_list_box2 table th{ padding-right:10px;color:#C44B50;}


	/*-----ページリンク-----*/
	#edit_list_box dl dd span.txt_linkmove{
		display:block; padding-left:18px; margin:0 10px 0 0; border-bottom:none; font-size:90%; padding-bottom:0px;
		background:url("../img/main/link_move.png") center left no-repeat;
		}

span.edit_txt_right{float:right; text-align:right; clear:both; margin-top:-15px; margin-bottom:10px;}
	
	/*-----ページリンク-----*/
div#accessmap{ width:572px; height:520px;
	background:url("../../userfiles/edit/access.png") center left no-repeat;}


/*-----アクセステーブル----*/
table.tb_access{ width:100%; border:1px #BCBCBB solid;}

table.tb_access th{ background-color:#8E8D8D; color:#fff; padding:10px 15px; text-align:center;}

table.tb_access td{ background-color:#FEFEF5; padding:10px 15px;}
	table.tb_access td.tb_access_col1{ background-color:#B6B652; color:#fff; font-weight:bold; }
	table.tb_access td.tb_access_col2{ background-color:#CB6E70; color:#fff; font-weight:bold; }

	/*-----矢印----*/
	table.tb_access td span.tb_access_arrow_dotted{
		width:8px; height:4px; display:block; float:left; margin-top:2px;
		background:url("../../userfiles/edit/access_arrow_dotted.png") 0 0 repeat-x;}
	
	table.tb_access td span.tb_access_arrow{
		width:7px; height:9px; display:block; float:left; margin-top:-1px;
		background:url("../../userfiles/edit/access_arrow.png") 0 0 no-repeat;}


/*-----エディット用一覧ボックス２----*/
.edit_list_box2{
	width:100%; display:block;
	padding:5px 20px 20px 20px;
	border-bottom:1px #BCBCBB dotted;
	}
	
	.edit_list_box2 span{ margin-left:3px;}
	
	.edit_list_box2 table{}
	.edit_list_box2 table th{ padding-right:15px;}


/*-----コンベンションカレンダー----*/
.convcalendar{
	width:90%;
	display:block;
	margin: 0 auto;}

	.convcalendar table{ width:100%; margin-bottom:10px;}
	
	.convcalendar table th{
		padding:10px; background-color:#F7F6F6;
		border-bottom:1px #747474 dotted; border-right:1px #C0BFBE dotted;}
	
	.convcalendar table td{
		padding:10px; background-color:#F7F6F6; font-size:90%;
		border-bottom:1px #747474 dotted;}
		
		.convcalendar table td em{ font-size:130%; font-weight:bold; color:#000;}

		.convcalendar table td em.txtflag_blue{ font-size:100%; color:#0F7B88; font-weight:normal;}


/*-----テキスト一覧ボックス----*/
.edit_txtbox{
	width:100%;
	display:block;
	clear:both;
	border-bottom:2px #EFE4E4 solid;
	padding-bottom:30px;
	margin-bottom:20px;
	overflow:hidden;}
	
	.edit_txtbox dl{ display:block; clear:both; overflow:hidden;}
	
		.edit_txtbox dl dt{ float:left; margin-right:10px;}

/*-----テーブル（短歌・俳句系）----*/
table.tb_tankahaiku{ width:100%; margin-left:10px;}

table.tb_tankahaiku td{ vertical-align:top;}

/*---------------------------------------------------------------------------------
HSP
---------------------------------------------------------------------------------*/
.hsp{
	display:block;
	}

.hsp_clear{
	display:block; clear:both;
	text-indent:-999em; line-height:0;
	}

/*---------------------------------------------------------------------------------
LIGHT BOX  島津　追加
---------------------------------------------------------------------------------*/
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
	font-size:120%;
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding: 1em 0;
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	position: absolute;
	top: 0;
	margin-top: -50px;
	right: 20px;
}
