@charset "utf-8";

/* INDEX PAGE CSS
-------------------------------------------------------- */
/* FLASH
--------------------------- */
#flash_wrapper {
/*	float:left;*/
	clear:both;
	width:100%;
	height:338px;
	background:url(../images/bg_flash.jpg) repeat-x;
}
#flash {
	width:952px;
	height:308px;
	margin:0 auto;
	padding:15px 0;	
}


/* Center Contents 
--------------------------- */
/* pick up */
div.pickup01 { /* img有り */
	width:200px;
	float:right;
	margin-bottom:20px;
}
div.pickup02 { /* img有りtxt */
	width:300px;
	float:left;
	margin-bottom:20px;
}
div.pickup03 { /* img無し */
	width:506px;
	margin-bottom:20px;
}
/* tabContents */
div.TabbedPanels {
 	width:536px;
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width: 100%; 
}
div.TabbedPanels ul {
	width:506px;
	text-align:center;
	margin:0 auto;
	padding:0 15px;
}
.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
}
.TabbedPanelsTabGroup ul {
	background:#FFF;
}
.TabbedPanelsTab {
	width:98px;
	height:20px;
	position: relative;
	background: #FFF url(../images/tab_off.jpg) no-repeat;
	top: 1px;
	float: left;
	padding:2px 0 0 0;
	margin: 0px 3px 0px 0px;
	color:#EBEBEB;
	text-align:center;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
}
.TabbedPanelsTabHover {
	background: #FFF  url(../images/tab_on.jpg) no-repeat;
	color:#FFF; 
}
.TabbedPanelsTabSelected {
	background-color: #EEE;
	border-bottom: 1px solid #EEE;
}
.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}
.TabbedPanelsContentGroup {
	width:506px;
	padding:5px 15px 0;
	clear: both;
	background:#EBEBEB url(../images/box_tab_head.jpg) no-repeat top left;
}
.TabbedPanelsContentGroup table {
	width:506px;
}
.TabbedPanelsContentGroup table td {
	line-height:1.8;
	padding:2px 2px 2px 0;
	border-bottom:1px dotted #B2B2B2; 
}
.TabbedPanelsContentGroup table td img {
	margin:0.5em 0;
}
div.TabbedPanelsContentGroup .TabbedPanelsContent ul {
	width:506px;
	text-align:left;
	padding:0 0 2px 0;
	border-bottom:1px solid #B3B3B3;
}
.TabbedPanelsContent li {
	display:inline;
	padding-left:10px;
}
.TabbedPanelsContent li { padding-left:1.1em; margin-right:1.0em;}
.TabbedPanelsContent li.top {background:url(../images/icon_news_top.jpg) no-repeat left 50%;}
.TabbedPanelsContent li.club {background:url(../images/icon_news_club.jpg) no-repeat left 50%;}
.TabbedPanelsContent li.ivent {background:url(../images/icon_news_event.jpg) no-repeat left 50%;}
.TabbedPanelsContent li.erea {background:url(../images/icon_news_area.jpg) no-repeat left 50%;}

div.tabFooter  {
	width:536px;
	margin-bottom:15px;
	background:#EBEBEB;
}
div.tabFooter ul {
	width:506px;
	padding:5px 15px 0;
	text-align:left;
}
div.tabFooter ul li img {
	vertical-align: middle;
	margin:0;
	margin-right:5px;
}
#TabbedPanels1 a:link,
#TabbedPanels1 a:visited {color:#5A5A5A;}
#TabbedPanels1 a:hover,
#TabbedPanels1 a:focus {color:#FF6E00;}



/* subContents */
#subContents {
	width:536px;
	float:left;
	clear:both;
	background:#EBEBEB;
}
#subContents h2 {
	padding-bottom:15px;
}
#subContents h2 img {
	display: block;
}
#subContents div {
	width:243px;
	height:auto;
	float:left;
	padding:0 5px 0 15px;
	background:#EBEBEB;
}
#subContents div img{
	margin-bottom:5px;
}
#subContents div dt a {
	background:url(../images/arrow01_orange.png) no-repeat left 50%;
	line-height:1.6;
	display:inline;
	padding-left:10px;
	font-size:0.93em;
	font-weight:bold;
}
#subContents div dd {
	font-size:0.85em;
	padding-bottom:10px;
}
#subContents div dt a:link,
#subContents div dt a:visited {color:#5A5A5A;}
#subContents div dt a:hover,
#subContents div dt a:focus {color:#FF6E00;}


/* Right Contents
--------------------------- */
#contentR ul {
	margin-bottom:15px;
	width:183px;
}
#contentR ul li  {
	margin-top:3px;
	width:183px;
	vertical-align:bottom;
	line-height:0; /* IEbug */
	font-size:0;
}
#contentR img {
	display:block;

}
#contentR div.sponsor {
	width:183px;
	padding-bottom:5px;
	margin-bottom:15px;
	background:#E6E6E6 url(../images/box_foot_sponcer.jpg) no-repeat left bottom;
	text-align:center;
}
#contentR div.sponsor p a {
	background:url(../images/arrow01_orange.png) no-repeat left 50%;
	padding-left:10px;
}	
#contentR div.sponsor p a:link,
#contentR div.sponsor p a:visited {color:#5A5A5A;}
#contentR div.sponsor p a:hover,
#contentR div.sponsor p a:focus {color:#FF6E00;}

/* rink arrow */
.arrowOrange {
	background:url(../images/arrow01_orange.png) no-repeat left 50%;
	width: auto;
	padding-left:10px;
}
.rss {
	background:#EBEBEB;
}

