﻿/* CSS Document */
@charset "utf-8";



img {border: none;}


body {margin:0;font:normal 12px 'Verdana';overflow-y:auto;}
TD,DIV,INPUT,P,SPAN,TEXTAREA {font:normal 12px 'Verdana';color:#333333;line-height:160%;}


/* 서브메뉴 */
#hospital {position:absolute;width:100%;height:140px;top:103px;background:url(../img/hospital/nviBar.png) no-repeat 50% 0%;z-index:1;}
#hospital_img {position:relative;float:left;top:0;left:50%;margin-left:-505px;width:190px;height:140px;}
#hospital_swf {position:relative;float:left;top:0;left:50%;margin-left:-230px;width:750px;height:140px;}

#info {position:absolute;width:100%;height:140px;top:103px;background:url(../img/info/nviBar.png) no-repeat 50% 0%;z-index:1;}
#info_img {position:relative;float:left;top:0;left:50%;margin-left:-505px;width:190px;height:140px;}
#info_swf {position:relative;float:left;top:0;left:50%;margin-left:-230px;width:750px;height:140px;}


/* 퀵메뉴 */
#quick    {position:absolute;top:230px;left:50%;margin-left:511px;width:62px;height:331px;z-index:99;}
#quick ul {margin:0;padding:0;list-style:none;}
#quick li {margin:0;padding:0;list-style:none;}




/* ----------------------------------링크------------------------------ */

a:link {COLOR:#707070;TEXT-DECORATION:none;}
a:active {COLOR:#707070;TEXT-DECORATION:none;}
a:visited {COLOR:#707070;TEXT-DECORATION:none;}
a:hover {COLOR:#107fcf;TEXT-DECORATION:none;}




