@charset "utf-8";

/* reset------------------------------------------------- */
h1, h2, h3, h4, h5, h6, p, a,
ul, ol, li, dl, dt, dd,
table, caption, th, td, img, form {
	margin: 0;
	padding: 0;
	border: none;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	text-align: left;
	list-style-type: none;
}

/* テキストエリア内文字サイズのブラウザ間での差異をなくす */
textarea { font-size: 100%; }

/* 画像の下にできる隙間をなくす */
img {
	margin: 0;
	padding: 0;
	border: none;
	vertical-align: bottom;}


/* hr 要素は不可視で使う */
hr { display: none; }

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
/*IE6 png対応のためjsと一緒に設置*/
* html .iepngfix {behavior: expression(IEPNGFIX.fix(this));}
/* ------------------------------------------------- */

body {
	font-size: 14px;
	font-style: normal;
	color: #FFFFFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #998675;
	background-image: url(../img/bg.gif);
	background-repeat: repeat;
}
h1  {
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	margin-right: 10px;
}
a {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.t_red {
	color: #A4181C;
}
.talign_r {
	text-align: right;
}
.bottom10
 {
	margin-bottom: 10px;
}
.f_l {
	float: left;
	clear: both;
}
.f_r {
	float: right;
}
.c_both {
	clear: both;
}
#tel {
	text-align: right;
	font-size: 18px;
	font-weight: bold;
	margin-top: 5px;
	margin-right: 10px;
	float: right;
}
#mail {
	height: 20px;
	width: 140px;
	margin-top: 10px;
	float: right;
	margin-right: 10px;
	clear: right;
}
#navi {
	height: 35px;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
.navi_li01 {
	float: left;
	display: inline;
	height: 25px;
	width: 155px;
}
* html .navi_li01 {
	float: left;
	display: inline;
	height: 25px;
	width: 155px;
	background-image: url(../img/navi_bg.gif);
}
.navi_li02 {
	float: left;
	display: inline;
	height: 25px;
	width: 1px;
}
.navi_li03 {
	float: right;
	display: inline;
	height: 25px;
	width: 156px;
}
* html .navi_li03 {
	float: right;
	display: inline;
	height: 25px;
	width: 156px;
	background-image: url(../img/navi_bg.gif);
}
.white_line {
	clear: both;
	height: 10px;
	width: 780px;
	display: block;
}
#footer {
	clear: both;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	height: 50px;
	background-image: url(../img/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #FFF;
}
#sitemap {
	float: left;
	margin-top: 25px;
	margin-left: 10px;
}
#sitemap a {
	color: #FFFFFF;
	text-decoration: none;
}
#sitemap a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#copyr {
	float: right;
	display: inline;
	margin-top: 25px;
	margin-right: 10px;
}

