@charset "utf-8";

/*
2008/12/25_ver.1 build

portfolio prepressページのリンクタグ用スタイルシートです。
1行目のキャラクターセットは絶対に消さないように！
*/

/* link設定 */
/* 未訪問リンク */
a:Link {
text-decoration: none;
color: #090966;	
}

/* 既訪問リンク */
a:visited {
text-decoration: none;
color: #090966;	
}

/* アクティブリンク */
a:active {
text-decoration: none;
color: #090966;	
}

/* 選択状態リンク */
a:hover {
text-decoration: none;
color: #090966;	
}
