body {
	font-size: 100%;
	margin: 0;
	padding: 0;
	background-color: #F0F0F0;
	background-image: url(../images/bg_body.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

h1,h2,h4,h5,h6,p,ul,ol {
	margin-top: 0;
	margin-bottom: 0;
}
img { border: none; }

a:hover {
	color: #FF3300;
	text-decoration: underline;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
/* ↓↓　　clearfix 　　↓↓↓*/
.clearfix:after
 {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix
 {
  min-height: 1px;
}

* html .clearfix,
 {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/* IE 7 */
.clearfix,
{
	display:inline-block;
}
/* ↑↑↑　　clearfix 　　↑↑↑*/

#container {
	width: 755px;
	position: relative;
	margin: 0;
	background-color: #FFFFFF;
	left: 0px;
	top: 0px;
	z-index: 2;


/*↓↓ intro用*/
}
#intro {
	height: 64px;
}

#intro h1,#intro p {
}

#toiawase {
	position: absolute;
	width: 8em;
	top: 10px;
	left:385px;
	width: 86px;
	height: 18px;
	z-index: 1;

}
#access {
	position: absolute;
	width: 8em;
	top: 10px;
	left: 510px;
	width: 95px;
	height: 18px;
	z-index: 2;

}
#seikyu {
	position: absolute;
	width: 8em;
	top: 26px;
	left: 385px;
	width: 86px;
	height: 18px;
	z-index: 3;

}
#sitemap {
	position: absolute;
	width: 8em;
	top: 26px;
	left: 510px;
	width: 95px;
	height: 18px;
	z-index: 4;

}
#english {
	position: absolute;
	width: 8em;
	top: 42px;
	left: 385px;
	width: 86px;
	height: 18px;
	z-index: 5;

}
#mobile {
	position: absolute;
	width: 8em;
	top: 42px;
	left: 510px;
	width: 95px;
	height: 18px;
	z-index: 6;

}

#rakuraku {
	position: absolute;
	width: 8em;
	top: 13px;
	left: 629px;
	width: 118px;
	height: 48px;
	z-index: 7;
}
/*↑↑ intro用*/

#topmenu {
width:755px;
top: 0px;
}
#topmenu h2 {
	color: #333333; /* 文字の色 */
	padding-left: 10px; /* 左の余白 */
	border-width: 1px 1px 1px 10px; /* 枠の幅 */
	border-style: solid; /* 枠の種類 */
	border-color: #4459b4; /* 枠の色 */
	line-height: 100%; /* 行の高さ */
	padding: 7px; /* 余白の幅 */
	font-size:small;
	font-weight: normal

}

#mainContent   {
	top: 0px;
	padding: 0;
	width: 755px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 13px;
	margin-left: 0px;
}


.txt_back {
	font-size: x-small;
	clear: both;
	text-align: right;
	margin-top: 10px;
	margin-bottom: 10px;
}

#footer {
	clear: both;
	margin: 15px 0px 0px;
	padding: 0px;
}

/*メニュー用ボタンリンク*/
A.btn {
  display: block;             /* ブロック要素にする */
  width: 144px;                /* 横幅 */
  color: #333333;
  background-color: #efefef;  /* 背景色 */
  border: outset 1px #9999cc; /* 枠の色 */
  margin: 0px;
  padding: 7px 2px 6px 1px;
  font-size: 12px;            /* フォントサイズ */
  line-height: 10px;          /* 行の高さ */
  text-align: left;         /* 水平揃え */
  text-decoration: none;      /* 下線を消す */
}
A.btn:hover {
  color: #ffffff;
  background-color: #4459B4;  /* 背景色 */
  border: inset 1px #9999cc;  /* 枠の色 */
  margin: 0px;
  padding: 8px 1px 5px 2px;
	text-decoration: none;

}
A.btn:active { color: #ff6600;
	text-decoration: none;
}
/*↑↑メニュー用ボタンリンク*/
