@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;
}
img.resize{ 
-ms-interpolation-mode:bicubic;
}
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;}
/* ETC */
.btn_opacity{opacity:0.3;filter:Alpha(opacity=50);
-webkit-transition: opacity 0.5s ease-out;
-moz-transition: opacity 0.5s ease-out;
}
.btn_opacity:hover{opacity:1;filter:Alpha(opacity=100);
}
.radius5{border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;}

/* 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 .5em;
padding:0 .5em;
border-left:2px dashed red;
font-size:2em;
}
/* BODY */
div.BODY{
width:1000px;
margin:0 auto;
}
/* CONTENT */
div.CONTENTS{
font-size:medium;
float:left;
width:800px;
overflow:visible;
_overflow:hidden;
padding:0; margin:0;
}
/* 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{
}


/**
* index.php image
*/
.inc_image_php{}
.inc_image_php ul{padding:0; margin:0;}
.inc_image_php li{ width:304px; height:304px; float:left; margin:3px; list-style:inside none; padding:0;}
.inc_image_php li div.layoyt{ margin:0 auto; height:300px; width:300px;border:2px solid #369;-ms-interpolation-mode:bicubic; cursor:pointer; line-height:300px; width:300px; height:300px; color:#369;}
.inc_image_php li div.btn{position:absolute;top:10px; right:10px; z-index:20; background-color:#abc; padding:0;}
.inc_image_php img{solid #00CC99;min-height:100px; min-width:100px;max-height:300px; max-width:300px;-ms-interpolation-mode:bicubic; cursor:pointer;}
