@charset "UTF-8";
#leftbox {
	width: 263px;
	float: left;
	padding-left: 17px;
	background-image: url(../images/leftboxbg.jpg);
	background-position: 20px top;
	background-repeat: no-repeat;
	padding-top: 10px;
}

.kbody {
	width: 540px;
}


.kbody .kbodyleft{
	width:270px;
	float:left;
}

.kbody .kbodyright{
	width:270px;
	float:right;
}

.kbody2 {
	width: 540px;
	padding-top:15px;
	clear:both;
}

.kbody2 .kbodyleft{
	width:270px;
	float:left;
}

.kbody2 .kbodyright{
	width:270px;
	float:right;
}

#kartelist {
	width: 540px;
	background-image: url(../../images/karte_01.gif);
	background-position: top;
	padding-top: 20px;
	padding-left: 30px;
	color: #3366CC;
}

#kartelist2 {
	width: 570px;
	background-image: url(../../images/karte_02.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 16px;
}

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

.clearfix {
  min-height: 1px;
}

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

