/*<link href=".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;
}
.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;
}.zoudai {
	font-size: 10px;
	font-weight: bold;
	color: #FF6600;
}
.copyright01 {
	font-size: 12px;
	text-align: left;
	vertical-align: top;
	padding-top: 3px;
}
.sp-d05 {
	margin-bottom: 5px;
}
.sp-d10 {
	margin-bottom: 10px;
}
.sp-d15 {
	margin-bottom: 15px;
}
.sp-d20 {
	margin-bottom: 20px;
}
.sp-d30 {
	margin-bottom: 30px;
}
.sp-d40 {
	margin-bottom: 40px;
}


/*テーブルの画像のスペースが大きくなるのを修正*/

.main {
}
.main a {
	height: auto;
	margin: 0;
	padding: 0;
	line-height: 100%;
}

