@charset "utf-8";
/* CSS Document */


body{	
	margin: 0px;
	background-color:#dbdbdb;
	font-family: "Osaka", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 11px;
	color: #000000;
	background-image:url(../img/bgform.gif);
	background-position:center;
	background-repeat:repeat-y;
	background-position:top;
}

#wrapperForm{
	width:688px;
	text-align:left;
	background-color:#FFFFFF;
	margin-left:1px;
}

#headerposForm{
	width:688px;
	height:60px;
	border-bottom:1px solid #cecece;
	
}
#containerForm{
	width:528px;
	margin-left:80px;
	line-height:140%;
}

#containerForm:after {
  content: "Clear Both";
  clear: both;
  display: block;
  width:0px;
  height: 0px;
  overflow: hidden;
  visibility: hidden;
}

#headerposForm h1{
	background-image: url(../img/rogo.jpg);
	background-repeat:no-repeat;
	display: block;
	width: 278px;
	height: 18px;
	text-indent: -10000px;
	position: relative;
	top: 25px;
	left: 28px;
}
#formTitle{
	width:568px;
	height:30px;
	border-bottom:2px solid #cecece;
	margin-left:60px;
	margin-top:20px;
	margin-bottom:20px;
}
#btnArea{
	width:568px;
	height:30px;
	border-top:2px solid #cecece;
	margin-left:60px;
	margin-top:20px;
	padding-top:20px;
	padding-left:20px;
}
	
h2{
	font-family: "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 18px;
	font-weight:900;
	color: #333333;
	position: relative;
}


.cont{
	width:528px;
}
input{
	margin-bottom:7px;
}
.btns{
	text-align:left;
	}

*+html #containerForm textarea{
	margin-left:-80px;
}
*+html #containerForm input{
	margin-left:-80px;
}
* html #containerForm textarea{
	margin-left:-80px;
}
* html #containerForm input{
	margin-left:-80px;
}
* html #formTitle h2{
	margin-bottom:-20px;
}
/* footer */

#footerForm{
	width:688px;
	background-image: url(../img/copy.gif);
	background-repeat:no-repeat;
	background-position:right;
	position:relative;
	right:28px;
	height:5px;
	text-indent:-10000px;
	clear:both;
}