/* ===============[ Global Navi Setting ]=============== */

#global-navi .n_activity a {
	height: 56px;
	width: 180px;
	background: url(../shared-img/g-navi-btn.jpg) no-repeat 0px 0px;
}
#global-navi .n_activity a:hover {
	background: url(../shared-img/g-navi-btn.jpg) no-repeat 0px -56px;
}
#global-navi .n_member a {
	height: 56px;
	width: 180px;
	background: url(../shared-img/g-navi-btn.jpg) no-repeat -180px 0px;
}
#global-navi .n_member a:hover {
	background: url(../shared-img/g-navi-btn.jpg) no-repeat -180px -56px;
}
#global-navi .n_project a {
	height: 56px;
	width: 180px;
	background: url(../shared-img/g-navi-btn.jpg) no-repeat -360px 0px;
}
#global-navi .n_project a:hover {
	background: url(../shared-img/g-navi-btn.jpg) no-repeat -360px -56px;
}
#global-navi .n_news a {
	height: 56px;
	width: 180px;
	background: url(../shared-img/g-navi-btn.jpg) no-repeat -540px 0px;
}
#global-navi .n_news a:hover {
	background: url(../shared-img/g-navi-btn.jpg) no-repeat -540px -56px;
}
#global-navi .n_organize a {
	height: 56px;
	width: 180px;
	background: url(../shared-img/g-navi-btn.jpg) no-repeat -720px 0px;
}
#global-navi .n_organize a:hover {
	background: url(../shared-img/g-navi-btn.jpg) no-repeat -720px -56px;
}
#visual {
	padding-top: 10px;
	padding-bottom: 25px;
}
#center {
	width: 480px;
	float: left;
	margin-left: 15px;
	text-align: left;
}
#support-menu,#fukuri-menu {
	padding-bottom: 15px;
}
#support-menu div,#fukuri-menu div {
	background: url(../home-img/support-fukuri-title.jpg) no-repeat;
	height: 35px;
	width: 195px;
}
#support-menu h2,#fukuri-menu h2 {
	color: #BE211D;
	padding-top: 10px;
	padding-left: 25px;
	font-size: 15px;
	font-weight: bold;
}
#support-menu ul,#fukuri-menu ul {
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
#support-menu li,#fukuri-menu li {
	list-style: none;
	font-weight: bold;
	border-top: 1px dotted #CCCCCC;
	font-size: 13px;
	line-height: 17px;
}
#support-menu a,#fukuri-menu a {
	color: #666666;
	text-decoration: none;
	display: block;
	padding: 10px 3px 10px 20px;
	background: url(../shared-img/c-navi-list.gif) no-repeat left center;
}
#support-menu a:hover,#fukuri-menu a:hover {
	background: url(../shared-img/c-navi-list-active.gif) no-repeat left center;
	color: #BE211D;
}
#menu {
	border-bottom: 1px solid #CCCCCC;
	font-size: 13px;
	line-height: 17px;
	margin-bottom: 15px;
}
#menu .CollapsiblePanel {
	margin: 0px;
	padding: 0px;
}
#menu .CollapsiblePanelTab {
	cursor: pointer;

	-moz-user-select: none;
	-khtml-user-select: none;
	margin: 0px;
	background: url(../shared-img/menu-back-plus.jpg) no-repeat left center;
	font-size: 15px;
	padding: 11px 30px 11px 22px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	font-weight: bold;
	color: #BE211D;
}
#menu .CollapsiblePanelContent {
	margin: 0px;
	padding: 0px;
}
#menu .CollapsiblePanelOpen .CollapsiblePanelTab {
	background: url(../shared-img/menu-back-minus.jpg) no-repeat left center;
}
#menu .CollapsiblePanelContent ul {
	background: #FFFFFF;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
