@charset "utf-8";

/*------------------------
	コンテンツ
------------------------*/
#contents {
	width: 760px;
	margin: 0 0 0 20px;
	clear: both;
}

#contents h2 {
	font-size: 0px;
	text-indent: -99999px;
}

#title1 {
	width: 150px;
	height: 24px;
	margin: 25px 0 0 0;
	background: url("img/contact-title1.gif") no-repeat;
}

#title2 {
	width: 150px;
	height: 24px;
	margin: 25px 0 25px 0;
	background: url("img/contact-title2.gif") no-repeat;
}

#osaka {
	width: 370px;
	margin: 25px 0 0 0;
	font-size: 0.8em;
	line-height: 1.5em;
	color: #666666;
	float: left;
}

#tokio {
	width: 370px;
	margin: 25px 0 0 0;
	font-size: 0.8em;
	line-height: 1.5em;
	color: #666666;
	float: right;
}

#mailto {
	width: 400px;
	margin: 25px auto 0 auto;
	font-size: 0.8em;
	line-height: 1.5em;
	color: #666666;
}
* html #mailto {
	width: 760px;
	text-align: center;
}

#formtbl {
	padding: 25px 0 0 0;
}

#formtbl td {
	font-size: 0.8em;
	line-height: 1.5em;
	border-bottom: solid 1px #ffffff;
}

.itemname {
	width: 176px;
	padding: 0 0 0 25px;
	border-right: solid 1px #ffffff;
	color: #ffffff;
	background: #5c995c;
}

.red {
	color: #cc0000;
}

.item {
	width: 583px;
	padding: 0 0 0 15px;
	color: #666666;
	background: #e5e5e5;
}

.itemErr , .itemErrErr , .itemErrErrErr {
	width: 583px;
	padding: 0 0 0 15px;
	color: #666666;
	background: #F8B7B5;
}

.item2 {
	width: 583px;
	padding: 5px 0 5px 15px;
	color: #666666;
	background: #e5e5e5;
}

.itemex {
	font-size: 0.75em;
}

.itemex2 {
	font-size: 0.75em;
}
* html .itemex2 {
	font-size: 0.75em;
	margin-left: 5px;
}
*+html .itemex2 {
	font-size: 0.75em;
	margin-left: 5px;
}

#button {
	width: 330px;
	margin: 25px auto 50px auto;
}
* html #button {
	width: 760px;
	text-align: center;
}

.confirm {
	width: 159px;
	height: 23px;
	margin: 0 10px 0 0;
	background: url("img/contact-confirm.gif") no-repeat;
	cursor: pointer;
}

.submit {
	width: 159px;
	height: 23px;
	margin: 0 10px 0 0;
	background: url("img/contact-submit.gif") no-repeat;
	cursor: pointer;
}

.back {
	width: 159px;
	height: 23px;
	text-indent: -99999px;
	background: url("img/contact-back.gif") no-repeat;
	cursor: pointer;
}

.Err {
	font-size: 12px;
	line-height: 180%;
	color: #FF0000;
}
