@charset "utf-8";
/* CSS Document */

html {
	overflow-y:scroll;
	background-color:#000;
}
#clear {
	clear: both;
}

#alpha a:hover img {
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

.fade {  
    -webkit-transition: 0.3s ease-in-out;  
       -moz-transition: 0.3s ease-in-out;  
         -o-transition: 0.3s ease-in-out;  
            transition: 0.3s ease-in-out;  
}  
.fade:hover {  
    opacity: 0.8;  
    filter: alpha(opacity=80);  
}
hr {
height: 1px;
border: none;
border-top: 1px #FFFFFF solid;
margin:10px 0;
}
hr.dot {
height: 2px;
border: none;
border-top: 2px #808080 dotted;
margin:20px 0;
}


/* MENU ICON -------------------------------- */


.icon_01 a{
display:block;
width:80px;
height:16px;
background:url(../resource/menu01.gif) no-repeat left top;
text-indent:-9999px;
text-decoration:none;
outline:none;
}
.icon_01 a:hover, .icon_01 a.on{
background-position:right bottom;
}
.icon_02 a {
display:block;
width:80px;
height:16px;
background:url(../resource/menu02.gif) no-repeat left top;
text-indent:-9999px;
text-decoration:none;
outline:none;
}
.icon_02 a:hover, .icon_02 a.on{
background-position:right bottom;
}
.icon_03 a {
display:block;
width:80px;
height:16px;
background:url(../resource/menu03.gif) no-repeat left top;
text-indent:-9999px;
text-decoration:none;
outline:none;
}
.icon_03 a:hover, .icon_03 a.on{
background-position:right bottom;
}
.icon_04 a {
display:block;
width:80px;
height:16px;
background:url(../resource/menu04.gif) no-repeat left top;
text-indent:-9999px;
text-decoration:none;
outline:none;
}
.icon_04 a:hover, .icon_04 a.on {
background-position:right bottom;
}
.icon_05 a {
display:block;
width:80px;
height:16px;
background:url(../resource/menu05.gif) no-repeat left top;
text-indent:-9999px;
text-decoration:none;
outline:none;
}
.icon_05 a:hover, .icon_05 a.on{
background-position:right bottom;
}
.icon_06 a {
display:block;
width:80px;
height:16px;
background:url(../resource/menu06.gif) no-repeat left top;
text-indent:-9999px;
text-decoration:none;
outline:none;
}
.icon_06 a:hover, .icon_06 a.on{
background-position:right bottom;
}
.icon_07 a {
display:block;
width:80px;
height:16px;
background:url(../resource/menu07.gif) no-repeat left top;
text-indent:-9999px;
text-decoration:none;
outline:none;
}
.icon_07 a:hover, .icon_07 a.on{
background-position:right bottom;
}
.icon_08 a {
display:block;
width:80px;
height:16px;
background:url(../resource/menu08.gif) no-repeat left top;
text-indent:-9999px;
text-decoration:none;
outline:none;
}
.icon_08 a:hover, .icon_08 a.on{
background-position:right bottom;
}
