@charset "utf-8";
/* CSS Document */


/*=======================================

	マジグッズのご紹介
	body id goods

========================================*/

#magi{
	background:url(../img/magi.gif) no-repeat top left;
	width:591px;
	height:211px;
	position:relative;
}

#magitxt{
	position:absolute;
	top:78px;
	left:241px;
	width:410px;
}
#magitxt p{
	font-size:0;
	line-height:0;
	padding-bottom:7px;
}

div.section{
	width:640px;
	margin:20px 0px;
}


#pagelink{
	margin:15px 0 0 0 ;
}
#pagelink li{
	display:inline;
	padding-right:10px;
	font-size:108%;
}

#pagelink li a{
	background:url(../img/arrow_page.gif) no-repeat;
	padding:3px 0 0 24px;
}
ul.item{
	width:640px;
	display:block;
	margin-left:-6px;
}

ul.item li{
	float:left;
	display:block;
	padding:0 0 6px 5px;	
	width:155px;
}
	

.itemtop{
	width:155px;
	background:url(../img/itemtop.gif) no-repeat left top;
	padding:7px 0 0 0;
	
}

.photo{
	margin-left:7px;
}

.itembottom{
	width:155px;
	background:url(../img/itembottom.gif) no-repeat left bottom;
}

.itembottom p{	
	padding:6px 0 6px 6px;
	line-height:1.5em;
	min-height:45px;
	height:auto !important;
	height:45px;
}

.itembottom p a{
	background:url(../img/arrow.gif) no-repeat;
	padding:2px 0 0 25px;
	font-weight:bold;
	width:118px;
	display:block;
}

h3{
	margin:20px 0 0;
}



/*======================================

	Clearfix

=======================================*/
ul.item:after{
    content: ".";
    display: block;
    clear: both;
    width: 100%;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    visibility: hidden;
}

/*\*/
* html ul.item{
    height: 1em;
	overflow: visible;
}
/**/

