/*--------------環境整合------------*/
html, body, div, span, ol, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, a, img, p, p, br, pre, hr, b, i, u, big, address, cite, code, em, table, caption, thead, tbody, tfoot, th, tr, td, form, label, iuput 
{
	margin: 0;
	border: 0;
	padding: 0;
}

ul, ol, li {
    list-style-type:none;
}

.clr {
	clear:both;
}

body {
	background: url(images/bg.jpg) #d6b54c no-repeat fixed center top;
}

/*---------------最外層-------------*/

#layout {
    margin:0 auto;
	 width:960px;
	 font-family:Verdana,細明體;
	 font-size:13px;
	 line-height: 20px;
	 border-left: solid 20px #ffffff;
	 border-right: solid 20px #ffffff;
	 background-color: #d0f4e8;
}

#layout a {
	text-decoration: none;
	color:#1780a3;
}

/*---------------頂端區塊------------*/

#banner {
    width:960px;
	 height:400px;
	 border-bottom: solid 20px #ffffff;
}

#siteNavi ul li {
	display: inline;
}


#mainArea {
	width:640px;
	float:left;
}

#sideArea dl {
  padding-left:10px;
}

#sideArea dt {
   margin-top:10px;
	margin-bottom:5px;
	font-size:16px;
	font-weight:bold;
}

#mainArea .title {
  padding-left:30px;
  padding-right:20px;
}

.title h2 {
	font-size:18px;
	background-color: #ffffff;
	margin-top:10px;
	line-height:24px;
	padding:10px;
}

.title h2 span {
	font-size: 11px;
	font-weight:normal;
}

.title em {
   display:block;
	font-size:16px;
	margin-top:20px;
	margin-bottom:20px;
	font-style: normal;
	font-weight: bold;
	color:#ca5729;
}

.title p {
line-height:20px;
text-indent:26px;
margin-bottom:10px;
}

.title ol {
	font-weight: bold;
	margin-top:20px;
	margin-bottom:20px;
	font-size:15px;
}

.wordAlign, .title dl dt {
	text-align: right;
	margin-bottom:15px;
}

.title p.wordAlign {
	margin-top:-40px;
}

.title a#p7ABt1_1  {
	color:#ca5729;
	font-size:15px;
}



.title  .p7ABcontent {
   border-top: 1px solid #5f5e5e;
}


#sideArea {
	width:320px;
	float:right;
	text-align:right;
}

#sideArea #author {
	background: url(images/side_bg_m.gif); 
}

#author h2 {
	font-size:17px;
	color:#45a5c5;
	text-align:left;
	text-indent:75px;
}

#author p {
	padding-left:75px;
	padding-right:10px;
	text-align: left;
	margin-bottom:10px;
}

#author dl {
	background: url(images/side_bg_b.gif) left bottom no-repeat; 
	padding-left:75px;
	padding-right:10px;
	text-align: left;
	padding-bottom:40px;
}

#footer {
	clear:both;
	text-align: center;
	border-top: 1px solid #5f5e5e;
	padding:10px;
}

#footer h2 {
	font-size:13px;
	font-weight: normal;
}



