@charset "utf-8";

/*送信ボタン
--------------------------------------------------*/

#submit {
	text-align: center;
	padding: 20px 0px 20px 0px;
}
#submit input {
	width: auto;
	border: none;
}

/*色
--------------------------------------------------*/

.red {
	color: #CC0000;
}
.green {
	color: #339900;
}

/*背景色
--------------------------------------------------*/

.bg_gray {
	background-color: #F0F0F0;
}

/*テキスト配置
--------------------------------------------------*/

.text_right {
	text-align: right;
}
.text_center {
	text-align: center;
}

/*ライン・スペース
--------------------------------------------------*/

hr {
	display:none;
}
.line800 {
	height:5px;
	background-image: url(../img/com/dot.gif);
	background-repeat: repeat-x;
	clear: both;
	background-position: center;
}
.space10 {
	height:10px;
	background-image: none;
	clear: both;
}
.space30 {
	height:30px;
	background-image: none;
	clear: both;
}

