
/*サンプル帳ﾍﾟｰｼﾞのCSS*/

 
/*ライトナビのフォント*/

.r-nav1{
line-height : 1.6;
font-size:85%;
letter-spacing:normal;
font-family: 'MS UI Gothic'
font-weight: bold;

}

/*ライトナビのフォント ここまで*/


/*1色ずつの布写真のインラインフレーム処理*/

html{

}

/*1は2段表示　プリント*/

#item-list1{
	width:760px;
	height:380px;
    overflow:hidden;
	margin-top:20px;

}

#itemlist1{
	width:850px;
	height:755px;
	margin-top:-375px;
	margin-left:-80px;
	overflow:hidden;

}

/*2は3段表示　無地*/

#item-list2{
	width:790px;
	height:550px;
    overflow:hidden;
	margin-bottom:50px;


}

#itemlist2{
	width:860px;
	height:955px;
	margin-top:-380px;
	margin-left:-70px;
	margin-bottom:-500px;


}




/*ライトナビのフォント ここまで*/


