@charset "UTF-8";

/*
:: reset & base style sheet
:: last update 2008-10-06
*/

/*==================================================

:: css for 쌴ec - official web site for hypertxt
:: http://kawahara-tetsu.com/ ::

:: copyright (c) 2008 kawahara tetsu, all rights reserved.
:: author - sunny coding department

==================================================*/

/*========== hypertext ==========*/
/* nomal */
a:link {
border-bottom: 1px dotted #ffffff;
color: #ffffff;
text-decoration: none;
}

a:visited {
border-bottom: 1px dotted #ffffff;
color: #ffffff;
text-decoration: none;
}

a:hover {
border-bottom: 1px dotted #ffffff;
color: #ff99cc;
text-decoration: none;
}

a:active {
border-bottom: 1px dotted #ffffff;
color: #ff99cc;
text-decoration: none;
}

a.cursorHelp:link {
cursor: help;
}

a.cursorHelp:visited {
cursor: help;
}

/* attention */
a.attention:link {
color: #ffffff;
border-bottom: 1px dotted #ffffff;
}

a.attention:visited {
color: #ffffff;
border-bottom: 1px dotted #ffffff;
}

a.attention:hover {
color: #00ffff;
border-bottom: 1px dotted #00ffff;
}

a.attention:active {
color: #00ffff;
border-bottom: 1px dotted #00ffff;
}

/* undecoration */
a.undecoration:link {
border-bottom: 0;
color: #ffffff;
text-decoration: none;
}

a.undecoration:visited {
border-bottom: 0;
color: #ffffff;
text-decoration: none;
}

a.undecoration:hover {
border-bottom: 0;
color: #ffffff;
text-decoration: none;
}

a.undecoration:active {
border-bottom: 0;
color: #ffffff;
text-decoration: none;
}


/*========== end ==========*/