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

@import url(kids_common.css);


/*****HEADER and LEFT COLUMN (import common.css)*******/


#contents{
	width:800px;
	margin:0 auto;
	}
	
#contents2{
	width:768px;
	margin:0 auto;
	line-height:0;
	}
	
/*---*/

h2 {
	font-size: 13px;
	line-height:30px;
	color: #ffffff;
	background-color: #010508;
	text-indent: 12px;
}

div.article {
	margin: 10px auto;
	width:720px;
}
div.article_box {
	text-align: center;
	margin-top: 10px;
	margin-left: 12px;
	margin-right: 12px;
	margin-bottom: 20px;
	width: 150px;
	float: left;
	line-height: 1.2;
}
	
.article_box div.article_photo {
	margin-bottom: 10px;
}
.article_box p.article_title {
	margin: 5px 0 5px 0;
}
.article_box p.article_title a {
	font-size: 10px;
	color: #bf3100;
	background-color: transparent;
}
.article_box p.release {
	font-size: 10px;
	color: #585858;
	background-color: transparent;
	margin-bottom: 7px;
}
.article_box p.price {
	font-weight: bold;
	color: #343434;
	background-color: transparent;
	margin-bottom: 3px;
}
.article_box p.copyp {
	font-size: 10px;
	color: #7a7a7a;
	background-color: transparent;
}
div.article hr{
	margin:0;
	padding:0;
	color:#FFF;
	background-color:#FFF;
	border:none;
	clear:both;
	height:0;
	font-size:1px;
	line-height:0;
	visibility:hidden; 
	}