@charset "UTF-8";
/* CSS Document */
body{
	background-image:none;
	color:#000;
}

h1{
	background-image:none;
	text-indent:0em;
	line-height:1em;
	font-size:15px;
	font-weight:bold;
}

ul#global_navi,
#glnavi_shadow,
ul#local_navi,
#sub_navi,
#sub_navi_back,
ul#breadcrumb,
#right_column,
#footer,
ul#footer_navi{
	display:none;
}

#left_column{
	width:100%;
}


h3{
	clear:both;
	border-bottom:1px solid #999;
	padding:15px 0 2px;
	margin-bottom:5px;
	text-indent:0px;
	font-weight:bold;
	font-size:1.2em;
	color:#3f3f3f;
}

.caption{
	font-size:0.8em;
}

/*ブレッドクラム*/
ul#breadcrumb{
	margin-bottom:5px;
}
ul#breadcrumb li{
	display:inline;
	font-size:0.8em;
}
ul#breadcrumb li a{
	background:no-repeat right url(../img/common/arrow_breadcrumb.gif);
	padding-left:2px;
	padding-right:10px;
	text-decoration:none;	
}
ul#breadcrumb li a:hover{
	text-decoration:underline;
}

/*TOP*/
#feed{ display:none;}
#archives{display:none;}

/*イベント*/
#last_event{ display:none;}

/*広報誌TEST*/
#contents_list h3{
	display:inline;
	padding:0px;
	margin:0px;
	text-indent:0px;
	border-bottom:1px solid #444;
	padding:0px;
	background:none;
	color:#8f0000;
	font-weight:bold;
	line-height:30px;
	font-size:1.2em;
}
#contents_list h4{
	display:inline;
	padding:0px;
	margin:0px;
	text-indent:0px;
	border-bottom:1px solid #444;
	padding:0px;
	background:none;
	color:#000;
	line-height:28px;
	font-size:1.1em;
}
#contents_list h5{
	display:inline;
	padding:0px;
	margin:0px;
	text-indent:0px;
	border-bottom:1px solid #444;
	padding:0px;
	color:#000;
	line-height:28px;
	font-size:1em;
}



/* -------------------------- */
/*タブ関連*/
/* -------------------------- */
.TabbedPanels {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}

.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
	padding-left:20px;
}

.TabbedPanelsTab {
	position: relative;
	top:22px;
	float: left;
	padding: 0px 10px;
	margin: 0px 5px 0px 0px;
	border-left: solid 1px #999;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	
	font-size:1em;
	color:#0099cc;
	text-decoration:underline;
	line-height:24px;
	list-style-type:none;
}
.TabbedPanelsTab div{
	text-indent:0px;
}


.TabbedPanelsTabSelected {
	border-bottom: 1px solid #fff;
	background-color:#fff;
	background-image:none;
	line-height:30px;
	top:16px;
	color:#444;
	text-decoration:none;
	cursor:default;
	list-style-type:none;
}
.TabbedPanelsTabSelected div{
}





/* -------------------------- */
/*コンテンツ関連*/
/* -------------------------- */
.TabbedPanelsContentGroup {
	clear: both;
}

.TabbedPanelsContent {
	padding: 4px;
}

.TabbedPanelsContentVisible {
}

