﻿/*　------------------　定義語（最後に読み込ませる）　----------------------　*/

.bun1 {
	line-height: 1.5;
}
/*　通常の長文　*/

.bun2 {
	font-size: 0.9em;
	line-height: 1.3;
}
/*　小さめ長文　*/

.bun3 {
	font-size: 1.15em;
	line-height: 1.6;
}
/*　大きめの長文　*/

.bun4 {
	font-size: 1.15em;
	line-height: 1.3;
	text-align: center;
}
/*　大きめ強調文　*/

.bun5 {
	font-size: 1.3em;
	line-height: 1.6;
	text-align: center;
}
/*　大きい強調文　*/

.bun6 {
	line-height: 1.3;
}
/*　行間が狭い　*/


.text0 {
	font-size: 0.9em;
}
/*　小さいサイズ　*/

.text00 {
	font-size: 0.9em;
}
/*　小さいサイズ　*/

.text1 {
	font-size: 1.15em;
}
/*　大きめサイズ　*/

.text2 {
	font-size: 1.3em;
}
/*　大きいサイズ　*/

.text3 {
	font-size: 1.3em;
	font-weight: bold;
}
/*　強調サイズ　*/

.text4 {
	font-size: 0.9em;
}
/*　小さめサイズ　*/

.style1 {
	color: #CC0000;
	font-weight: bold;
	font-size: 12px;
}
.style2 {
	color: #93927D;
	font-weight: bold;
}
.style3 {
	color: #E00;
}
.style4 {
	color: #F96600;
}
.style8 {color: #A6B957}
.style9 {color: #990000;}

.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;
}
/*　背景なし　*/

/*　------------------　定義語（最後に読み込ませる）　----------------------　*/
