@charset "euc-kr";

body{
  margin: 0px; padding: 0px;
  background-repeat:repeat-x;
  background-position:top center;
  font-family:'Nanum Gothic', sans-serif;
  color:#666; 
  font-size:100%;
  letter-spacing:-1px;
  font-weight:bold;
  background-color:#ededed;
 }
table{
	border-color:#ccc1b2;
	background-color:#ededed;
	font-family:'Nanum Gothic', sans-serif;
}
/* Å×µÎ¸®°¡ ´Ù ÀÖ´Â Ç¥ */
.td1{
	border-style:solid;
	border-color:#ccc1b2;
	background-color:#ededed;
	border-top-width:1px;
	border-bottom-width:1px;
	border-left-width:1px;
	border-right-width:1px;
	font-family:'Nanum Gothic', sans-serif;
}
/* ¿ÞÂÊ Å×µÎ¸®°¡ ¾ø´Â Ç¥ */
.td2{
	border-style:solid;
	border-color:#ccc1b2;
	background-color:#ededed;
	border-top-width:1px;
	border-bottom-width:1px;
	border-left-width:0px;
	border-right-width:1px;
	font-family:'Nanum Gothic', sans-serif;
}
/* »ó´Ü Å×µÎ¸®°¡ ¾ø´Â Ç¥ */
.td3{
	border-style:solid;
	border-color:#ccc1b2;
	background-color:#ededed;
	border-top-width:0px;
	border-bottom-width:1px;
	border-left-width:1px;
	border-right-width:1px;
	font-family:'Nanum Gothic', sans-serif;
}
/* »ó´Ü,ÁÂÃø Å×µÎ¸®°¡ ¾ø´Â Ç¥ */
.td4{
	border-style:solid;
	border-color:#ccc1b2;
	background-color:#ededed;
	border-top-width:0px;
	border-bottom-width:1px;
	border-left-width:0px;
	border-right-width:1px;
	font-family:'Nanum Gothic', sans-serif;
}
/* Å×µÎ¸®°¡ ¾ø´Â Ç¥ */
.td_noborder{
	border-style:solid;
	border-color:#ccc1b2;
	background-color:#ededed;
	border-top-width:0px;
	border-bottom-width:0px;
	border-left-width:0px;
	border-right-width:0px;
	font-family:'Nanum Gothic', sans-serif;
}