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


/*レフトナビ印刷しない*/

@media print{
#no-print {
	display:none;
	}
}

* {
    outline: none!important;
} 

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

table.rightnavi{
	font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

table.rightnavi td{
	text-align:center;
}

.r-nav1{
line-height : 1.6;
letter-spacing:normal;
}

.next{
	height:40px;
	font-size:16px;
	letter-spacing:1.8;
	background:#f1f0d6 URL("../../images/common/r-next.png") no-repeat 20px;
	text-align:center;
	border:#E4E3CC 2px solid;
	cursor:pointer;
	border-radius:5px;
	margin-top:-2px;
}

.next:hover{
		opacity: 0.8;
}

.next a{
	padding-left:20px;
	line-height:40px;
	color:#636238;
	display:block;
	text-decoration:none;
	
}


.prev{
	height:40px;
	font-size:16px;
	letter-spacing:1.8;
	background:#e8e7e6 URL("../../images/common/r-prev.png") no-repeat 20px;
	text-align:center;
	border:#E1E0DF 2px solid;
	cursor:pointer;
	border-radius:5px;
	margin-top:20px;
}
.prev:hover{
	opacity: 0.8;
}
.prev a{
	padding-left:20px;
	line-height:40px;
	display:block;
	text-decoration:none;
	color:#565f73;
}


.r-sample {
/*	height:100px;
	background:#e4eeda;
	color:#364b23;
	font-weight:bold;
	font-size:14px;
	text-align:center;
	border-radius:10px;
	border:1px solid #e4eeda;*/
}

.r-sample img{
	margin:20px 0 0 0;
	padding:0;
	
}

.r-sample a:hover{
		opacity: 0.8;
}

.rightnavi iframe.r-nav3{

	margin-top:50px;

}

/*大外枠のテーブル*/


#wrap table.main{
	border:0;
	border-collapse: separate;
	border-spacing:5px;
	position: static;
}

/*タイトルバー*/

#wrap table.title-bar{
	border:0;
	height:40px;
	width:760px;	
}
#wrap table.title-bar td.title-l{
	width:600px;
	background:#009900;
	text-align:center;
	vertical-align:middle;
	color:#fff;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:22px;
	font-weight:600;
}
#wrap table.title-bar td.title-r{
	width:160px;
	background:#400000;
	text-align:center;
	vertical-align:middle;
	color:#fff;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:16px;
}

td.sample-img{
	text-align:center;
	vertical-align:top;
}

#wrap table.main td.toppa{
	text-align: center;
	font-size: 25px;
	color: #876d56;

	background : url(../css/img/toppa_ttl.jpg) no-repeat center center;
	height: 48px;

}



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

/*1は2段表示*/

#item-list1{
	width:760px;
	height:200px;
    overflow:hidden;
	margin-top:40px;
	margin-bottom:10px;
	position:relative;
}

#itemlist1{
	width:850px;
	height:200px;
	margin-top:-420px;
	margin-left:-70px;
	overflow:hidden;

}

/*リンク無効処理*/
#item-list1 iframe{
 	position: absolute;
 	top:0px;left:0px;
	z-index:0;
	vertical-align:bottom;
 }
#item-list1 #image{
	width:760px;
	height:200px;
	position: absolute;
	top:0px;left:0px;
 	z-index:1;
 }

/*2は3段表示*/

#item-list2{
	width:760px;
	height:400px;
    overflow:hidden;
	margin-bottom:50px;
	margin-top:50px;
	position:relative;

}

#itemlist2{
	width:850px;
	height:955px;
	margin-top:-400px;
	margin-left:-70px;
	margin-bottom:-500px;
	
}

/*リンク無効処理*/
#item-list2 iframe{
 	position: absolute;
 	top:0px;left:0px;
	z-index:0;
 }
#item-list2 #image{
	width:760px;
	height:400px;
	position: absolute;
	top:0px;left:0px;
 	z-index:1;
 }




/*3は1段表示*/

#item-list3{
	width:760px;
	height:180px;
    overflow:hidden;
	margin-top:30px;
	margin-bottom:30px;
	padding-top:20px;
	position:relative;

}

#itemlist3{
	width:850px;
	height:755px;
	margin-top:-400px;
	margin-left:-70px;
	overflow:hidden;

}

/*リンク無効処理*/
#item-list3 iframe{
 	position: absolute;
 	top:0px;left:0px;
	z-index:0;
 }
#item-list3 #image{
	width:760px;
	height:180px;
	position: absolute;
	top:0px;left:0px;
 	z-index:1;
 }


/*4は4段表示*/

#item-list4{
	width:760px;
	height:720px;
    overflow:hidden;
	margin-bottom:50px;
	margin-top:50px;
	position:relative;

}

#itemlist4{
	width:850px;
	height:1200px;
	margin-top:-400px;
	margin-left:-70px;
	margin-bottom:-500px;
	overflow:hidden;
}




/*リンク無効処理*/
#item-list4 iframe{
 	position: absolute;
 	top:0px;left:0px;
	z-index:0;
 }
#item-list4 #image{
	width:760px;
	height:720px;
	position: absolute;
	top:0px;left:0px;
 	z-index:1;
 }



/*8は8段表示*/

#item-list8{
	width:760px;
	height:1450px;
    overflow:hidden;
	margin-bottom:50px;
	margin-top:50px;
	position:relative;

}

#itemlist8{
	width:850px;
	height:1200px;
	margin-top:-400px;
	margin-left:-70px;
	margin-bottom:-500px;
	overflow:hidden;
}




/*リンク無効処理*/
#item-list8 iframe{
 	position: absolute;
 	top:0px;left:0px;
	z-index:0;
 }
#item-list8 #image{
	width:760px;
	height:720px;
	position: absolute;
	top:0px;left:0px;
 	z-index:1;
 }


/*休暇お知らせのインラインフレーム処理*/

/*夏季休暇*/

#vacation-s{
	width:700px;
	height:500px;
    overflow:hidden;
	//margin-top:40px;
	margin-bottom:30px;
	position:relative;
}

#summer-v{
	width:650px;
	height:900px;
	margin-top:-330px;

	overflow:hidden;

}

/*年末年始休暇*/

#winter-v{
	width:700px;
	height:900px;
	margin-top:-400px;

	overflow:hidden;

}

/*バックナンバー・ページトップ*/

td.backnumber {
	color:#999;
	text-align:right;
	padding-right:30px;
	padding-top:50px;
}

td.backnumber a{
	color:#999;	
}

td.top-go{
	text-align:right;
	padding-right:30px;
	padding-top:30px;
}
