@charset "utf-8";
/* CSS Document */
html, body {
	margin:0px; 
	background-image: url(../image/bg.png);
	background-repeat: repeat-x;
	background-color:#FFFFFF;
	height:100%; 
	width:100%; 
	font:13px Tahoma "新細明體";
	color:#7d7d7d;	
	line-height:22px;
}
p ,h1, h2, h3, h4, h5, h6, form, img {border:0px;}
ul ,ol {
	font:13px Tahoma "新細明體";
	line-height:28px;
}
hr{
	color:cecece;
}
td {
	vertical-align:top;
} 
select {background-color:#FFFFFF; color:#036c90; font-family:"新細明體";}
a:link {
	color: #7b7b7b;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #7b7b7b;
}
a:hover {
	text-decoration: none;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #333333;
}

/*以下為內容部份*/
.down{
	color:#848484;
	line-height:20px;	
}
.toptitle{
	margin-top: 30px;
	text-align:center;
}
.leftmenu{
	padding:30px 0px 0px 35px;
	margin-bottom:300px;
}
.leftmenu2{
	padding-left: 40px;
}
.leftmenu3{
	float:right;
	padding:30px 0px 0px 0px;
	margin-bottom:300px;
}

.main{
	margin-top: 10px;
	margin-left: 35px;
}
.main img{
	margin-top: 10px;
}
.main p{
	margin-bottom: 10px;
	margin-left: 10px;
}
.table_area td{
	vertical-align:middle;
}
.table_area2 td{
	vertical-align:middle;
	font-size:15px;
	color:#434343;
}
#title01{
	font:13px Tahoma "新細明體";
	line-height:28px;
	font-weight:bold;
}	
#img_right{
	float:right;
	margin-top: -5px;
	padding:10px;
}
#img_left{
	float:left;
	margin-top: -10px;
	padding:10px;
}
#img_center{
	margin-top: -5px;
	margin-left:17px;
	padding:10px;
}
#team_line{
	background-image:url(../image/team/line.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
}
#team_line2{
	background-image:url(../image/team/line2.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
}
.style1 {color: #388ECC}
.style2 {color: #FFFFFF}
.style3 {
	color: #14181b;
	letter-spacing: 3px;
}
.style4 {
	text-align:center;
	padding-top:4px;
	font-size:16px;
	color:#FFFFFF;
	font-weight: bold;
}
.style9 {color: #036c90}
.style10 {color: #EE6F00}
.style12 {color: #036c90; font-weight: bold; }


body{cursor:url(../image/teeth.cur);}
