@charset "Shift_JIS";

h1 {
    margin: 0;
	padding: 0;
} 

/*	MAIN	*/
#main{
	margin:0 auto;
	margin-top:10px;
	padding:0;
	width:800px;
	vertical-align:top;
	background-color:#FFFFFF;
	font-size: 90.9%;
	text-align: center;
}

/*パン屑リスト*/
#pan {
    margin-top: 120px;
	margin-right: auto;
	margin-left: auto;
	padding: 5px 0 0 8px;
	border-width:1px 0;
	border-size:1px;
	border-style:solid;
	border-color:#CCC;
	background-color:#FFC;
	font-size:81.8%;
	color: #333333;
	text-align:left;
	width:792px;
	height:20px;
}

* html #pan {
    height: 25px;
}



/*********************/
/*　　 新着CLIP      */
/*********************/

/*リスト１段分*/
.step {
	clear: left;
	width: 740px;
	font-size: 90.9%;
	line-height: 1.3em;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

* html .step {
    width: 745px;
}

/*Clip１つ分*/
.section {
	text-align: left;
	float: left;
	width: 140px;
	margin-right: 10px;
	margin-bottom: 10px;
}

/*Clip１つ分（右側）*/
.section-r {
	text-align: left;
	float: left;
	width: 140px;
	margin-bottom: 10px;
}


h2 {
	font-size: 100%;
	font-weight: bold;
	background-image: url(http://blog.netlaputa.ne.jp/wm_contents/top/images/bullet_clip.gif);
	background-repeat: no-repeat;
	height: 18px;
	padding-left: 15px;
	background-position: left;
	margin: 0 0 1px 0;
	padding-top: 3px;
}

/*サムネイルとテキスト*/
.tumb {
	border: 1px solid #A1E269;
	padding: 4px;
	padding-bottom: 0px;
	height: 130px;
	text-align: center;
	margin: 0;
}

