@charset "utf-8";
/* CSS Document */
#wrapper{
	margin-left:10px;
	margin-right:10px;
	background-image:url(../images/wrapper_bg.jpg);
	background-repeat:repeat-y;
}
#wrapper_bottom{
	height:20px;
	clear:both;
}
#content_left{
	float:left;
	width:155px;	
	text-align:left;
	background-color:#999999;
}
#content_right{
	float:right;
	width:635px;
}
#content_right_left_whole{
	float:left;
	width:366px;
}
#content_right_left{
	float:left;
	margin-top:0px;
}
#content_right_right_whole{
	float:right;
	width:259px
}
#content_right_right{
	float:right;
	margin-top:0px;
}
.content_right_bg{
	background-image:url(../images/right_bg.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
}
#promotion_photo_border{
	border-width:1px;
	border-style:solid;
	border-color:#999999;
	width:79px;
}
.promotion_title{
	font-size:12px;
	height:20px;
	vertical-align:top;
}
.promotion_number{
	height:20px;
}
