@charset "utf-8";
/* CSS Document */

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

.clearfix {
  min-height: 1px;
}

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

* {
	font-family: "メイリオ", "Meiryo", Verdana, Arial, Helvetica, "Hiragino Kaku Gothic Pro", "Osaka", "MS P ゴシック", "MS UI Gothic", sans-serif;
	font-size: 100%;
}
p {
	line-height: 1.5em;
	margin: 0px;
	padding: 0px;
	text-justify: inter-ideograph;
	text-align: justify;
}
#container {
	width: 816px;
	margin-right: auto;
	margin-left: auto;
}
#search {
	font-size: 8pt;
	position: absolute;
	top: 47px;
	width: 761px;
	text-align: right;
	z-index: 1;
}
#navogations {
	float: left;
	width: 745px;
	background-image: url(http://www.tairaya.jp/common/bg03.gif);
	height: 35px;
	padding-left: 16px;
}
#navogations ul {
	margin: 0px;
	padding: 0px;
}
#navogations li {
	list-style-type: none;
	float: left;
}
#footlink {
	background-image: url(http://www.tairaya.jp/common/bg04.gif);
	width: 761px;
	float: left;
	margin-top: 10px;
	font-size: 70%;
	color: #FFFFFF;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
}
#footlink a {
	color: #FFFFFF;
	text-decoration: none;
}
