@charset "utf-8";

/* reset ////////////////////////////////////////////////*/
*,
body {
	padding: 0;
	margin: 0;
	border: 0;
	float: none;
	text-decoration: none;
	font-weight: normal;
}
ul, li {
	list-style: none;
}

/* commons ////////////////////////////////////////////////*/
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
.substitute {
	display: none;
}
.txt_right {
	text-align: right;
}
/* links /////*/
a:link {
	color: #7777777;
	text-decoration: none;
}
a:visited {
	color: #7777777;
	text-decoration: none;
}
a:hover {
	color: #7777777;
	text-decoration: none;
}
a:active {
	color: #7777777;
	text-decoration: none;
}

a.link_grn {
	color: #19872A;
}
/* clearfix /////*/
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix {
	display: inline-table;
	min-height: 1%;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

/* お問い合せボタン */
li.bnr_contact_in a {
	height:74px;
	background:url( '../img/bnr_cont_in.gif' ) 0 0 no-repeat;
}
li.bnr_contact a {
	margin:8px 0 0 0;
	display:block;
	width:240px;
	height:74px;
	background:url( '../img/bnr_cont.gif' ) 0 0 no-repeat;
}
li.bnr_contact_in a:hover,
li.bnr_contact a:hover{
	background-position:0 -74px;
}
li.bnr_contact_in a span,
li.bnr_contact a span{
	display:none;
}
