#facebox .tp {
  background:url(tp.png);
}
#facebox .lf {
  background:url(lf.png);
}
#facebox .ri {
  background:url(ri.png);
}
#facebox .bm {
  background:url(bm.png);
}

#facebox .tl {
  background:url(tl.png);
}
#facebox .tr {
  background:url(tr.png);
}
#facebox .bl {
  background:url(bl.png);
}
#facebox .br {
  background:url(br.png);
}

#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
  height: 15px;
  width: 15px;
  overflow: hidden;
  background-repeat:no-repeat;
  padding: 0;
}

#facebox .tp, #facebox .bm {
  height: 15px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}

#facebox .lf, #facebox .ri {
  height: 10px;
  width: 15px;
  overflow: hidden;
  background-repeat:repeat-y;
  padding: 0;
}


#facebox {
  position: absolute;
  z-index: 2000;
  top: 0px;
  left: 0px;
  text-align: left;
  margin-top:50px;
}

#facebox .popup {
  position: relative;
  top: 0px;
  left: 0px;
}

#facebox table {
  border-collapse: collapse;
}

#facebox td {
  border-bottom: 0;
  padding: 0;
}

#facebox .body {
  padding: 10px;
  background: #fff;
  width: 630px;
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img {
}

#facebox .footer {
  background: #FFFFFF;
  padding-top: 5px;
  margin-top: 10px;
  text-align: right;
  float:right;
}

#facebox_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}

.facebox_hide {
  z-index:-100;
}

.facebox_overlayBG {
  background-color: #000;
  z-index: 99;
}

* html #facebox_overlay { /* ie6 hack */
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}


/*---view-------------------------------------------------------------*/


.green_back{
	background:#45592A;
	text-align:center;
	margin-bottom:10px;
	width:100%;
	}
	
.green_text{
	color:#45592A;
	line-height:20px;
	}
	
.b_5{
	padding-bottom:5px;
	}
	
.b_15{
	padding-bottom:15px;
	}
	
.right{
	text-align:right;
	}
	
.l_15{
	padding-left:15px;
	}
	
.red_big{
	color:#CA3C38;
	font-size:24px;
	font-weight:bold;
	}
	
a.red_big { text-decoration: none; color: #CA3C38;}
a:hover.red_big { text-decoration: underline; color: #CA3C38;}
a:visited.red_big { text-decoration: none; color: #CA3C38;}
a:active.red_big { text-decoration: none; color: #CA3C38;}


.u_line_red{
	padding-bottom:2px;
	border-bottom:1px solid #CA3C38;
	}

.waku700{
	width:700px;
	margin-right:auto;
	margin-left:auto;
	padding-bottom:15px;
	}

	
