@charset "utf-8";

/*==========clearfix==========*/
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
body{
	background-image:url(../images/main_bg.jpg);
	background-repeat:repeat-x;
}
/*==========container==========*/
#container {
	width: 800px;
	background-color: #fff;
	margin: 0px auto auto auto;
	position:relative;
	}
	/*==========mainArea==========*/
#rogo{
	padding-bottom:0px;
} 
#enter{
	margin-left:420px;
	margin-bottom:200px;
}


/*==========footerArea==========*/
#footer{
	border-top:2px solid #AF1F24;
	font-size:90%;
}
.footerlogo{
	float:left;
	margin-left:80px;
	margin-top:5px;
}
.footeradress{
	float:left;
	margin-left:15px;
	margin-top:10px;
}
.footeradress h4{
	color:#87B8C5;
}
.footertel{
	float:left;
	margin-left:15px;
	margin-top:10px;
}
.footeremail{
	float:left;
	margin-left:15px;
	margin-top:10px;
}
.footer2{
	background-color:#F08C00;
	height:20px;
	text-align:center;
	color:#FFF;
	padding-top:5px;
	margin-top:-10px;
}
#footer a{
	color:#87B8C5;
	text-decoration:none;
}
#footer a:hover{
	color:#888;
}
	