/************************************************************************
 * 파일명      : base.css
 * 설명        : base CSS, CSS import
 * 작성자      : 
 * 작성일      : 2008.05.06
************************************************************************/
@import "layout.css";
@import "class.css";



/* 공통 */
*	{margin:0; padding:0; border:0;}
div,td,span,th,p,textarea	{color:#444444; font-size:12px; font-family:Dotum; font-weight:normal;}
dl,ul,ol,li,dt,dd	{list-style:none; padding:0; margin:0; font-family:Dotum;}
em,cite,address,dfn,var,th	{font-style:normal; font-weight:normal; font-family:Dotum;}
form	{margin:0; padding:0;}
table	{border-collapse:collapse;}
hr	{display:none;}


/* 정렬관련 */
.fl_left	{float:left;}
.fl_right	{float:right;}
.clr		{clear:both; font-size:1px; line-height:1px;}
.al_middle	{vertical-align:middle;}
.al_top		{vertical-align:top;}
.al_left	{text-align:left;}
.al_right	{text-align:right;}
.al_center	{text-align:center;}
.overflow	{overflow:auto;overflow:hidden;height:100%;}
.pos_re		{position:relative;}


/* 기타 */
.none		{display:none;}
.noborder	{border:none;}
.nobg		{background:none;}
input.no	{margin:0px; padding:0; background:transparent; vertical-align:middle; border:none;}
input.chk	{width:13px; height:13px; background:transparent;}
input.radio	{width:15px; height:15px; background:transparent; vertical-align:middle;}
input.txt	{border:1px solid #BEBEBE;}


/* 이미지롤오버 */
a img	{border:0; vertical-align:top;}
a img.on	{display:none;}
a:hover	{position:relative;}/* 7버젼 이하는 잘안돌아가므로 */
a:hover img.off	{display:none;}
a:hover img.on	{display:inline;}


/* 투명이미지 */
img.Png24 {tmp:expression(setPng24(this));}


/* 링크 */
a			{color:#3B3B3A; font-family:Dotum; text-decoration:none;}
a:visited	{text-decoration:none;}
a:hover		{text-decoration:underline;}
a:active	{text-decoration:none;}