html,body { margin:0px; padding:0px; background:#fff }
html,body,table,
input,textarea { font-family:verdana,arial,sans-serif; font-size:13px; color:#333 }
body {  }

.clear { height:0px; line-height:0px; font-size:0px; clear:both }
a { color:#333 }
img { border:0px }

/** FRAME **/
#pageframe { width:1010px; margin:0px auto; overflow:hidden; background:url(../pix/pagebg.gif) 0px 0px repeat-y }

.content { width:950px; margin:40px auto 0px auto }

.footer { width:990px; margin:-1px auto 0px auto; color:#999999; text-align:center; font-size:11px; line-height:14px; border-top:1px solid #999; padding:10px 0 }
.footer a { color:#999 }

/** NAVI **/
.navi { width:910px; height:17px; background-color:#999999; margin:30px auto 0px auto; padding:3px 20px; color:#fff }
.navi .elm { position:relative; float:left }
.navi .elm a.men, 
.navi .elm a.men-active { color:#fff; text-decoration:none; font-weight:bold }
/* .navi .elm a.men-active { background:#000; color:#fff; text-decoration:none; font-weight:bold } */
.navi .elm div.subnavi { position:absolute; top:25px; left:0px; height:17px; color:#999 }
.navi .elm div.subnavi a.sub { color:#999; text-decoration:none }
.navi .elm div.subnavi a.sub-active { color:#148cc8; text-decoration:none; font-weight:bold }
