/*-------------------------------------------------------------------------------*/
/*----- 共通指定の上書き設定 ----------------------------------------------------*/


ul.normal-list {
	margin-left: 20px;
}

ul.normal-list li {
	font-size: 80%;
	color: #fff;
}

/*-------------------------------------------------------------------------------*/
/*----- サブナビゲーション (リンク、検索等) -------------------------------------*/

#header-area {
	background-image:none;
	height: 350px;
}


#header-area-inner {
	background-image:url(../images/top/bg_header.png);
	height:90px;
}





/*-------------------------------------------------------------------------------*/

/* ２列レイアウト・左エリア */
#left-part {
	float:left;
	width: 420px;
}

/* ２列レイアウト・右エリア */
#right-part {
	float:left;
	width: 225px;
	margin-left: 20px;
}



/* アイテムリスト */
ul.news-list{
	margin-left: 0px;
	list-style: none;
}

/* アイテムリスト各項目 */
ul.news-list li {
	padding: 2px;
	font-size: 80%;
	line-height: 160%;
	border-bottom: 1px #D8DCDF dotted;
}


/* 画像バナー */
img.banner-image {
	margin-top: 6px;
	margin-bottom: 12px;
}

/*テーブル*/
table.info-table {
	border-collapse: collapse;
	border-spacing: 0px;
	border: none;
	width: 100%;
}

table.info-table th {
 	border: none;
	padding: 4px;
	font-size: 90%;
	vertical-align: top;
	text-align: left;
	border-bottom: 0px #9DA8B0 solid;
}

table.info-table td {
 	border: none;
	padding: 3px;
	font-size: 90%;
	line-height: 130%;
	vertical-align: top;
	border-bottom: 0px #D8DCDF solid;
}

table.info-table td.table-date {
	width: 60px;
}




#sitemap {
	width:914px;
	margin-left:10px;
	font-size:80%;
	background-color:#003359;
	padding: 12px;
	margin-top: 12px;
	padding-bottom: 32px;
}

#sitemap:after {
	content: "";
	display:block;
	clear:both;
	height:1px;
	overflow:hidden;
}

#sitemap div {
	width: 150px;
	float: left;
}

#sitemap h4 {
	border: 0px;
	margin-bottom: 4px;
}


#sitemap div  ul{
	list-style: none;
}

#sitemap div ul li{
	line-height: 1.5;
}


#sitemap div ul li a{
	color: #9db3c3;
}





div#top-contents-area {
	font-size: 90%;
	margin-top: 8px;
}


div#top-contents-area h3 {
	color: #eee;
	font-size: 90%;
	padding-bottom: 4px;
	border-bottom:1px solid #80919e;
}


p.top-panel {
	margin: 0px;
	padding: 0px;
	background:url(../images/bg_panel.png) no-repeat;
	width:260px;
	height: 90px;
}

p.top-panel a {
	font-size: 90%;
	color: #fff;
	line-height:1.5;
	width:240px;
}

p.top-panel strong {
	font-size: 130%;
}

p.top-panel span {
	display:inline-block;
	
	margin-left: 10px;
	margin-top:6px;
}

div.event-date {
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-size: 90%;
	margin-top:24px;
}




div#panel-0 {
	display: none;
	width: 0px;
	height: 0px;
	overflow:hidden;
}


div#panel-1 {
	display: none;
	margin-top:8px;
	margin-left:600px;
	width:340px;
	height:240px;
	background:url(../images/top/bg_panel.png) no-repeat;
	color: #555;
}

div#panel-2 {
	display: none;
	margin-top:8px;
	margin-left:600px;
	width:340px;
	height:240px;
	background:url(../images/top/bg_panel.png) no-repeat;
	color: #555;
}

div.panel-inner {
	padding-top:30px;
	margin-left:30px;
}

div.panel-inner strong.event-sub-title {
	font-size: 80%;
}


div.panel-inner strong.event-title {
	font-size: 120%;
}

div.panel-inner p {
	font-size: 85%;
}

div.panel-inner a {
	color: #000066;
}

div.panel-inner a:visited {
	color: #000066;
}

p.event-counter {
	background:url(../images/top/bg_date.png) no-repeat;
	color:#fff;
	padding: 7px;
	padding-left: 20px;
	width: 260px;
}

div#panel-navigation {
	position: absolute;
	top: 316px;
	font-size: 80%;
	margin-left:420px;
	padding:2px;
	width:120px;
	height:30px;
	text-align: center;
}

div#panel-navigation a {
	display:inline-block;
	width:30px;
	height:30px;
	margin: 0;
	padding:0px;
	padding-top: 3px;
	background:url(../images/top/bg_navigation.png) no-repeat;
	background-position:-8px;
	color: #fff;
}

