﻿@charset "utf-8";
body,html {
	text-align: center;
	background-color:#f5f5f5;
	scrollbar-shadow-color:#d6d6d6;
	scrollbar-darkshadow-color: 000000;
	scrollbar-highlight-color: #d6d6d6;
	scrollbar-3dlight-color: FFFFFF;
	scrollbar-track-color: #f7f7f7;
	scrollbar-arrow-color: #ffffff;
	scrollbar-base-color:#e4e4e4;text-align: justify;
	margin:0px;
	font-size:10pt;
}
a{color:#000;
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}
img{border:0px;}
form {
margin: 0px;
padding:0px;
}
/*樣版大小設定 */
#allitem{
	text-align:center;
	margin:0px auto;
	width:1000px;
}
.Top1{
	background-color:#212121;
	height:79px;
	color:#FFF;
}
.Top2{
	height:120px;
}
.Left{
}
.Center{
}
.Right{
display:none;
}
.Bot1{
	background-color:#212121;
	height:54px;
	color:#FFF;
}
.Bot2{
display:none;
}
.clear{clear:both;font-size:1px;width:1px;height:1px;visibility:hidden;}
A,A:link,A:visited,A:active{COLOR: #666; TEXT-DECORATION: none} 
A:hover {COLOR: #333; TEXT-DECORATION: none;}

.Top1 a{
	color:#FFF;	
}
.Top1 A:hover{
	color:#c75058;
}

.Bot1 a{
	color:#FFF;	
}
.Bot1 A:hover{
	color:#c75058;
}
.input_a{border: 1px solid #ccc;}
.input_b{border: 0;height: 20px;background: url(bg.gif) #fff;}
.textarea_a{background: #efefef;border: 1px solid #ccc;}
.textarea_b{border: 0;line-height: 20px;background: url(bg.gif);color: #fff;}
.submit_a{border: 1px solid #ccc;}
.submit_b{border: 0;height: 20px;width: 50px;background: url(img/submit.gif);}
.option_a{background: #c8b637;}
.option_b{background: #a6ae3e;}


.year {
	clear:both;
	z-index:10;
	width:50px;
	display:block;
	position:fixed;
	top:320px;
}

.month{
	width:35px;
	clear:both;
	z-index:10;
	display:block;
	position:fixed;
	top:320px;
}
#gotopbtn {
	clear:both;
	z-index:10;
	width:23px;
	height:72px;
	position:fixed;
	*position:fixed;
	_position:absolute;
	bottom:116px;
	_bottom:expression(eval(document.compatMode &&
            document.compatMode=='CSS1Compat') ?
            documentElement.scrollTop+15 :
            document.body.scrollTop +
            (document.body.clientHeight
            -this.clientHeight));
	display:none;
	cursor:pointer;
	line-height:30px;
}