@CHARSET "UTF-8";

/* DIVの横並び用 */
.box {
	float: left;
	background-color: #f5f5f5;
	height: 560px;
}

.boxContainer {
	overflow: hidden;
}

/* 流用 */
a {
	text-decoration: none
}

.css14 {
	font-size: 14px;
	line-height: 20px;
	font-family: /*MS UI Gothic, Arial,*/ sans-serif;
}

.css12 {
	font-size: 12px;
	line-height: 16px;
	font-family: /*MS UI Gothic, Arial,*/ sans-serif;
}

/* 左側のメニューもどきの画像 */
.menuImg {
	height: 67px;
	width: 130px;
}
/* 急ぎのバルブ、不要なバルブ 売ります！買います！の画像 */
.menuImg2 {
	height: 19px;
	width: 100px;
}
/* Do it KITZ Wayの画像 */
.menuImg3 {
	width: 260px;
	height: 128px;
	border: 0px;
}
/* 入力項目のバックカラー */
.tableColor {
	border-collapse: separate;
	border-spacing: 2px 2px;
	background-color: #f5f5f5;
}
/* 急ぎのバルブ、不要なバルブ 売ります！買います！のバックカラー */
.tableColor2 {
	border-collapse: separate;
	border-spacing: 2px 2px;
	background-color: #ff6600;
	width: 230px;
	height: 80px;
	margin-left: auto;
	margin-right: auto;
}
/* はじめてお使いになる場合のバックカラー */
.tableColor3 {
	border-collapse: separate;
	border-spacing: 2px 6px;
	background-color: #f8f8ff;
	width: 500px;
}

/* 色 */
.iro {
	background-color: white;
}

.iro2 {
/*	background-color: #6495ed;*/
	background-color: #64ed95;
}

/* 中央寄せ */
.messageCenter {
	text-align: center;
}
/* 右寄せ */
.messageRight {
	text-align: right;
}
/* 上寄せ */
.messageTop {
	vertical-align: top;
}

/* テーブル用 */
.tableSpacing {
	border-spacing: 0px;
	border-collapse: collapse;
}

/* 改行無し */
.noKaigyou {
	white-space: nowrap;
}

/* 幅 */
.yoko10 {
	width: 10px;
}

.yoko30 {
	width: 30px;
}

.yoko229 {
	width: 229px;
}

.yoko600 {
	width: 600px;
}
