@charset "utf-8";


body {
	margin: 0px auto;
	font-family: "MS P ゴシック", "Osaka", "Arial", "Helvetica", "sans-serif";
	width: 750px;
	color: #646464;
	font-size: 80%;
	background: #fdecdb url(../images/background.gif) repeat-y center;
}


ul,li,p,dl,dt,dd {
	margin: 0px;
	padding: 0px;
}

a {
	color: #646464;
	text-decoration: none;
}

a:hover {
	color: #a34b7b;
	text-decoration: underline;
}

img {
	border: none;
}

#header {
	height: 73px;
	width: 750px;
	margin: 0px;
	padding: 17px 0px 0px;
	background: url(../images/header2_02.gif) repeat-x left top;
}
#header h1 {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 400px;
	text-align: left;
}
#header #catch {
	text-align: right;
	margin: 0px;
	padding: 0px;
	float: right;
	width: 220px;
}
#mainmenu {
	clear: both;
	width: 750px;
	height: 47px;
}
#mainmenu ul {
	display: inline;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#mainmenu li {
	display: table-cell;
	*display: inline;
	*zoom: 1;
	margin: 0;
	padding: 0;
}

.fooder {
	clear: left;
	float: left;
}
#wftf {
	width: 750px;
	margin-top: 25px;
	margin-bottom: 15px;
}
#wftf #home {
	margin: 0px auto;
}
#wftf #homeaddress {
	font-size: 75%;
	text-align: left;
	padding-left: 15px;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
}
#last_submenu {
	border-collapse: collapse;
	clear: left;
	float: left;
}
#last_submenu #fooder_submenu {
	font-size: 70%;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	border-top: 1px solid #999999;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
.copyright {
	background: url(../images/copyright_bg.gif) repeat-x;
	font-size: 10px;
	text-align: center;
	clear: left;
	float: left;
	height: 19px;
	width: 750px;
	padding-top: 5px;
}



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

.clearfix {
  min-height: 1px;
}

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

