@charset "utf-8";
body{
  margin            : 10px;
  padding           : 0;
  background-color  : #ababab;
  color             : #333;
  font-family       : 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Arial, Helvetica, Verdana, sans-serif;
  line-height       : 1.3;
  font-size         : 0.9em;
}
p{
  line-height : 1.3;
  margin      : 0 0 1em 0;
  text-indent : 1em;
}
hr{
  text-align  : center;
}
h1{
  background-color  : #6cf;
  color             : black;
  font-size         : x-large;
  font-weight       : bolder;
  padding           : 0.5em;
  text-align        : center;
}
h2{
  border-bottom   : 0px;
	border-left     : #9c9 20px solid;
  border-right    : 0px;
	border-top      : 0px;
  padding-bottom  : 0.1em;
  padding-left    : 0.5em;
  padding-right   : 0.5em;
  padding-top     : 0.1em;
  text-align      : left;
}
h3,h4,h5,h6{
}
form{
  margin-top    : 5px;
  margin-bottom : 5px;
}
#authform{
  border			      : double 10px #888;
  width				      : 600px;
  height			      : 150px;
  background-color	: white;
  margin            : 5px;
}
#authform #title{
  font-size		: large;
  font-weight	: bold;
  color		  	: red;
  position		: relative;
  top			    : 10px;
  left			  : 10px;
}
#status{
  border		      	: solid 2px red;
  width				      : 200px;
  height			      : 50px;
  background-color  : #cdcdcd;
}
div.auth_img{
  position		      : relative;
  border      			: solid 1px orange;
  width				      : 80px;
  height			      : 80px;
  background-color  : white;
  float   			  	: left;
  cursor	      		: move;
  z-Index           : 1;
}
div.img_area{
  border            : 0px;
  width             : 656px;
  height            : 82px;
  background-color  : #dedede;
}
#wrap {
  position    : absolute;
  width       : 700px;
  height      : 200px;
  left        : 50%;
  top         : 50%;
  margin-left : -350px;
  margin-top  : -100px;
  background  : #bababa;
}
img.ex{
  border  : double 20px white;
  margin  : 10px;
}
