@charset"UTF-8";

body{
	border:0px;
}

#contact_logo{
	background-color: #ffffff;
	margin-top: 5px;
	height: 100px;
	width: 180px;
}
/* 背景画像設定 */
#bg_img{
	background-image : url(images/contact_bg.gif);
	background-repeat: no-repeat;
	background-color: black;
	margin-left:150px;
	width:485px;
	height:620px;
}
h3{
  width:320px;
	padding-bottom:10px;
	font-size:170%;
}
#contents{
  padding-top:25px;
  padding-left:150px;
	width:350px;
	color:white;
	font-size:90%;
	line-height:5px;
	font-weight: bold; 
}
.l_Cel{
	font-size:130%;
}
.must{
	font-size:70%;
}
input.button{
	width:80px;
	height:30px;
}
/* フッターリンク */
#footer_link{
	width:800px;
	height:20px;
	padding-top:10px;
	float: right;
}
#footer_link ul{
	text-align: center;
}
#footer_link li{
	list-style-type: none;
	padding: 3px;
	font-size:80%;
	display: inline;
}


/* 確認用画面設定 */
#err_text{
	width:250px;
	position:relative;
	top:300px;
	left:350px;
	text-align:center;
	font-size:110%;

}

#err_ill{
	width:475px;
	height:150px;
	margin-top:200px;
	margin-left:200px;
	text-align:center;
}
#submit_bg{
	background-image : url(images/submit_bg.gif);
	background-repeat: no-repeat;
	margin-top:30px;
	margin-left:150px;
	width:485px;
	height:600px;
}
#submit_text{
	margin-left:130px;
	padding-top: 120px;
	width:350px;
	font-size:80%;
	word-wrap:break-word;

}
#button{
	position:absolute;
	top:580px;
  left:580px;	
	width:200px;
	height:30px;
}
