.bar{
	height:18px;
	width:100%;
	background-position:center;
	background-repeat:no-repeat;
	background-image:url(../img/bar/bar_m.png);
}

.contents{
	width:100%;
	height:700px;
	padding-top:10px;
	padding-bottom:10px;
	position:relative;
}

.frame{
	position:absolute;
	left:170px;
	width:580px;
	height:700px;
	background-color: #000000;
}

.warning{
	margin-top:10px;
	margin-bottom:20px;
	text-align:left;
	font-size:12px;
}

.warningtitle{
	margin-top:20px;
	margin-left:30px;
	width:200px;
	height:50px;
	background-color:#FFFFFF;
	background-repeat:no-repeat;
	background-image:url(../img/contact/warning.png);
}

.warning p{
	margin-left:40px;
	margin-top:10px;
	margin-bottom:10px;
}

.formtitle{
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	width:200px;
	height:50px;
	background-repeat:no-repeat;
	background-image:url(../img/contact/formtitle.png);
}

.form{
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
	width:500px;
	height:500px;
	text-align:left;
	font-size:12px;
	color:#000000;
	background-color:#C0C0C0;
	border:2px solid #666666;
}

.tel{
	width:100%;
	text-align:right;
	font-size:12px;
	color:#ff0000;
}

.contents2{
	width:100%;
	height:360px;
	padding-top:10px;
	padding-bottom:10px;
	position:relative;
}

.frame2{
	position:absolute;
	left:170px;
	width:580px;
	height:360px;
	background-color: #000000;
}

.thankstitle{
	margin-top:50px;
	margin-left:30px;
	width:100%;
	height:50px;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	
}

.thanks{
	font-size:12px;
}

.thanks p{
	margin-left:40px;
	margin-top:10px;
	margin-bottom:10px;
}

.thanks2{
	color:#ff0000;
	font-size:15px;
	font-weight:bold;
}