@charset "utf-8";
ul.puti_edr_list li{
	color: #663300;
	list-style-type: disc;
	list-style-position: outside;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding: 0px;
}
.tab_bg {
	/* Safari,Chrome */
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	/* Firefox */
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	/* CSS3 */
	border-radius: 8px 8px 0px 0px;
	background-color: #f5edde;
	height: 38px;
	width: 450px;
	padding-left: 20px;
}
.tab_normal {
	position:relative;
	/* Safari,Chrome */
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	/* Firefox */
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	/* CSS3 */
	border-radius: 8px 8px 0px 0px;
	font-size: 18px;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	height: 38px;
	width: 150px;
	float: left;
}
.tab_normal a{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    color:#000000;
    text-decoration:none;
}
.tab_normal a:hover{
	/* Safari,Chrome */
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	/* Firefox */
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	/* CSS3 */
	border-radius: 8px 8px 0px 0px;
    background-color:#FFF;
    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.tab_activeli {
	position:relative;
	/* Safari,Chrome */
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	/* Firefox */
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	/* CSS3 */
	border-radius: 8px 8px 0px 0px;
	font-size: 18px;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	height: 38px;
	width: 150px;
	float: left;
	color: #FFF;
	background-color: #663300;
}
.tab_activeli a{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    color:#FFFFFF;
    text-decoration:none;
}
.tab_activeli a:hover{
	/* Safari,Chrome */
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	/* Firefox */
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	/* CSS3 */
	border-radius: 8px 8px 0px 0px;
    color:#000000;
    background-color:#FFF;
    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.tab_normal_desable {
	position: relative;
	/* Safari,Chrome */
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	/* Firefox */
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	/* CSS3 */
	border-radius: 8px 8px 0px 0px;
	font-size: 18px;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	height: 38px;
	width: 150px;
	float: left;
	color: #666666;
}
#tab1 {
	width: 700px;
}
#tab2　{
	width: 700px;
}
#tab3 {
	width: 700px;
}
#tab_title {
	font-size: 18px;
	line-height: 38px;
	font-weight: bold;
	color: #FFF;
	background-color: #663300;
	height: 38px;
	width: 690px;
	padding-left: 10px;
	margin-bottom: 5px;
}
.tab_txt_box {
	margin-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
	overflow: hidden;
}
.tab_txt_bottom_box {
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #663300;
	overflow: hidden;
}
.tab_head_txt {
	font-size: 15px;
	font-weight: bold;
	color: #663300;
	float: left;
	width: 190px;
	margin-right: 20;
	margin-bottom: 5px;
}
.tab_txt {
	float: left;
	width: 490px;
	margin-right: 10;
	margin-bottom: 5px;
}
.time_schedule_box {
	overflow: hidden;
}
.time_schedule_hour {
	float: left;
}
.time_schedule_txt {
	float: right;
	width: 436px;
}

