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

*{
	margin:0;
	padding:0;
	}

/************************************************
*	clearfix									*
************************************************/
div:after , .clearfix:after {
	content:".";
	display: block;
	height:0px;
	clear:both;
	visibility:hidden;
}
/* exlude IE6 \*/
* html .clearfix ,* html .article_area {
	height: 1%
}
.clearfix {
	display:block;
}
/* end IE6 */

/* for IE7 */
.clearfix , .article_area {
	zoom:1;
}
/* end IE7 */

/*==========================*/

#productsBody{
	margin:0 19px 20px 19px;
	background-repeat:no-repeat;
	padding-top:22px;
	}

.productsTitle{
	background-image:url(../images/products/title_toy01.jpg);
	}

#calender{
	background-image:url(../images/calender/title_hatsubai_calendar.gif);
	background-repeat:no-repeat;
	margin-top:20px;
	}

#productsBody a{
	color: #0066CC;
	}

#productsBody h2{
	font-weight:bold;
	font-size:14px;
	color:#464646;
	line-height:30px;
	border-bottom:#0051A0 solid 1px;
	padding-top:10px;
	margin-bottom:10px;
	}

#productsBody h2 img{
	margin-bottom:5px;
	}

#productsBody div img{
	float:left;
	border:0px;
	margin-right:20px;
	}
#productsBody p{
	color: #333333;
	font-weight:bold;
	font-size:12px;
	line-height:20px;
	}

#productsBody div{
	margin-bottom:3px;
	}

#productsBody div dl{
	padding-top:2px;
	font-size:10px;
	color:#666666;
	}

#productsBody div dt{
	float:left;
	}
#productsBody div dd{
	margin-right:10px;
	float:left;
	}
