@import url(default_top.css);
@import url(default_main.css);
@import url(default_foot.css);

* {margin: 0; padding: 0;}

body {
  font-size:12px;
  color: #434343;
  font-family:±¼¸²,±¼¸²Ã¼,serif;
  line-height:16px;
  background-image:url(/images/06_bg.gif);background-position :left top; background-repeat:repeat-x;
}

td {
  font-size:12px;
  color: #434343;
  font-family:±¼¸²,±¼¸²Ã¼,serif;
  line-height:16px
}

/*¸µÅ© ½ºÅ¸ÀÏ*/
a:link		{ color: #434343; text-decoration: none ;}		/*¹æ¹®¾ÈÇÑ ÆäÀÌÁöÀÏ °æ¿ì*/
a:visited	{ color: #434343; text-decoration: none ;}		/*¹æ¹®ÇÑ ÆäÀÌÁöÀÏ °æ¿ì*/
a:hover		{ color: #434343; text-decoration: underline; }		/*¸¶¿ì½º ¿À¹ö*/
a:active	{ color: red; text-decoration: none ;}		/*¸¶¿ì½º Å¬¸¯*/

ul {list-style:none;}
input {font-size:12px;font-family:±¼¸²,serif;}
select {font-size:12px;font-family:±¼¸²,serif;}


/* ÀÌ¹ÌÁö border ¾ø¾Ö±â */
img {border:none;}