@charset "utf-8";

/* ４つの入り口について
----------------------------------------------- */
div#undercolumn_entrance div.entrance {
	width: 491px;
	margin-bottom: 40px;
	overflow: hidden;
	clear: both;
	}
div#undercolumn_entrance div.entrance h3{
	margin-bottom: 10px;
	}
div#undercolumn_entrance div.entrance p{
	width: 451px;	
	padding: 0 20px;
	margin-bottom: 10px;
	}
div#undercolumn_entrance div.entrance div.flow {
	width: 491px;
	padding: 0;
	margin: 20px auto;
	}

div#undercolumn_entrance div.entrance p.searchbtn a {
	width: 148px;
	height: 39px;
	display: block;
	background: url(../img/entrance/btn-search.gif) left top no-repeat;
	float: right;
	text-indent: -999em;
	}
div#undercolumn_entrance div.entrance p.searchbtn a:hover{
	width: 148px;
	height: 39px;
	background: url(../img/entrance/btn-search.gif) left bottom no-repeat;
	}
div#undercolumn_entrance div.entrance p.contactbtn a {
	width: 148px;
	height: 39px;
	display: block;
	background: url(../img/entrance/btn-contact.gif) left top no-repeat;
	float: right;
	text-indent: -999em;
	}
div#undercolumn_entrance div.entrance p.contactbtn a:hover{
	width: 148px;
	height: 39px;
	background: url(../img/entrance/btn-contact.gif) left bottom no-repeat;
	}		