@charset "shift_jis";

/*-----------------------------------------------------
  Author   :  Takashi Hirasawa
  URL      :  http://css-happylife.com/
  Date     :  06/10/03
  Copyright(C)2006 CSS HappyLife all rights reserved.
-----------------------------------------------------*/

/*-----------------------------------------------------
 // 区切り線（hr）色々　其の壱
-----------------------------------------------------*/

/*--- // 本来の区切り線を非表示に // ---*/
hr {
	display:none;
}

/*-----------------------------------------------------

■■区切り線の長さを変更したい場合■■
	width:500px;
　　↑コレを{ から } の間に追加してね。

例：
.line_001 {
	background:url(img-line/line_001.gif) repeat-x;
	height:1px;
	margin:10px 0;
	width:500px;
}

サイズの指定は、px、em、cm、%とかが出来るよ。
%で指定すれば、伸び縮みするから便利かも☆
-----------------------------------------------------*/

/*--- // 区切り線イッパイ // ---*/
.line_001 {
	background:url(img-line/line_001.gif) repeat-x;
	height:1px;
	margin:10px 0;
}
.line_002 {
	background:url(img-line/line_002.gif) repeat-x;
	height:3px;
	margin:10px 0;
}
.line_003 {
	background:url(img-line/line_003.gif) repeat-x;
	height:3px;
	margin:10px 0;
}
.line_004 {
	background:url(img-line/line_004.gif) repeat-x;
	height:3px;
	margin:10px 0;
}
.line_005 {
	background:url(img-line/line_005.gif) repeat-x;
	height:3px;
	margin:10px 0;
}
.line_006 {
	background:url(img-line/line_006.gif) repeat-x;
	height:3px;
	margin:10px 0;
}
.line_007 {
	background:url(img-line/line_007.gif) repeat-x;
	height:3px;
	margin:10px 0;
}
.line_008 {
	background:url(img-line/line_008.gif) repeat-x;
	height:3px;
	margin:10px 0;
}
.line_009 {
	background:url(img-line/line_009.gif) repeat-x;
	height:3px;
	margin:10px 0;
}
.line_010 {
	background:url(img-line/line_010.gif) repeat-x;
	height:1px;
	margin:10px 0;
}
.line_011 {
	background:url(img-line/line_011.gif) repeat-x;
	height:10px;
	margin:10px 0;
}
.line_012 {
	background:url(img-line/line_012.gif) repeat-x;
	height:5px;
	margin:10px 0;
}
.line_013 {
	background:url(img-line/line_013.gif) repeat-x;
	height:5px;
	margin:10px 0;
}
.line_014 {
	background:url(img-line/line_014.gif) repeat-x;
	height:5px;
	margin:10px 0;
}
.line_015 {
	background:url(img-line/line_015.gif) repeat-x;
	height:5px;
	margin:10px 0;
}
.line_016 {
	background:url(img-line/line_016.gif) repeat-x;
	height:5px;
	margin:10px 0;
}
.line_017 {
	background:url(img-line/line_017.gif) repeat-x;
	height:5px;
	margin:10px 0;
}
.line_018 {
	background:url(img-line/line_018.gif) repeat-x;
	height:5px;
	margin:10px 0;
}
.line_019 {
	background:url(img-line/line_019.gif) repeat-x;
	height:5px;
	margin:10px 0;
}
.line_020 {
	background:url(img-line/line_020.gif) repeat-x;
	height:5px;
	margin:10px 0;
}
.line_021 {
	background:url(img-line/line_021.gif) repeat-x;
	height:6px;
	margin:10px 0;
}
.line_022 {
	background:url(img-line/line_022.gif) repeat-x;
	height:6px;
	margin:10px 0;
}
.line_023 {
	background:url(img-line/line_023.gif) repeat-x;
	height:5px;
	margin:10px 0;
}
.line_024 {
	background:url(img-line/line_024.gif) repeat-x;
	height:5px;
	margin:10px 0;
}
.line_025 {
	background:url(img-line/line_025.gif) repeat-x;
	height:5px;
	margin:10px 0;
}

