@charset "UTF-8";

/* 各ページタイトル、見出し
--------------------------- */

/* --ページタイトル-- */

#page_title h2 {
	display:block;
	background-image: url(image/title_p.gif);	
	background-repeat: no-repeat;
	background-attachment: scroll;
	width: 374px;
	height: 24px;
	margin: 0px 0px 0px 0px;
	text-indent: -9999em;
	}

#contents h3.h3_title{
	display:block;
	background-repeat: no-repeat;
	background-attachment: scroll;
	width: 330px;
	height: 20px;
	margin: 30px 0px 15px 0px;
	text-indent: -9999em;
	}



/*  画像呼び出し
------------------------ */

#contents h3.lifeinstitution{
	background-image: url(image/h3_lifeinstitution.gif);
	}

#contents h3.lifeinfo{
	background-image: url(image/h3_lifeinfo.gif);
	}

/*  アクセスページ
------------------------ */

#contents .access_chart{
	display:block;
	background-image: url(image/access_chart.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	width: 681px;
	height: 484px;
	margin: 60px 0px 0px 0px;
	}

