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

/************* Basic Tags *****************/
body {
	color: #000;
	margin: 0;
	padding: 0;
/*	background: url('bg.png') no-repeat fixed;*/
	background: #EAEBD9 url(bg.png) top left no-repeat;
	font-family: Lucida Grande, Helvetica, Meta, Verdana, Sans-serif, "돋움", dotum;
	line-height: 1.5em;

}


img{
	border: 0;
}
a:link {
	color:#F37679;/* #ff8c00;*/
	text-decoration: none;
}
a:visited {
	color:#F37679;/* #c96;*/
	text-decoration: none;
}
a:hover, a:active {
	color:#F37679/* #ff4500;*/
	text-decoration: underline;
}


h1	{
	color: #F37679;/*#c34700;*/
}


/************************ ID ********************************/
#to_top a	  {
	color: #F37679;/*#c34700;*/
}



/******** class ********/
span.bar {
	margin-left: 1px;
	margin-right: -6px;
	color: #55564E;
}


/******* main **********/
#main {
	margin-left: 249px;
	margin-top: 130px;
	width: 760px;

	background-color: white;
	opacity:.96;
	filter: alpha(opacity=96);
	-moz-opacity: 0.96;


}

#main #upper_left{
	background: url('upper_left.png') left top no-repeat  ;
	position: relative;
	left: -40px;
	top: -5px;
	width: 799px;
	height: 281px;
}
#main #footer{
	background: #EAEBD9;
}

/******* content **********/
#body_content p {
	font-size: 10pt;
	line-height: 1.5em;
	letter-spacing: -1px;
}

#body_content div {
	font-size: 10pt;
	line-height: 1.5em;
	letter-spacing: -1px;
}

#body_content h1 {
	font-weight: bold;
	padding-bottom: 5px;
	margin: 0;
	font-size: 16pt;
	letter-spacing: -1px;
}


#body_content .title, #body_content .title a {
	color: #F37679;
}

#body_content #to_top {
	/*padding-left: 10px;*/
}
#body_content #main h1.title {
}




/************ sidebar ********/

#sidebar-left-top {
	position: absolute;
	left: 25px;
	top: 25px;
	z-index: 2;
}

#sidebar-left-top #logo-left-top {
	position: absolute;
	width: 182px;
	height: 164px;
}

#sidebar-left-top #menu-left-top {
	position: absolute;
	left: 225px;
	top: 73px;
	width: 765px;
	padding: 0;
	margin: 0;
}

#sidebar-left-top li {
	font-size: 1em;
}




/******* node **********/
.node{
	padding-left: 40px;
	padding-right: 40px;
}
.node .content {
	text-align: left; /* LTR */
	line-height: 2.3;
}



/********** node content ***************/

.node_content {
	color: #55564e;
}

.node_content h2	{
	color: #F37679; /*#c34700;*/
}
.node_content a	 {
	color: #F37679; /*#c34700;*/
}

/******** press ***********/
ul.press {
	padding-left: 0px;
	margin-left: 0px;
}
ul.press li{
	margin-bottom: 1em;
	list-style: none;
}

/*    2009 added style */
.contents_text{
	text-align: justify;
	line-height: 130%;
}


/********* workshop ************/
.detailWorkshop{
	border-bottom: 1px solid black;
	padding: 5px;
}

.workshop_table{
	width:100%;
	border: 1px solid;
	padding: 5px;
	border-spacing: 0px;
	border-collapse: collapse;
}

.workshop_day{
	width: 20%;
	padding: 5px;
	border: 1px solid;
}
.workshop_place{
	width: 35%;
	padding: 5px;
	border: 1px solid;
}
.workshop_people{
	width: 25%;
	padding: 5px;
	border: 1px solid;
}

/****** address *********/
#address_definition dl, #address_definition dt, #address_definition dd{
	margin: 0;
	padding: 0;
	line-height: 1.1em;
}
#address_definition dt{
	font-weight: bold;
	margin-top: 5px;
}
#address_definition dd{
	font-weight: normal;
}
#address_definition dt dt{
	font-weight: normal;
}

/********* etc ************/
#for-print-logo{
	display: none;
}
#ohsehoon, #chohan{
	position: absolute;
	left: 290px;
	top: 180px;
}

#floatMenu {   
    position:absolute;   
    top:332px;   
    margin-left:1060px;   
}   

/********* schedule ***********/
table.schedule_table{
	padding: 5px;
	text-align: center;
	vertical-align: middle;

	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-collapse: collapse;	
	
}
th, td{
	padding: 5px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	font-size: 0.9em;
}

.tbl_time{
	width: 35px;
	height: 35px;
	vertical-align: top;
}
.tbl_date{
	height: 24px;
}
.tbl_place{
	width: 90px;
	height: 24px;
	font-weight: bold;
}
/*     EOF   */
