@charset "utf-8";

@import url(../../common/css/niceforms-default.css);

/*
	official基本設定用 css

	01. サイトマップ
	
*/

/* 01.サイトマップ
************************************/

.line_next,
.line_con,
.line_end,
.line_none {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 20px;
	width: auto;
	height: auto;
	line-height: 2.0;
}

.line_next {
	background: url(../img/line_next.jpg) no-repeat;
}

.line_con {
	background: url(../img/line_con.jpg) no-repeat;
}

.line_end {
	background: url(../img/line_end.jpg) no-repeat;
}





