@charset "utf-8";

/* 全ページ共通CSS読み込み */
@import url("ishihara.css");


/***** 業務案内用CSS *****/
#guide_topimg{	/* コンテンツイメージ */
	width:704px;
	height:79px;
	background-image:url(../images/guide/guide_contentshead_bg.jpg);
	background-repeat:no-repeat;
}
#guide_topimg_txt{	/* コンテンツイメージ内テキスト */
	color:#FFFFFF;
	line-height:150%;
	padding:10px 0px 0px 50px;
}
.guide_txt01{
}
.guide_txt02{
	padding-bottom:10px;
}


.g_button_box{
	margin-top:5px;
}
/* マウスオーバー用 */
.g_button{
	width:200px;
	height:19px;
	margin-left:5px;
	float:left;
}
.g_button a{
	display:block;
	overflow:hidden;
	width:100%;
	height:100%;
  background-position:0px 0px;
  background-repeat:no-repeat;
	background-image:url(../images/common/to_otherpage.jpg);
  text-decoration:none;
	text-align:center;
	color:#FFFFFF;
}
.g_button a:hover{
	background-position:0px -19px;
}

