.box {
	padding:6px;
	padding-top:22px;
	background:#FDFAF1 url(../images/frame_background.png) repeat-x 0 0;
}

/*****************************/
a.f {
	cursor: pointer;
	//cursor : hand;
}

.f:hover {
	background-color: transparent;
}

.f ins{
	margin:0px;
	padding:0px;
	text-decoration:none;
}

.f {
	position: relative;
	z-index: 1;
	display: block;
	min-height: 10px;
	//height : 10 px;
	color: #000000;
}

.f .c {
	position: relative;
	z-index: 2;
	display: block;
	margin: 0 0 5px 0;
	padding: 10px 5px 0px 9px;
	color:#3b200b;
}

.f .t, .f .b {
	position: absolute;
	z-index: 1;
	top: 0;
	//top : auto;
	bottom: 0;
	left: 0;
	right: 11px;
	overflow: hidden;
	//width : 100 %;
	//height : 100 %;
}

.f .b {
	top: auto;
	bottom: -10px;
	height: 10px;
}

.f .r {
	left: auto;
	//left : - 11 px;
	right: 0;
	//margin-left : 100 %;
	width: 11px;
}

.f .t *, .f .b * {
	position: absolute;
	top: 0;
	left: 0;
	width: 800px;
	height: 1600px;
	background: url('../images/frame2.png') 0 0 no-repeat;
	-background-image: none;
	-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src = ../images/frame2.png, sizingMethod = crop);
}

.f .t * {
	margin-top: -10px;
}

.f .l * {
	//width : 100 %;
	margin-left: -11px;
}

/*
.f:hover .t *, .f:hover .b * {
	top: -800px;
	zoom: 1;
}
*/
