/* CSS Document */
@import url("common.css");
@import url("sub.css");

body {
	margin:0px;
	padding:0px;
}

#main_container {
	margin:0 auto;
	width:900px;
}

#top {
	margin:8px 0px 10px 0px;
	height:80px;
}

#top_line {
	margin:0px;
	background-image:url(http://www.daily-gendai.com/taiwan/images/top03.jpg);
	background-repeat:no-repeat;
	height:2px;
}

#main {
	width:900px;
}

#main_ll {
	width:170px;
	float:left;
}

#main_rr {
	width:710px;
	float:right;
}

#clear {
	clear:both;
}

#main_rrl {
	width:490px;
	float:left;
}

#main_rrr {
	width:200px;
	float:right;
}

/******************************************************************************/

#menu {
	width:900px;
	height:30px;
	margin:0px 0px 10px 0px;
}


/******************************************************************************/

#left_f01 {
	width:170px;
	height:5px;
}

#left_f02 {
	width:170px;
	background-image:url(http://www.daily-gendai.com/taiwan/images/left02.jpg);
	background-repeat:repeat-y;
}

#left_tc {
	margin:0px 5px 0px 5px;
	width:160px;
	height:25px;	
	background-color:#e5e5e5;
	color:#e91c2e;
	font-size:12px;
	font-weight:bold;
}

#left_c {
	margin:10px 9px 0px 9px;
	width:152px;
	text-align:center;
	font-size:12px;
}

#left_c01 {
	margin:0px 9px 0px 9px;
	width:152px;
	text-align:center;
	font-size:12px;
}

/******************************************************************************/

#center_f01 {
	width:490px;
	height:5px;
}

#center_f02 {
	width:490px;
	background-image:url(images/center02.jpg);
	background-repeat:repeat-y;
}

#center_tc {
	margin:0px 5px 0px 5px;
	width:480px;
	height:25px;	
	background-color:#e5e5e5;
	color:#e91c2e;
	font-size:12px;
	font-weight:bold;
}

#center_title {
	margin:10px 5px 0px 5px;
	padding:4px 0px 0px 20px;
	background-image:url(images/art_title01.jpg);
	background-repeat:no-repeat;
	height:20px;
	font-size:14px;
	font-weight:bold;
	color:#000033;
}

#center_title01 {
	margin:10px 5px 0px 5px;
	padding:0px 0px 0px 20px;
	background-image:url(images/art_title02.jpg);
	background-repeat:no-repeat;
	height:20px;
	font-size:14px;
	font-weight:bold;
	color:#000033;
}

#center_c {
	width:460px;
	margin:5px 10px 0px 10px;
	padding:0px 0px 0px 5px;
	color:#333333;
	font-size:12px;
	line-height:20px;	
}

#marquee_c {
	width:480px;
	height:20px;
	margin:0px 0px 10px 0px;
	padding:5px;
	background-image:url(images/topic01.jpg);
	background-repeat:repeat;
}

/******************************************************************************/

#right_f01 {
	width:200px;
	height:5px;
}

#right_f02 {
	width:200px;
	background-image:url(http://www.daily-gendai.com/taiwan/images/right02.jpg);
	background-repeat:repeat-y;
}

#right_tc {
	margin:0px 5px 0px 5px;
	width:190px;
	height:25px;	
	background-color:#e5e5e5;
	color:#e91c2e;
	font-size:12px;
	font-weight:bold;
}

#right_c {
	margin:0px 9px 0px 9px;
	width:182px;
	color:#e91c2e;
	font-size:12px;	
}


#right_c02 {
	margin:5px 10px 5px 10px;
	width:180px;
	color:#e91c2e;
	font-size:12px;	
}

/******************************************************************************/

#footer {
	width:900px;
	padding:10px;
	color:#FFFFFF;
	font-size:12px;
	height:70px;
	line-height:25px;
	text-align:center;
	vertical-align:middle;
	background-image:url(images/footer01.jpg);
	background-repeat:no-repeat;
}