
.Back{
 background-image:url;
 background-color:#D5CCBE;
 background-repeat: no-repeat;
 background-position: center center;
}

.BackText{
background-attachment: fixed;
color:#FCF2E8;
font-weight: bold;
position: absolute;
top : 30%;
right: 5%;
z-index: -1;
writing-mode: tb-rl;
white-space: pre;
}

.TitleBox{
color: #934968;
background: #DFB86F;
border-right: 2px solid #BB8743;
border-left: 2px solid #BB8743;
border-top: 2px solid #BB8743;
border-bottom: 2px dash #7A7293;
font-weight:bold;
padding: 2px 2px 2px 13px;
position: relative;
z-index: 5;
width: 200px;
max-width: 200px;
min-height:inherit;
text-align: right;
}

.TitleThumbT{
position:absolute;
left:0px;
top:0px;
bottom:0px;
margin:2px;
border: 2px solid #BB8743;
width:5px;
background-color:#D5CCBE;
height:5px;
overflow: hidden;
clip: auto;
}

.TitleThumbB{
position:absolute;
left:0px;
bottom:0px;
bottom:0px;
margin:2px;
border: 2px solid #BB8743;
width:5px;
background-color:#D5CCBE;
height:5px;
overflow: hidden;
clip: auto;
}

.ColmnText{
color: #665156;
background: transparent;
border:  2px dashed #7A7293;
padding: 3% 3%;
font-size: 90%;
position: static;
z-index: 5;
line-height: 200%;
text-align: left;
min-width:350px;
}

.Colmn{
color: #665156;
border:  2px dashed #7A7293;
padding: 1%;
font-size: 80%;
min-width: 350px;
z-index: 5;
background: transparent;
position:static;

}


.link{
	font-size: 90%;
	text-decoration: underline overline;
	text-align: center;
}

.linkl{
	font-size: 90%;
	text-decoration: underline overline;
	text-align: left;
}
.linkr{
	font-size: 90%;
	text-decoration: underline overline;
	text-align: right;
}

.nonlink{
	font-size: 90%;
	text-align: center;
position: static;
}

.docbox{
	font-size: 90%;
	color: black;
	background-color: #999999;
	margin: 1%;
	padding: 1% 3%;
	border: 2px solid gray;
	line-height: 150%;
	text-align: left;
position: static;
}

.doctitle{
	color:black;
	background-color: #CCCCCC;
	font-weight:bold;
	padding: 1% 1%;
	border: 1px solid black;
position: static;
}

.txttitle{
	font-size: 120%;
	font-weight: bold;
	margin-left :1%;
position: static;
}

.txtbox{
	font-size: 100%;
	color: black;
	background-color: #CCCCCC;
	margin: 1%;
	padding: 1% 3%;
	border: 2px solid gray;
	line-height: 150%;
	text-align: left;
position: static;
}
.txtbox-img{
	font-size: 100%;
	color: black;
	background-color: #CCCCCC;
	margin: 1%;
	padding: 1% 3%;
	border: 2px solid gray;
	line-height: 150%;
	text-align: left;
    background-repeat :no-repeat;
	background-image : url(img/tosaka-saki.png);
    background-position: center center;
position: static;
z-index: 2;
}

