@charset "utf-8";
/* CSS Document */

/* 本来の区切り線を非表示に */

hr {
	display:none;
}

/* ライン装飾（共通） */

.line01 {
	height:1px;
	background-image: url(../p_common/line01.gif);
	background-repeat: repeat-x;
	margin: 0px 16px;
}

.line02 {
	height:15px;
	background-image: url(../p_common/line_red01.gif);
	background-repeat: repeat-x;
	background-position: center;
}

.line03 {
	background-image: url(../p_common/line02.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 30px;
}
.line03b {
	background-image: url(../p_common/line02.gif);
	background-repeat: repeat-x;
	background-position: center;
	height: 50px;
}
.line04 {
	background-image: url(../p_common/line03.gif);
	background-repeat: repeat-x;
	background-position: left;
	height: 30px;
}
.line04b {
	background-image: url(../p_common/line03.gif);
	background-repeat: repeat-x;
	background-position: left;
	height: 30px;
	clear: both;
}
.line04c {
	background-image: url(../p_common/line03.gif);
	background-repeat: repeat-x;
	background-position: left;
	height: 50px;
	clear: both;
}
.line05 {
	background-image: url(../p_common/line04.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 20px;
	clear: both;
}

