/*<link href="syokuraku.css" rel="stylesheet" type="text/css">*/

/*テキストの回り込み*/
.mawarikomi-r{
  float:right;
 } 
.mawarikomi-l{
  float:left;
 }
#mawarikomi-c{
  clear:right;
}

/*テキストの色を変える*/
.txt-br {
	color: #660000;
}
.txt-red {
	color: #FF0000;
}
.txt-gr2 {
	color: #666666;
}
.txt-or {
	color: #FF6600;
}

/*テキストの大きさ・太さと色を変える*/
.txt-10 {
	font-size: 10px;
}
.txt-12{
	font-size: 12px;
}
.txt-12-gr {
	font-size: 12px;
	color: #CCCCCC;
}
.txt-12-gr2 {
	font-size: 12px;
	color: #333333;
}
.txt-12-gr3 {
	font-size: 12px;
	color: #666666;
}
.txt-12-red {
	font-size: 12px;
	color: #FF0000;
}
.txt-12-bold{
	font-size: 12px;
	font-weight: bold;
}
.txt-12-bold-gr {
	font-size: 12px;
	color: #CCCCCC;
	font-weight: bold;
}
.txt-12-bold-gr2 {
	font-size: 12px;
	color: #333333;
	font-weight: bold;
}
.txt-12-bold-gr3 {
	font-size: 12px;
	color: #666666;
	font-weight: bold;
}
.txt-12-bold-wh{
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.txt-12px-bold-bl {
	font-size: 12px;
	font-weight: bold;
	color: #0000CC;
}
.txt-12px-bold-ind {
	font-size: 12px;
	font-weight: bold;
	color: #000066;
}
.txt-14{
	font-size: 14px;
}
.txt-14-gr3{
	font-size: 14px;
	color: #666666;
}
.txt-14-bold{
	font-size: 14px;
	font-weight: bold;
}
.txt-14-bold-wh{
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.txt-14-bold-gr{
	font-size: 14px;
	font-weight: bold;
	color: #CCCCCC;
}
.txt-16 {
	font-size: 16px;
}
.txt-16-bold {
	font-size: 16px;
	font-weight: bold;
	line-height: 140%;
}
.txt-18 {
	font-size: 18px;
}
.txt-18-bold {
	font-size: 18px;
	font-weight: bold;
}
.txt-20-bold{
	font-size: 20px;
	font-weight: bold;
}
.txt-20-bold-wh{
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
}
.txt-20-bold-wh{
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
}
.txt-24-bold{
	font-size: 24px;
	font-weight: bold;
}
.txt-24-bold-br{
	font-size: 24px;
	font-weight: bold;
	color: #6B2615;
}
.txt-24-bold-wh{
	font-size: 24px;
	font-weight: bold;
	color: #ffffff;
}

/*行間*/
.line1-5{
	line-height: 1.5em;
}
.line1-8{
	line-height: 1.8em;
}
.line2{
	line-height: 2em;
}

/*字間*/
.letter1 {
	letter-spacing: 0.1em;
}.midashi01 {
	font-size: 18px;
	font-weight: bold;
	color: #FF3300;
	padding-top: 5px;
	padding-bottom: 5px;
}
.honbun01 {
	font-size: 14px;
	line-height: 150%;
}
