@charset "Shift_JIS";

body{
  margin: 0;
  padding: 0;
  background-color:#dddcdc;
}
html,body {
	/* no macIE5 \*/
	height: 100%;
	/**/
}
div#wrapper {
	position: relative;
	width: 100%;
	height: auto !important;
	height: 100%; /* IE5.5-6 */
	/* no macIE5 \*/
	min-height: 100%;
	/**/
}
div#wrapper2 {
	position: relative;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 60px;
	text-align: center; /* IE5.5-6 */
}
#container{
	margin: 0 auto;
	width: 642px;
	height: 580px;
	text-align: left;
	background-image:url(img/name.jpg);
	background-repeat: no-repeat;
	background-position:left top;
}

#container_{
	margin: 0 auto;
	width: 642px;
	height: 580px;
	text-align: left;
	background-image:url(img/name2.jpg);
	background-repeat: no-repeat;
	background-position:left top;
}

#container2 {
  width:100%;
  height: 30px;
  position: absolute;
  right: 0;
  bottom: 0;
  
  background-color: #FFFFFF;
  background-image:url(img/foot.jpg);
  background-repeat:no-repeat;
  background-position:center;
}

#name{
  width:320px;
  height:30px;
  margin-bottom:5px;
}

#back{
  width:214px;
  padding-top:5px;
  text-align:left;
  float:left
}

#center{
  width:214px;
  padding-top:5px;
  text-align:center;
  float:left
}

#right{
  width:214px;
  padding-top:5px;
  text-align:right;
  float:left;
}

#textbox{
	padding-top:8px;
	width:320px;
	height:12px;
	font-size:12px;
	text-align:center
}

#textarea{
	overflow: auto;
	height:480px;
	width:640px;
	border:solid 1px #cc0000;
	background-color:#FFFFFF;
}

#textarea_in{
	height:460px;
	margin:10px;
	font-size:12px;
	line-height:24px;
}

#img{ border:solid 1px #CC0000;}
