body {
    background-color:#e5e5e5;
  width: 880px;
  margin: 0 auto 0;
  color: #333;
  font-size: 12px;
  line-height: 18px;
  }

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
  }

ul, li, ol {
  margin: 0;
  padding: 0;
  list-style: none;
  }

dt, dd {
  margin: 0;
  padding: 0;
  }

/*  link 
----------------------------------------------------------------------------*/
a:link {
  text-decoration: none;
  color: #22a2c7;
  }

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

a:hover {
  text-decoration: underline;
  color: #22a2c7;
  }

a:active {
  color: #22a2c7;
  }

a img {
  border: 0;
  }

/*  font 
-----------------------------------------------------------------------------*/
.txt10 {
  font-size: 10px;
  line-height: 14px;
  }

.txt12 {
  font-size: 12px;
  line-height: 18px;
  }

.txt14 {
  font-size: 14px;
  line-height: 20px;
  }

.txt_b {
  font-weight: bold;
  }

/*  color 
-----------------------------------------------------------------------------*/
.red{
color:#F40101;
}
.brown{
  color:#984a21;
}
.green{
  color:#3ead12;
}
.pink{
  color:#f64f6b;
}

.orange{
  color:#f56e00;
}


/*  margin padding 
-----------------------------------------------------------------------------*/
.ma_auto {
  margin: 0 auto 0;
  }

.pa_t20{
  padding-top:20px;
}
.pa_t10{
  padding-top:10px;
}
.pa_b25{
padding-bottom:25px;
}

.ma_l10{
margin-left:10px;
}
.ma_b10{
  margin-bottom:10px;
}

.ma_b15{
  margin-bottom:15px;
}
.ma_t25{
margin-top:25px;
}
.ma_b30{
margin-bottom:30px;
}
.ma_b25{
margin-bottom:25px;
}
.ma_r5{
margin-right:5px;
}

/*  float 
-----------------------------------------------------------------------------*/
.fl {
  float: left;
  }

.fr {
  float: right;
  clear: right;
  }

.bc {
  clear: both;
  }

.fl_img {
  margin: 0 10px 10px 0;
  float: left;
  }

.fr_img {
  margin: 0 0 10px 10px;
  float: right;
  }

/*  text align
-----------------------------------------------------------------------------*/
.align_c {
  text-align: center;
  }

.align_r {
  text-align: right;
  }

.align_l {
  text-align: left;
  }


/*-----------------------------------------------------------------------------
  common
-----------------------------------------------------------------------------*/
#background{
  background-color:#fff;
  border-left:solid 1px #b7b7b7;
  border-right:solid 1px #b7b7b7;
  zoom:100%;
}
#background:after {
  content: "";
  display: block;
  clear: both;
  height: 1px;
  overflow: hidden;
}

#base{
  width:840px;
  margin:0 auto 0;
}

#header{
  background:url(../img/hdbg.gif) bottom repeat-x #000;
  padding:13px 0 22px 0;
  zoom:100%;
}
#header:after {
  content: "";
  display: block;
  clear: both;
  height: 1px;
  overflow: hidden;
}

#footer{
  clear:both;
  display:inline-table;
  padding-top:50px;
}
#footer div{
  background-color:#e5e5e5;
  border-top:solid 3px #000;
  padding-bottom:23px;
  zoom:100%;
}
#footer div:after{
  content: "";
  display: block;
  clear: both;
  height: 1px;
  overflow: hidden;
}
#footer p{
  width:136px;
  float:right;
}

#left{
  width:211px;
  float:left;
}

#right{
  width:607px;
  float:right;
}
/*  left menu
-----------------------------------------------------------------------------*/
.title_add{
  margin:10px auto 15px;
}

/*  top
-----------------------------------------------------------------------------*/
#flash{
  clear:both;
  padding-top:12px;
}

.categorytitle{
  padding-bottom:22px;
  clear:both;
}
#category .fr,
#category .fl{
  width:192px;
  padding-bottom: 35px;
  display: inline;
  font-size:10px;
  line-height:14px;
}

#category .center{
  margin:0 15px 0;
}

#category h2{
  margin:4px auto 6px;
  background:url(../img/icon_cat.gif) no-repeat;
  padding-left:11px;
  font-weight:bold;
  font-size:12px;
  line-height:18px;
}
#wnew{
  width:100%;
}
#wnew th{
  background:url(../img/icon_wnew.gif) no-repeat 4px 8px;
  padding:4px 4px 4px 18px;
  font-size:10px;
  line-height:14px;
  color:#727272;
  vertical-align:top;
  text-align:left;
  font-weight:normal;
  border-bottom:dotted 1px #898989;
  width:70px;
}

#wnew td{
  border-bottom:dotted 1px #898989;
  padding:4px;
}
