/* 段組解除 */
.clear_both {
	clear: both;
}
.clear_left {
	clear: left;
}
.clear_right {
	clear: right;
}
/* 段落書式 */
p.line_b {
	line-height:1.7em;
	font-weight:bold;
	font-size:1.5em;
}
p.line_b1 {
	margin: 0em;
	font-weight:bolder;
	font-size: 1.5em;
}
p.line_m {
	line-height:1.3em;
	font-weight:bold;
	font-size:1em;
}
p.line_m1 {
	margin: 0em;
	font-size: 1em;
	line-height: 1.8em;
	font-weight: bolder;
}
p.line_m2 {
	margin: 0em;
	font-size: 1.2em;
	line-height: 2em;
	font-weight: bolder;
}
p.line_m3 {
	margin: 0em;
	font-size: 1.3em;
	line-height: 2.1em;
	font-weight: bolder;
}
p.line_s {
	text-align:left;
}
p.line_s1 {
	margin: 0em;
	font-size: 0.9em;
	line-height: 1.5em;
}
p.line_s2 {
	margin: 0em;
	font-size: 0.8em;
	line-height: 1.3em;
}
p.line_s3 {
	margin: 0em;
	font-size: 0.7em;
	line-height: 1.1em;
}
/* 段落書式 */
p.line_l {
	text-align:left;
}
p.line_r {
	text-align:right;
}
p.line_c {
	text-align:center;
}
.center_01 {
	text-align:center;
}
.right_01 {
	text-align:right;
}
/* イメ－ジ書式 */
p.img_l {
	float:left;
}
p.img_r {
	float:right;
}
img.img_l {
	float:left;
}
img.img_r {
	float:right;
}
img.img_v {
	vertical-align:middle;
}
/* 書式設定 */
.font_monospace {
	font-family: monospace;
}
.font_serif {
	font-family: serif;
}
.text_b {
	font-weight:bolder;
}
.text_i {
	font-style:italic;
}
.text_m {
	font-weight:400;
}
.text_s {
	font-size: smaller;
}
.text_7 {
	font-size:0.7em;
}
.text_8 {
	font-size:0.8em;
}
.text_9 {
	font-size:0.9em;
}
.text_11 {
	font-size:1.1em;
}
.text_12 {
	font-size:1.2em;
}
/* 共通カラー定義 */
.ex1 {
	color:#FF8C00!important;	/* nn */
	color:#000000;				/* ie */
}
.ex2 {
	color:#FF8C00;_color:#000000;	/* nn ie */
}
.basecolor {
	color:#567641;
}
.basecolor1 {
	color:#6F8E3E;
}
.dojyokkocolor {
	color:#8C5C48;
}
.darkorange {
	color:#FF8C00;
}
.sienna {
	color:#A0522D;
}
.orangered {
	color:#FF4500;
}
.dimgray {
	color:#696969;
}
.blue {
	color:#0000FF;
}
.seagreen {
	color:#2bbf8f;
}
.limegreen {
	color:#3cb371;
}
.tomato {
	color:#FF6347;
}
.chocolate {
	color:#D2691E;
}
.purple {
	color:#800080;
}
.maroon {
	color:maroon;
}
.gold {
	color:#FFD700;
}
.yellow {
	color:#FFFF00;
}
.white {
	color:#FFFFFF;
}
.green {
	color:#008040;
}


