@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
}
.page_bg {
	background-color: #e4ded5;
	background-image: url(images/page_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.tit {
	font-family: Arial, "細明體";
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
	color: #862B00;
}
.text {
	font-family: Arial, "細明體";
	font-size: 13px;
	line-height: 18px;
	color: #000000;
}
.line {
	background-image: url(images/line.gif);
	background-repeat: repeat-x;
	background-position: center;
	height: 11px;
}
.t02 {
	font-family: Arial, "細明體";
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
	color: #FF0000;
}
.p03 {
	background-color: #E5DED6;
	background-image: url(images/page.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
