@charset "utf-8";


/* guidance
--------------------------------------------------*/
.guidance_text{
	font-size: 15px;
	margin-top: 5px;
}

#guidance_btn{
	float:right;
	width:126px;
	height:32px;
	text-indent:-9999px;
	list-style-type: none;
	background-image: url(../img/guidance_copy_off.jpg);
	background-repeat: no-repeat;
	margin-top: 10px;
}
#guidance_btn a{
	width:126px;
	height:32px;
	display:block;
	list-style-type: none;
}
#guidance_btn a:hover{
	background: url(../img/guidance_copy_on.jpg) no-repeat;
	list-style-type: none;
}

.index_contents{
	width: 760px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	padding-right: 25px;
	padding-left: 25px;
	padding-bottom: 15px;
	padding-top: 20px;
}

.index_contents_box{
	width: 360px;
	float: left;
}

.index_contents_box p{
	height: 90px;
	margin-top: 10px;
	margin-right: 5px;
	margin-left: 5px;
	font-size: 14px;
}


.index_contents_bluebox1{
	border: 1px solid #25468C;
	height: 105px;
	clear: both;
	margin-top: 15px;

}

.index_contents_bluebox2{
	border: 1px solid #3468CD;
	height: 105px;
	clear: both;
	margin-top: 15px;
}


#business_btn{
	float:right;
	width:126px;
	height:32px;
	text-indent:-9999px;
	list-style-type: none;
	background-image: url(../img/business_btn_off.jpg);
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
#business_btn a{
	width:126px;
	height:32px;
	display:block;
	list-style-type: none;
}
#business_btn a:hover{
	background: url(../img/business_btn_on.jpg) no-repeat;
	list-style-type: none;
}

#jiko_btn{
	float:right;
	width:182px;
	height:32px;
	text-indent:-9999px;
	list-style-type: none;
	background-image: url(../img/jiko_btn_off.jpg);
	background-repeat: no-repeat;
	margin-bottom: 10px;

}

#jiko_btn a{
	width:182px;
	height:32px;
	display:block;
	list-style-type: none;
}
#jiko_btn a:hover{
	background: url(../img/jiko_btn_on.jpg) no-repeat;
	list-style-type: none;
}

#address p {
	font-size: 85%;
	line-height: 130%;
	margin-top: 10px;
}
