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

/* */
html{
	
	font-family:dotum, Tahoma, Arial
}
body{
	margin:0;
	padding:0;
	background-image:url("../img/20090711_e.png");
	background-position:bottom right;
	background-repeat:no-repeat;
	background-attachment:fixed;
}

fieldset.FIELDSET{
	font-size:12px;
	padding:3px; margin:1px;
	border:1px solid gray;
	display:block;
}
fieldset.FIELDSET legend{
	font-weight:bold;
}

/* 기본형 */
a { font-style: normal; text-decoration:none; color:#369; }
a:link { font-style: normal; text-decoration:none; color:#333333;}
a:visited { font-style: normal;  text-decoration:none; color:#366;}
a:hover { font-style: normal; text-decoration:underline; color: #666666;}
a:active { font-style: normal; text-decoration:none; color: #eeeeee;}

/* TOP */
ul.MENUT{
	font-size:12px;
	margin:0;
	list-style-position:inside;
	list-style-type:none;
	padding-left:2em;
}
ul.MENUT li{
	float:left;
	margin:0 2em 0 0;
	padding-left:1em;
	border-left:2px dashed red;
	font-size:2em;
}
/* BODY */
div.BODY{
	width:1000px;
	margin:0 auto;
}
/* CONTENT */
div.CONTENTS{
	font-size:medium;
	float:right;
	width:800px;
}
/* LEFT */
div.MENUL{
	font-size:12px;
	clear:both;
	float:left;
	width:200px;
}
ul.MENUL{
	margin:10px 0 0 0;
	list-style-position:inside;
	list-style-type:disc;
	padding-left:1em;
}
ul.MENUL li{
	line-height:24px;
}
ul.MENUL li:hover{
	font-size:1.5em;
	font-weight:bold;
}
ul.MENUL li.selected{
	font-size:1.2em;
	font-weight:bold;
	color:red;
}
ul.MENUL li.selected:hover{
	font-size:1.5em;
	font-weight:bold;
}

/* font M*/
.fontM{ font-size:medium;}
/**
* CLEAR
*/
.CLEAR{ clear:both;}
/**
* TAIL
*/

.TAIL{
}