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

html,body{
	margin:0px;
	padding:0px;
	color:#453e28;
}

body{
	background-image:url(images/bg.jpg);
}

#home{
	margin:0xp auto;
	font-size:16px;
	text-align:center;
	font-family:Arial;
	font-weight:bold;
	margin-top:150px;
}


.T1{
border-bottom:1px #453e28 dashed;
width:32%;
text-align:right;
}

.T2{
border-bottom:1px #453e28 dashed;
border-left:1px #453e28 dashed;
text-align:left;
}

.T3{
text-align:right;
}

.T4{
border-left:1px #453e28 dashed;
text-align:left;
}

.T5{
text-align:left;
font-weight:normal;
font-size:12px;
}

a.ENTER{
display:block;
width:101px;
height:25px;
background-image:url(images/btn.gif);
font-size:18px;
font-weight:bold;
color:#c3b898;
background-position:0px 0px;
text-align:center;
padding-top:6px;
text-decoration:none;
float:left;
margin-left:20px;
}

a:hover.ENTER{
background-position:0px -31px;
}

.pointer{
cursor:pointer;
}
