@charset "utf-8";

/**************************
@Filename: global.css
@Author  : sky
@Create  : 2008-3-03
@Update  : 2008-3-03
**************************/

* { margin:0; padding:0; }
body { margin:0; padding:0; font-size:12px; border:0; font-family:Helvetica, Arial, sans-serif; background:#efefef}
table { border:0; padding:0; margin:0}
img { border:0}
a { text-decoration:none; color:#333}
a:hover{ text-decoration:underline;}
ul { list-style:none;margin:0;padding:0}
.clear { clear:both}

/*cur*/
.cur { margin-bottom:10px;}
.cur-t { height:10px; font-size:0; background:url(../images/global/cur/cur-t-m.jpg) right top no-repeat}
.cur-m { border-left:1px solid #ccc; border-right:1px solid #ccc; padding:0 10px; height:1%}
.cur-b { height:10px; font-size:0; background:url(../images/global/cur/cur-b-m.jpg) right bottom no-repeat}

/*title*/
.t-1{ font-size:20px; border-bottom:1px solid #ccc; padding-bottom:5px; margin-bottom:5px; color:#666}
.t-2 { font-size:13px; border-bottom:1px solid #ccc; padding-bottom:5px; margin-bottom:5px; color:#666 }

/*ul,ol*/
.ul-01 li ,.ul-01 li a{ padding-bottom:5px; color:#333; padding:5px 0;}

/*p*/
.p-1 { color:#666; line-height:1.2; padding-bottom:10px;}

