.futoji {
	font-weight: bold;
}
.nakayose {
	text-align: center;
}
.migiyose {
	text-align: right;
}

.jisage1{
	padding-left: 1em;
	padding-right: 1em;
}
.jisage2{
	padding-left: 2em;
}
.jisage3{
	padding-left: 3em;
}
.moji-xsmall {
	font-size: x-small;
}
.moji-small {
	font-size: small;
}

.moji-medium {
	font-size: medium;
}

.text-indent1{
	text-indent: -1em;
	padding-left: 1em;
}

.text-indent2 {

	text-indent: -1.6em;
	padding-left: 2em;
}

.fontsize-x-small{
	font-size: x-small;
}

.float-kaijo{
	clear:both;}
	
.float-left {
	float: left;
}
.emphasis1 {
	font-weight: bold;
	background-color: #FFC;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #600;
	border-right-color: #600;
	border-bottom-color: #600;
	border-left-color: #600;
	padding: 5px;
	margin-left: 10px;
	margin-right: 10px;
}
.emphasis2 {
	font-weight: bold;
	background-color: #FEE2E6;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	padding: 5px;
	margin-left: 10px;
	margin-right: 10px;
}
.emphasis3 {
	background-color: #E1FFFF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #030;
	border-right-color: #030;
	border-bottom-color: #030;
	border-left-color: #030;
	padding: 5px;
	margin-left: 10px;
	margin-right: 10px;
}

