/*-----------------------------------------------
  プレゼントフォーム
-----------------------------------------------*/
.magazine_check {
	width: 150px;
	float:left;
}



/*-----------------------------------------------
  タイトル
-----------------------------------------------*/

#contentstitle {
 background: url(../present/images/present_h2.gif) no-repeat;
/* width: 270px;*/
 height: 20px;
 text-indent: -9999px;
 margin-bottom: 30px;
}


/*-----------------------------------------------
  本文
-----------------------------------------------*/
#date {
	width: 640px;
	font-size: 12px;
	font-weight: bold;
	color: #999;
	text-align: right;
}

.present_info {
    border: 1px solid #D6D0BF;   
	margin-top:30px;
	width:610px;
	padding:15px;
	background-color: #F3EFE6;
	background-image: url(../present/images/present_info.gif);
	background-repeat : no-repeat;
	background-position: right top;
}

.present_info strong {
	font-size: 16px;
	margin-bottom: 40px;
}

.present_entry {
	margin-top: 15px;
}
