@charset "Shift_JIS";
* {
	margin: 0; padding: 0; 
}
BODY {
	text-align: center;
  background-color : white;
@width : 100%;
}
#wrapper {
	text-align: left; width : 760px; margin : 10px auto 20px; 
}
#header {
  height : 110px;
  background : white url(index_sozai/top_midashi.gif) no-repeat scroll 0% 17px;
  width : 760px;
}
#left-column {
  float: left;
  background : white none repeat scroll 0% 0%;
  width : 530px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
}
#right-column {
  
  background : white none repeat scroll 0% 0%;
  width : 230px;
  
  float : left;
}
#footer {
  
  clear: both;
  background-image : none;background-repeat : repeat;background-attachment : scroll;background-position : 0% 0%;
  width : 760px;

  
}
 