@charset "utf-8";
/* --------------------------------------------------
サイト共通レイアウト用のCSS
-------------------------------------------------- */

/* HTMLタグ再定義
------------------------------ */
body {
	  text-align:left;
	  font-family: 'メイリオ',Meiryo;
	  font-size : 9.5pt;
	  line-height:200%;
	  color:#444444;
	  margin:0;
	  padding:0;

}
div{
line-height: 0px;
}
#body{
	background:#FFF;
	padding:20px;
	overflow:hidden;
	width:960px;
}
#body #side{
	border:1px solid #cccccc;
	background:#f4f4f4;
	float:right;
	width:200px;
	padding:14px;
	
}
#body #side #map{
	width:100%;
	background:url(../img/hoyu_pop_line.jpg) repeat-x bottom;
	margin-bottom:10px;
	
}
#body #side #map iframe{
	border:1px solid #fff;
	height:200px;
	width:200px;
	margin-bottom:15px;
}
#body #side #map small{
	text-align:right;
	height:40px;
	display:block;
}
#body #side .btn{
	padding-bottom:15px;
	
}
#body #side .btn2{
	padding-bottom:25px;
	
}
#body #main{
	float:left;
	width:700px;
	
}
