@charset "utf-8";

/*送信ボタン
--------------------------------------------------*/
#submit {
	text-align: center;
	padding: 10px 0px 20px 0px;
}

/*色
--------------------------------------------------*/
.red {
	color:#CC0000;
}

/*背景色
--------------------------------------------------*/
.bg_gray {
	background-color: #F0F0F0;
}

/*テキスト揃え
--------------------------------------------------*/
.text_right {
	text-align: right;
}
.text_center {
	text-align: center;
}
/*区切り線
--------------------------------------------------*/
hr {
	display:none;
}
.line_5_dot {
	height:5px;
	background-image: url(../img/common/contents/dot.gif);
	background-repeat: repeat-x;
	clear: both;
	background-position: center;
}
.line_10_dot {
	height:10px;
	background-image: url(../img/common/contents/dot.gif);
	background-repeat: repeat-x;
	clear: both;
	background-position: center;
}
.line_20_dot {
	height:20px;
	background-image: url(../img/common/contents/dot.gif);
	background-repeat: repeat-x;
	clear: both;
	background-position: center;
}
.line_30_dot {
	height:30px;
	background-image: url(../img/common/contents/dot.gif);
	background-repeat: repeat-x;
	clear: both;
	background-position: center;
}
.line_40_dot {
	height:40px;
	background-image: url(../img/common/contents/dot.gif);
	background-repeat: repeat-x;
	clear: both;
	background-position: center;
}
.line_50_dot {
	height:50px;
	background-image: url(../img/common/contents/dot.gif);
	background-repeat: repeat-x;
	clear: both;
	background-position: center;
}
.line_60_dot {
	height:60px;
	background-image: url(../img/common/contents/dot.gif);
	background-repeat: repeat-x;
	clear: both;
	background-position: center;
}
.line_80_dot {
	height:80px;
	background-image: url(../img/common/contents/dot.gif);
	background-repeat: repeat-x;
	clear: both;
	background-position: center;
}
.line_100_dot {
	height:100px;
	background-image: url(../img/common/contents/dot.gif);
	background-repeat: repeat-x;
	clear: both;
	background-position: center;
}
.line_0 {
	height:0px;
	background-image: none;
	clear: both;
}
.line_5 {
	height:5px;
	background-image: none;
	clear: both;
}
.line_10 {
	height:10px;
	background-image: none;
	clear: both;
}
.line_20 {
	height:20px;
	background-image: none;
	clear: both;
}
.line_30 {
	height:30px;
	background-image: none;
	clear: both;
}
.line_40 {
	height:40px;
	background-image: none;
	clear: both;
}
.line_50 {
	height:50px;
	background-image: none;
	clear: both;
}
.line_60 {
	height:60px;
	background-image: none;
	clear: both;
}
.line_80 {
	height:80px;
	background-image: none;
	clear: both;
}
.line_100 {
	height:100px;
	background-image: none;
	clear: both;
}
