﻿@charset "UTF-8";

/*
:: reset & base style sheet
:: last update 2009-05-15
*/

/*==================================================

:: css for STUDIO24 tsudanuma - for hypertxt
:: http://studio24tsudanuma.com/
:: copyright (c) 2008 STUDIO24 tsudanuma, all rights reserved.

:: author - sunny coding department
:: http://sunny-coding-department.com/

==================================================*/

/*========== hypertext ==========*/
/* nomal */
a:link {
color: #ffffff;
text-decoration: none;
}

a:visited {
color: #ffffff;
text-decoration: none;
}

a:hover {
color: #ff99cc;
text-decoration: none;
}

a:active {
color: #ffffff;
text-decoration: none;
}

a.over:link {
color: #ff99cc;
text-decoration: none;
}

a.over:visited {
color: #ff99cc;
text-decoration: none;
}

a.over:active {
color: #ff99cc;
text-decoration: none;
}


a.no-link:hover {
color: #ff99cc;
text-decoration: none;
}

a.cursorHelp:link {
cursor: help;
}

a.cursorHelp:visited {
cursor: help;
}

/* attention */
a.attention:link {
color: #888888;
border-bottom: 1px dotted #ffffff;
}

a.attention:visited {
color: #888888;
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;
}

/* navilink */
a.navilink:link {
color: #ffffff;
text-decoration: none;
}

a.navilink:visited {
color: #ffffff;
text-decoration: none;
}

a.navilink:hover {
color: #ff99cc;
text-decoration: none;
}

a.navilink:active {
color: #ff99cc;
text-decoration: none;
}


/*========== end ==========*/