@charset "EUC-JP";
/* テキストサイズの設定 */

.textL,
.textM,
.textS{
	color:#1F1F1F;
	margin:0px;
}
.textL{
	font-size:1.2em;
	line-height:1.2em;
}
.textM{
	font-size:1em;
	line-height:1.6em;
}
.textS{
	font-size:0.9em;
	line-height:1.2em;
}

/* 上部スペースの設定 */
.sp0{
	margin:0px;
	padding:0px 0px 0px 0px;
}
.spS{
	margin:0px;
	padding:9px 0px 0px 0px;
}
.spS1{
	margin:0px;
	padding:4px 0px 0px 0px;
}
.spS2{
	margin:0px;
	padding:12px 0px 0px 0px;
}
.spM{
	margin:0px;
	padding:14px 0px 0px 0px;
}
.spM1{
	margin:0px;
	padding:18px 0px 0px 0px;
}
.spM2{
	margin:0px;
	padding:24px 0px 0px 0px;
}
.spL{
	margin:0px;
	padding:36px 0px 0px 0px;
}

/*タイトル*/
h1 {
	padding-bottom: 20px;	
}

h2 {
	font-family: Verdana, sans-serif, Helvetica;
	font-size: 1.2em;
	line-height: 1em;
	border-left-width: 0.5em;
	border-left-style: solid;
	border-left-color: #df7000;
	color: #df7000;
	padding-top: 0.6em;
	padding-bottom: 0.6em;
	padding-left: 0.6em;
	border-bottom-width: 0.1em;
	border-bottom-style: solid;
	border-bottom-color: #df7000;
	margin-bottom: 0.6em;
}

h3, h3 a {
	margin: 1em 0px 0.6em;
	padding: 0px 6px 4px 0px;
	font-family: Verdana, sans-serif, Helvetica;
	font-size: 1.1em;
	line-height: 1.1em;
	color: #df7000;
}

h3 a {
	text-decoration: none;
}

/* フロート */
.fl_left{
	float:left;
}
.fl_right{
	float:right;
}
