/* fot edusoft index CSS Document */
/* 僅使用在首頁，其他頁面不適用 */

/* main setting */
body {
	margin:0;
	padding:0;
	background:url(../images/bodybg.gif) top left repeat-x #7c7c7c;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#666666;
}

img {
	border:none;
}

a {
	color:#F39901;
	text-decoration:none;
}

a:hover {
	color:#F39901;
	font-size:13px;
	text-decoration:underline;
}

/* header setting */
.header {
	margin:0 auto;
	padding:0;
	background:url(../images/header_bg.jpg) top center no-repeat;
	width:776px;
	height:225px;
	border-left:#000000 1px solid;
	border-right:#000000 1px solid;
	border-bottom:#000000 1px solid;
}

.headerLogo {
	margin:0;
	padding:0;
	float:left;
}

/* menu setting */
.menuLinkCell {
	padding:5px 10px 0px 0px;
	text-align:right;
	font-size:13px;
	font-weight:bold;
	color:#ffffff;
}
a.menuLink {
 	font-size:13px;
	font-weight:bold;
	color:#000F59;
	text-decoration:none;
}
a.menuLink:hover {
	font-size:13px;
	font-weight:bold;
	color:#000F59;
	text-decoration:underline;
	}
a.menuLinkActive, a.menuLinkActive:hover {
	font-size:13px;
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
	background-color:transparent;
}

/* content setting */
.content {
	margin:0 auto;
	padding:0;
	width:776px;
	background:#ffffff;
	border-left:#000000 1px solid;
	border-right:#000000 1px solid;
	border-bottom:#000000 1px solid;
}
.contentArea {
	border-left:#000000 1px solid;
	border-right:#000000 1px solid;
}
.contentInner {
	margin:20px 18px 36px 18px;
	padding:0;
}
.contentInner .innerText {
	margin:0;
	padding:0;
	line-height:23px;
	letter-spacing:1px;
}
.contentInner .readMore {
	margin:0 0 20px 0;
	padding:0 10px;
	text-align:right;
}


.titleUnderLine {
	margin:0 0 14px 0;
	padding:0 0 6px 0;
	border-bottom:#666666 1px dashed;
}
.titleUnderLineImg {
	margin:0 auto;
	padding:0;
	width:185px;
}
a.title {
	font-size:16px;
	color:#f39901;
	text-decoration:none;
}
a.title:hover {
	font-size:16px;
	color:#f39901;
	text-decoration:none;
}
/* 圓角按鈕 */
.btnLinkCon {
	margin:18px 0 auto;
	padding:0;
	width:100%;
	height:18px;
	background:url(../images/btnbgsmall.gif) center left repeat-x;
	text-align:center;
}

.btnLinkLeft {
	margin:0;
	padding:0;
	width:18px;
	height:18px;
	background:url(../images/btnleftsmall.gif) center left;
}

.btnLinkRight {
	margin:0;
	padding:0;
	width:18px;
	height:18px;
	background:url(../images/btnrightsmall.gif) center right;
}

a.btnLinkCon {
	color:#ffffff;
	font-size:13px;
	text-decoration:none;
}
a.btnLinkCon:hover {
	color:#ffffff;
	font-size:13px;
	text-decoration:none;
}

/* footer setting */
.footer {
	margin:0 auto;
	padding:0;
	width:776px;
	height:45px;
	background:url(../images/footerbg.gif) top left repeat-x;
	border-left:#000000 1px solid;
	border-right:#000000 1px solid;
}

.copyright {
	margin:0; _margin:18px 0 0 0; *margin:18px 0 0 0;
	padding:18px 0 0 0; _padding:0; *padding:0;
	color:#ffffff;
	letter-spacing:1px;
	text-align:center;
}

/* clear */
.clear {
	clear:both;
}