@charset "utf-8";


div#magazine {
	width: 850px;
	height: 600px;
	text-indent: -1000em;
	background: url(../image/5chmaga_PC.png) no-repeat;
	border-bottom: 5px solid #ECECEC;
}

div#presentBox{
	width:850px;
	margin:0;
	background:#FFFFFF;
}

h1{
	margin:0 0 0 10px;
	padding:10px 0 0 8px;
	font-size:1.2em;
	color:#FF3300;
}

h1 span{
	color:#000000;
}

div#presentBox p{
	display:inline;
	float:left;
	margin:10px 0 10px 20px;
}

.clear{
	clear:both;
}

