﻿@charset "utf-8";
@import url("element.css");
body {
	background-image: url(../images/content_bg.gif);
	background-repeat: repeat;
	padding: 0px;
	margin: 0px;
}
#subbody {
	width: 500px;
}
#form1 {
	display: block;
	width: 500px;
}

#content #newsinfo {
	background-color: #E2E2E2;
	display: block;
	min-height: 50px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 5px;
}

#newsinfo li {
	display: block;
	clear: both;
	width: 500px;
	position: relative;
}
#content .item, #content .title2, #content .address, #content .name{
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	padding-left: 90px;
	width: 225px;
	min-height: 25px;
	font-family: Arial, "微軟正黑體", "新細明體";
	padding-top: 2px;
	height: 25px;
} 

#newsinfo .title {
	background-image: url(../images/pop/news_title.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	padding-left: 90px;
	width: 450px;
	min-height: 25px;
	padding-right: 15px;
	font-family: Arial, "微軟正黑體", "新細明體";
}

#newsinfo .title2{
	background-image: url(../images/pop/news_title.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	padding-left: 90px;
	width: 450px;
	min-height: 25px;
	padding-right: 15px;
	font-family: Arial, "微軟正黑體", "新細明體";
}

#newsinfo .date {
	background-image: url(../images/pop/news_date.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	padding-left: 90px;
	width: 125px;
	min-height: 25px;
	font-family: Arial, "微軟正黑體", "新細明體";
	padding-top: 2px;
	float: left;
}


#newsinfo .date2 {
	background-image: url(../images/pop/news_date2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	padding-left: 90px;
	width: 125px;
	min-height: 25px;
	font-family: Arial, "微軟正黑體", "新細明體";
	padding-top: 2px;
	margin-left: 225px;
}


#newsinfo .date3 {
	background-image: url(../images/pop/news_date2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	padding-left: 90px;
	width: 225px;
	min-height: 25px;
	font-family: Arial, "微軟正黑體", "新細明體";
	padding-top: 2px;
} 


#newsinfo .file {
	background-image: url(../images/pop/article_file.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	padding-left: 90px;
	width: 450px;
	min-height: 25px;
	padding-right: 15px;
	font-family: Arial, "微軟正黑體", "新細明體";
}

#content #detail {
	font-family: Arial, "微軟正黑體", "新細明體";
	color: #333333;
	display: block;
	padding: 12px;
	width: 450px;
}



#content .item{
	background-image: url(../images/pop/article_item.gif);
	width: 125px;
	float: left;
}

#content .title2{
	background-image: url(../images/pop/article_title.gif);
}

#content .address{
	background-image: url(../images/pop/article_address.gif);
}

#content .name{
	background-image: url(../images/pop/article_name.gif);
	width: 125px;
	margin-left: 225px;
}
