@charset "utf-8";

/*
:: reset & base style sheet
:: last update 2008-2-26
:: 
:: 1. title logo
:: 2. menu module
:: 3. palette module
:: 4. footer module
:: 5. text module
:: 6. hypertext module
:: 7. other content module
*/

/*=====================
:: css for halftone records
http://www.otom.co.uk

:: copyright (c) 2008 otom-tomo okada all rights reserved.

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

 /*====================
           1. layout
====================*/

 /*====================
           1. link module
====================*/
/*1. nomal====================*/
a:link {
color: #555555;
text-decoration: none;
}

a:visited {
color: #555555;
text-decoration: none;
}

a:hover {
color: #3399ff;
text-decoration: none;
}

a:active {
color: #3399ff;
text-decoration: none;
}

a.cursorHelp:link {
cursor: help;
}

a.cursorHelp:visited {
cursor: help;
}

a.attention:link {
color: #999999;
text-decoration: none;
}

a.attention:visited {
color: #999999;
text-decoration: none;
}

a.attention:hover {
border-bottom: 1px dotted #3399ff;
color: #3399ff;
text-decoration: none;
}

a.attention:active {
border-bottom: 1px dotted #3399ff;
color: #3399ff;
text-decoration: none;
}



a.no-decoration:link { color: #999999; text-decoration: none; border-bottom: 0px; }

a.no-decoration:visited { color: #999999; text-decoration: none; border-bottom: 0px; }

a.no-decoration:hover { color: #999999; text-decoration: none; border-bottom: 0px; }

a.no-decoration:active { color: #999999; text-decoration: none; border-bottom: 0px; }

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