html, body, body.sidebars { 
width:100%;
margin:0; padding:0;
}

/*-------------clear fix-------------*/
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

body{
	text-align:center;
}

img {
	border:none;
}

#myContent{
	width:100%;
	height:590px;
	margin:0px auto;
}

#contents{
	margin:0px auto;
	background:#FCE1D1;
}

div.devide{
	width:827px;
	margin:0px auto;
}

div.devide-l{
	float:left;
	width:230px;
}

div.devide-r{
	float:left;
	width:597px;	
}

div.devide-l div.side2{
	margin:11px 0px 0px 5px;
}

div.devide-l div.side3{
	margin:119px 0px 0px 12px;
}

div.main1{
	margin-bottom:8px;
}

div.main_bg{
	background:url(../img/main5.gif) repeat-y;
}

div.main5{
	margin-bottom:30px;
}

div.fb1{
	padding-top:15px;
	margin-bottom:5px;
}

#footer{
	position:relative;
	height:40px;
	width:100%;
	background-color:#231714;
}

.ohaka{
	width:827px;
	margin:0px auto;
	background:#F96;
	position:relative;
}

.ohaka img{
	position:absolute;
	top:-147px;
	right:-110px;
}