/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .ui-tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .ui-tabs-nav {
        display: none;
    }
}

/* Skin */
.ui-tabs-nav, .ui-tabs-panel {
    font-size: 100%;
}
.ui-tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0 0 0 4px;
	background-image: -webkit-gradient(linear,left bottom, left top,
                  from(#520e31),
                  to(#a75a82));
	height: 25px;
	text-align: center;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.ui-tabs-nav li {
	display: block;
	list-style: none;
	text-align: center;
	width: 50%;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0px;
	height: 25px;
	font-size: 100%;
	font-weight: bold;
	margin: 0px;
	text-shadow: rgba(0, 0, 0, 0.4) 0px 1px 0px;
}
.ui-tabs-nav a, .ui-tabs-nav a span {
}
.ui-tabs-nav a {
	text-decoration: none;
	color: #FFFFFF;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	margin: 0px;
}
.ui-tabs-nav .ui-tabs-selected a {
}
.ui-tabs-nav a span {
    width: auto;
    height: auto;
}
*>.ui-tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
.ui-tabs-nav .ui-tabs-selected a span {
    width: auto;
    height: auto;
}
.ui-tabs-nav .ui-tabs-selected a, .ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active {
    color: #660000;
	text-decoration: none;
	-webkit-border-radius: 5px 5px 0 0;	/* Safari,Google Chrome—p */
	-moz-border-radius: 5px 5px 0 0;	/* Firefox—p */
	background-color: #FFFFFF;
	width: 100%;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	margin: 0px;
}
.ui-tabs-nav a, .ui-tabs-nav .ui-tabs-disabled a:hover, .ui-tabs-nav .ui-tabs-disabled a:focus, .ui-tabs-nav .ui-tabs-disabled a:active {
    background-position: 100% -100px;
}
.ui-tabs-nav .ui-tabs-selected a span, .ui-tabs-nav a:hover span, .ui-tabs-nav a:focus span, .ui-tabs-nav a:active span {
    background-position: 0 -50px;
}
.ui-tabs-nav a span, .ui-tabs-nav .ui-tabs-disabled a:hover span, .ui-tabs-nav .ui-tabs-disabled a:focus span, .ui-tabs-nav .ui-tabs-disabled a:active span {
    background-position: 0 0;
}
.ui-tabs-nav .ui-tabs-selected a:link, .ui-tabs-nav .ui-tabs-selected a:visited, .ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active,
.ui-tabs-nav .ui-tabs-deselectable a:hover, .ui-tabs-nav .ui-tabs-deselectable a:focus, .ui-tabs-nav .ui-tabs-deselectable a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.ui-tabs-disabled {
    opacity: .4;
    filter: alpha(opacity=40);
}
.ui-tabs-panel {
	padding: 0px;
	background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
}
.ui-tabs-loading em {
    padding: 0 0 0 20px;
    background: url(loading.gif) no-repeat 0 50%;
}

/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear, @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}
*:first-child+html .ui-tabs-nav  { /* @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}
#pickup {
	font-size: 100%;
	}
#pickup .img {
	margin: 5px;
	padding: 0px;
	float: left;
	-webkit-box-shadow: 3px 3px 10px #999; /* Safari and Chrome */
	}
#pickup .pickup-name {
	font-size: 100%;
	color: #FF33CC;
	}
#pickup .pickup-txt {
	color: #666;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	}
#pickup .comme {
	color: #666;
	margin: 0px;
	padding: 5px;
	clear: both;
	}
#news {
	font-size: 100%;
	}
#news ul {
	margin: 0px;
	padding: 5px;
	list-style-type: none;
	}
#news ul li {
	padding: 10px;
	clear: both;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin: 0px;
	background-image: url(../../img/new_arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
	text-decoration: none;
	}
#news a {
	display: block;
	text-decoration: none;
}
#news a:hover {
	background-color: #FFCCCC;
	text-decoration: none;
}

#event {
	font-size: 100%;
	}
#event .img {
	margin: 5px;
	padding: 0px;
	float: left;
	}
#event ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}
#event ul li {
	padding: 0px;
	clear: both;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin: 0px;
	background-image: linear-gradient(top, rgb(224, 221, 182), rgb(176, 174, 152));
	background-image: -moz-linear-gradient(top, rgb(224, 221, 182), rgb(176, 174, 152));
	background-image: -webkit-gradient(linear,left bottom, left top,
                  from(#b0ae98),
                  to(#e0ddb6));
	background-repeat: no-repeat;
	background-position: right center;
	text-decoration: none;
	-webkit-tap-highlight-color:#ffffff;	
	}
#event a {
	display: block;
	text-decoration: none;
	height: 90px;
}
#event a:hover {
	background-image: linear-gradient(top, #7b665a, #000000);
	background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#7b665a));
	background: -moz-linear-gradient(top, #7b665a, #000000);
	text-decoration: none;
	color: #FFFFFF;
}