@charset "utf-8";
/* CSS Document */

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix { /* for IE */
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


.left {float:left;}
.right {float:right;}



	
.top_text {
	width: 700px;
	margin: 20px auto;
	font-size: 13px;
	height: 67px;
	background: url(images/logo_new.gif) left center no-repeat;
}

.top_text p {
	font-size: 13px;
	padding-left: 270px;
	padding-top: 0px;
	color: #000;
	line-height: 1.3;
	text-align: justify;
}
	
	


.black_tab {
	width: 800px;
	text-align: left;
}


.black_tab li {
	float: left;
	display: inline;
	margin-left: 3px;
}


p.tab01_on {
	background: url(images/regular_on.gif) no-repeat;
	text-indent: -9999px;
	display: block;
	width: 200px;
	height: 36px;
}


a.tab01 {
	background: url(images/regular_off.gif) no-repeat;
	text-indent: -9999px;
	display: block;
	width: 200px;
	height: 36px;
}

a.tab01:hover {
	background: url(images/regular_on.gif) no-repeat;
}


a.tab02 {
	background: url(images/side_off.gif) no-repeat;
	text-indent: -9999px;
	display: block;
	width: 200px;
	height: 36px;
}

a.tab02:hover {
	background: url(images/side_on.gif) no-repeat;
}


p.tab02_on {
	background: url(images/side_on.gif) no-repeat;
	text-indent: -9999px;
	display: block;
	width: 200px;
	height: 36px;
}


a.tab03 {
	background: url(images/shop_off.gif) no-repeat;
	text-indent: -9999px;
	display: block;
	width: 200px;
	height: 36px;
}

a.tab03:hover {
	background: url(images/shop_on.gif) no-repeat;
}


p.tab03_on {
	background: url(images/shop_on.gif) no-repeat;
	text-indent: -9999px;
	display: block;
	width: 200px;
	height: 36px;
}



.ichiban_contents {
	background: #000;
	width: 800px;
	margin: 0px auto;
	padding-bottom: 20px;
	text-align: center;
	padding-top: 25px;
}


.menu_info {
	color: #FFF;
	font-size: 14px;
	width: 600px;
	margin: 10px auto;
}


.menu_info li {
	list-style-type: none;
	text-indent: -14px;
	text-align: left;
	padding-bottom: 6px;
	line-height: 1.4;
