@charset "utf-8";
/* CSS Document */

/* 外部最大區塊 */
body {
	margin: 0px;
	padding: 0px;
	background-image: url(css_img/tmd_bg.jpg);
	background-repeat: repeat-x;
	background-color: #FFF;
}

img {
	border:none 0px;	
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#main {
	width: 1000px;
	margin: 0 auto;
	text-align: center;
}

#head {
	width: 100%;
	height: 70px;
	margin: 0 0 10px 0;
	/*background-image:url(../images/bg-navigation.jpg);*/
}

#content {
	width: 100%;
	background-image: url(css_img/main_bg.png);
	background-repeat: no-repeat;
	padding: 0;
	margin: 0;
	/* width: 990px; */
	position: absolute;
	top: 76px;
	
}

#left_menu {
	width: 240px;
	margin-right: 10px;
	float: left;
}

#left_menu h3 {
	text-align: left;
	font-size:14px;
}

#left_menu div p {
	text-align: left;
	font-size: 14px;
	margin: 4px 0;
}

#right_menu {
	width: 748px;
	float:left;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #ccc;
	/*background: #f6f6f6 url(images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x;*/
	font-weight: bold;
	color: #1c94c4;
	min-height: 680px;
}


#foote{
	position:relative;
	float:left;
	background-image:url(../images/wy_bg102.gif);
	background-repeat:no-repeat;
	width:100%;
	height:115px;
	margin: 10px 0;
}

#bottomnav {
	position:absolute;
	left:180px;
	top:20px;
}

#bottomcontent {
	position:absolute;
	left:180px;
	top:40px;
	line-height:20px;
}

#bottomcontent p {
	text-align: left;
}

.wy_ft_s {
	font-size:13px
}

/* Bottom 選單按鈕 */
.wy_dv10 {
	margin-right: 40px;
	position:absolute;
	right:20px;
	top:10px;
}

#logo {
	background-image: url(css_img/logo.png);
	padding: 0;
	margin: 0;
	width: 217px;
	height: 69px;
	position: absolute;
	top: 0px;
	left: 0px;
}

#help {
	float: right;
	margin: 120px 20px 0 0;
	font-size: 14px;
}

.td_lr {
	padding: 0 6px;
}