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

html {
	margin: 0;
	padding: 0;
	background: #46000e url(../images/bg.png) repeat-x;
	background-attachment:fixed;
}
body {
	margin: 0;
	padding: 0;
	background: url(../images/wrap.png) top center no-repeat;
	background-attachment:fixed;
	color: #ffd2d2;
	font-size: 13px;
}
a{text-decoration:none; color: #ccc0c0;}
a:hover{text-decoration:underline;}
img{ border: 0; }
#header {
	margin: 0 auto;
	padding: 0;
	background: url(../images/header.png) no-repeat;
	width: 885px;
	height: 537px;
}
#PageBody {
	margin: 0 auto;
	padding: 0;
	background: #44000d url(../images/bg2.png) repeat-x;
	width: 885px;
}
#content {
	margin: 0 auto;
	padding: 0;
	width: 827px;
}
/* footer */
#footer {clear:both;}
#footer {
	margin: 0 auto;
	padding: 0;
	width: 885px;
	background: #44000d url(../images/ft_line.png) top center no-repeat;
	color: #ab0020;
	font-size: 11px;
	text-align: center;
	line-height: 20px;
}
#footer a {color: #ab0020;} 
#footer a:hover {color: #ffd2d2;}

.inside {
	padding:10px;
}

/* top_menu */
#top_menu {
	position: relative;
	top: 40px;
}
#mainlevel-nav {
	font-size: 16px;
	color: #fddbe2;
	position: relative;
}
#mainlevel-nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#mainlevel-nav li {
	margin: 2px 10px;
	float: left
}
#mainlevel-nav a {
	color: #fddbe2;
}
/* submenu */
.submenu {
	padding: 0;		
	list-style: none;
	display: none;
	position: absolute;
	top: 30px;
}

.submenu li {
	margin: 2px 10px;
	height: 20px;
	width: 80px;
	float: left;
}

/* case */
div.menu {
	width: 135px;	
}
div.menu ul {
	list-style: none;
	text-indent: 0px;
	margin: 0;
	padding: 0;
}
div.menu li {
	margin: 0;
	padding: 0;
	margin-top: 10px;
}
div.menu a {
	font: 13px "華康中黑體", "微軟正黑體", "新細明體";
	color: #ccc0c0;
	display:block;
	padding: 4px 0 6px 20px;
	height: 24px;
	text-decoration: none;
	background: url(../images/case/btm_bg.png) no-repeat;
	border-bottom: 1px solid #6b2018;
	position: relative;
}
div.menu a:hover {
	background: url(../images/case/btm_bg_a.png) no-repeat;
	padding: 2px 0 6px 25px;
}

.contentheading {
	padding-left: 155px;
	padding-top: 4px;
	padding-bottom: 2px;
	color: #ccc0c0;
	font-size: 13px;
	background: url(../images/h3_bg.png) no-repeat;
}

div#content h4 {
	font-size: 15px;
	font-weight: normal;
	padding-left: 15px;
	padding-bottom: 5px;
	background: url(../images/case/h3_line.png) left bottom no-repeat;
}
#content p {
	line-height: 24px;
}