#menu .CollapsiblePanelContent li {
	list-style: none;
	font-weight: bold;
	border-top: 1px dotted #CCCCCC;
}
#menu .CollapsiblePanelContent li .active {
	display: block;
	color: #BE211D;
	padding: 10px 3px 10px 20px;
	background: url(../shared-img/c-navi-list-active.gif) no-repeat 10px 15px;
}
#menu .CollapsiblePanelContent li a {
	color: #666666;
	text-decoration: none;
	display: block;
	padding: 10px 3px 10px 20px;
	background: url(../shared-img/c-navi-list.gif) no-repeat left center;
}
#menu .CollapsiblePanelContent li a:hover {
	background: url(../shared-img/c-navi-list-active.gif) no-repeat left center;
	color: #BE211D;
}
#orgbanner dl {
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	padding-left: 10px;
	padding-bottom: 15px;
	border-top: 1px dotted #CCCCCC;
}
#orgbanner dt {
	padding-top: 15px;
	padding-bottom: 6px;
}
#orgbanner dd {
	font-size: 11px;
	line-height: 130%;
	color: #333333;
}
#orgbanner #kaikan {
	background: url(../shared-img/organi_banner-kaikanp.jpg) no-repeat 112px 0px;
}
#orgbanner #wing {
	background: url(../shared-img/organi_banner-wingp.jpg) no-repeat 112px 0px;
}
#whats-new div,#member-news div {
	background: url(../home-img/news-title.jpg) no-repeat;
	height: 35px;
	width: 480px;
}
#whats-new h2,#member-news h2 {
	color: #BE211D;
	padding-top: 10px;
	padding-left: 30px;
	font: bold 15px Arial, Helvetica, sans-serif;
	margin: 0px;
}
#whats-new ul {
	border-top: 1px dotted #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	background: url(../home-img/whatsnew-line.gif) no-repeat 0px 0px;
	padding: 20px 10px 10px 15px;
}
#whats-new li,#member-news li {
	list-style: none;
	border-bottom: 1px dotted #999999;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
#member-news {
	padding-top: 15px;
}
#member-news ul {
	background: url(../home-img/membernews-line.gif) no-repeat 0px 0px;
	padding: 20px 10px 10px 15px;
	border-top: 1px dotted #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
#banner-navi {
	float: right;
	width: 195px;
}
#whats-new table {
	width: 100%;
}
#whats-new .category-td {
	width: 90px;
}
#whats-new .date-td {
	width: 85px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #996600;
}
#whats-new .title-td {
	font-size: 13px;
	line-height: 140%;
}
#whats-new .title-td a {
	color: #BE211D;
	text-decoration: none;
}
#whats-new .title-td a:hover {
	text-decoration: underline;
}
#whats-new #w-btn {
	text-align: right;
	position: relative;
	top: -21px;
	margin: 0px;
	padding: 0px;
}
#whats-new #w-btn img {
	margin-right: 10px;
}
#member-news dl {
	clear: both;
	font-size: 13px;
	line-height: 140%;
}
#member-news dt {
	font: 12px Arial, Helvetica, sans-serif;
	float: left;
	width: 90px;
	display: block;
	color: #845900;
}
#member-news dd {
	float: left;
	display: block;
	width: 360px;
}
#member-news dd a {
	color: #BE211D;
	text-decoration: none;
	font-weight: bold;
}
#member-news dd a:hover {
	text-decoration: underline;
}
#banner-navi #banner-block {
	border-top: 1px dotted #999999;
	margin-top: 15px;
	padding-top: 20px;
}
#banner-navi .mrg {
	margin-top: 8px;
}
#mbrbanner a {
	display: block;
	height: 95px;
	width: 195px;
	background: url(../home-img/member_banner-over.jpg) no-repeat;
}
#mbrbanner a:hover {
	background-color: #FFFFFF;
}
#mbrbanner a:hover img {
	visibility: hidden;
}
#admbanner a {
	display: block;
	height: 80px;
	width: 195px;
	background: url(../home-img/admission_banner-over.jpg) no-repeat;
}
#admbanner a:hover {
	background-color: #FFFFFF;
}
#admbanner a:hover img {
	visibility: hidden;
}
#roombanner a {
	display: block;
	height: 80px;
	width: 195px;
	background: url(../home-img/room_banner-over.jpg) no-repeat;
}
#roombanner a:hover {
	background-color: #FFFFFF;
}
#roombanner a:hover img {
	visibility: hidden;
}
