@charset "UTF-8";
/* CSS Document */

/*********************************************
* TOP CONTENTS
*********************************************/
#flasharea {
	height: 340px;
	margin-bottom: 20px;
}
.promo_date {
	color: #76766E;
	font-size: 85%;
}
.sub_promo_box {
  float: left;   
  position: relative;
  display: inline;           
  margin: 0 0 0 20px;
  padding-right: 20px;
  padding-bottom: 5px;   
  width: 280px;   
  height: 159px;
}
/* hide from Mac IE \*/
* html .sub_promo_box { 
	height: 174px;
}
/* */
.sub_promo_box img {
  float: right;
  padding-top: 1px;   
}                 

.sub_promo_box p.image_box {
  width: 180px;
  font-size: 93%; 
}

.sub_promo_box p.image_box.join {
  width: 125px;   
}
h1 {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 0;
	color: #000000;
	line-height: 1;
}
.sub_promo_box p {
  margin-bottom: 5px;
  float: left;
}

.sub_promo_box .bottom_link a{
	position: absolute;      
	bottom: 20px;
	left: 0;
	width: 87px;
	height: 20px;
	display: block;
	background: url(../images/top/btn_viewdetail.jpg) no-repeat;
	text-indent: -9999px;
}
.sub_promo_box .bottom_link a:hover{
	background: url(../images/top/btn_viewdetail.jpg) no-repeat left -21px;
}
.title {
	height: 45px;
	margin-top: 2px;
}
.line {
	background: url(../images/top/line.jpg) right top no-repeat;
}