@charset "shift_jis";
/* CSS Document */
.text60 { font-size:60%; }
.text70 { font-size:70%; }
.text75 { font-size:75%; }
.text80 { font-size:80%; }
.text90 { font-size:90%; }
.text95 { font-size:95%; }
.text100 { font-size:100%; line-height:1.5; }
.text110 { font-size:110%; }
.text120 { font-size:120%; }
.text130 { font-size:130%; }
.text140 { font-size:140%;}
.text150 { font-size:150%; }

/*文字色赤*/
.red {
	color:#FF0000;
}

/*文字色青*/
.blue {
	color:#0000FF;
}

.purple {
	color:#711a53;
	padding-right: 2px;
	font-size: 100%;
}

/*背景をグレイにする*/
.gray{
	background-color:#CCCCCC;
}

/*フォント指定*/
.minchou {font-family:"ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
}


/*アンダーライン*/
.underline	{
	text-decoration: underline;
}

/*打ち消し線*/
.stk{
	text-decoration:line-through
}
