/*　------------------　定義語（最後に読み込ませる）　----------------------　*/

.bun1 {
	line-height: 1.5;
}
/*　通常の長文　*/

.bun2 {
	font-size: 90%;
	line-height: 1.3;
}
/*　小さめ長文　*/

.bun3 {
	font-size: 115%;
	line-height: 1.6;
}
/*　大きめの長文　*/

.bun4 {
	font-size: 115%;
	line-height: 1.3;
	text-align: center;
}
/*　大きめ強調文　*/

.bun5 {
	font-size: 130%;
	line-height: 1.6;
	text-align: center;
}
/*　大きい強調文　*/

.bun6 {
	line-height: 1.3;
}
/*　行間が狭い　*/


.text0 {
	font-size: 90%;
}
/*　小さいサイズ　*/

.text1 {
	font-size: 115%;
}
/*　大きめサイズ　*/

.text2 {
	font-size: 130%;
}
/*　大きいサイズ　*/

.text3 {
	font-size: 130%;
	font-weight: bold;
}
/*　強調サイズ　*/

.text4 {
	font-size: 90%;
}
/*　小さめサイズ　*/

.style1 {
	color: #E00;
}

.line1 {
	text-align: center;
}
.line2 {
	text-align: right;
}
.line3 {
	text-align: left;
}
/*　文章を寄せる方向　*/

.dan1 {
	margin-bottom: 1em;
}
.dan2 {
	margin-bottom: 1.5em;
}
.dan3 {
	margin-bottom: 2em;
}
.dan4 {
	margin-left: auto;
	margin-right: auto;
}
/*　段落　*/

.block {
	display: block;
}
#wrapper .nomargin {
	margin: 0;
}
/*　マージンなし　*/

#wrapper .nopadding {
	padding: 0;
}
/*　パディングなし　*/

#wrapper .noborder {
	border: none;
}
/*　罫線なし　*/

#wrapper .noback {
	background-color: transparent;
	background-image: none;
}
/*　背景なし　*/

/*　------------------　定義語（最後に読み込ませる）　----------------------　*/
