﻿/* CSS Document */
a,a:link{ color:#441d00; text-decoration:none; outline:none;}
a:hover{ text-decoration:underline;}

.txt1{
	color:#ff0000;
	font-size: 14px;
	font-weight: bold;
}

.txt2{
	color:#817973;
	font-size: 12px;
	font-weight: bold;
}
.txt3{
	color:#f1daa1;
	font-size: 12px;
}

body{
	color:#000;
	background-color:#e0bcd5;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(../image/body_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-size: 12px;
	line-height: 22px;
}

#line{
	
	background-image:url(../image/line.jpg);
	background-repeat: no-repeat;
	background-position: center top;	
}
