@charset "UTF-8";
:root body {
	overflow-y: scroll;
}
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #000000;
	background-color: #e4e4e4;
	background-image: url(image/body_bk.gif);
	background-position: top center;
	background-repeat: no-repeat;
	position: relative;
	z-index: 1;
}
/*モバイルサイト誘導*/
#qrcode {
	position: absolute;
	top: 60px;
	right: 0px;
	text-indent: -999px;
	overflow: hidden;
	z-index: 2;
}
#qrcode a:link, #qrcode a:visited {
	display: block;
	text-indent: -999px;
	overflow: hidden;
	width: 30px;
	height: 120px;
	background-image: url(image/togomobile.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
#qrcode a:hover {
	display: block;
	text-indent: -999px;
	overflow: hidden;
	width: 120px;
	height: 120px;
	background-image: url(image/togomobile.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
/*いのちのまつり */
#inochi {
	position: absolute;
	top: 200px;
	right: 0px;
	text-indent: -999px;
	overflow: hidden;
	z-index: 2;
}
#inochi a:link, #inochi a:visited {
	display: block;
	text-indent: -999px;
	overflow: hidden;
	width: 30px;
	height: 120px;
	background-image: url(image/inochi.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
#inochi a:hover {
	display: block;
	text-indent: -999px;
	overflow: hidden;
	width: 140px;
	height: 120px;
	background-image: url(image/inochi.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
#container {
	width: 820px;  /* 最大幅である 800px より 20px 小さくすることにより、ブラウザクロームの使用が可能となり、水平スクロールバーが表示されなくなります */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
} 
#header {
	background: #DDDDDD;
	/*padding: 0;*/  /* この余白は、その下に表示される div のエレメントの左揃えと一致します。#header でテキストの代わりにイメージが使用される場合は、必要に応じて、余白を削除してください。 */
	height: 60px;
	background-image: url(image/topbn.gif);
	background-repeat: no-repeat;
	background-position: left center;
	background-color: #FFFFFF;
} 
#pregoindex {
	height: auto;
	width: auto;
	position: relative;
}
#goindex {
	position: absolute;
	top: 1px;
	left: 1px;
	width: 460px;
	height: 55px;
}
#goindex a {
	display: block;
	text-indent: -9999px;
        overflow: hidden;
	height: 55px;
}
/* for IE5 */
*html #goindex a {
	display: block;
	text-indent: -9999px;
        overflow: hidden;
	height: 55px;
}
#header h1 {
	margin: 0; /* #header div の最後のエレメントのマージンを 0 に設定することにより、マージンの相殺（div 間の原因不明のスペース）が回避されます。div の周囲に境界線が適用されている場合は、境界線によってマージンの相殺が回避されるため、この操作は不要です */
	padding: 10px 0; /* マージンの代わりに余白を使用して、エレメントを div の端に接触しない位置に維持することができます */
}
#sidebar {
	float: left; /* このエレメントはフローティングエレメントであるため、幅が設定されている必要があります */
	width: 280px; /* 標準に準拠したブラウザまたは Internet Explorer の標準モードでは、この div の実際の幅には、幅に加えて余白と境界線も含まれます */
	background: #ffffff; /* 背景色は、列内のコンテンツの長さにわたって表示されます */
	padding: 0;
	height: 680px;
	background-image: url(image/top_sidebar_bk.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#sidebar h1 {
	text-indent: -9999px;
	overflow: hidden;
	font-size:1px;
	line-height: 1px;
	padding: 0;
	margin: 0;
}
#errorsidebar {
	float:left;
	width: 280px;
}
#errorsidebar ul {
	padding:0;
	margin: 0;
}
#mainContent {
	padding: 0;
	height: auto;
	float: right;
	width: auto;
	margin-right: 20px;
} 
/*for IE5 */
* html #mainContent {
	padding: 0;
	height: auto;
	float: right;
	width: auto;
	/*margin-left: -20px*/;
	margin-right: 10px;
}
.fltrt { /* このクラスは、ページ上でフローティングエレメントを右側に配置するのに使用できます。プローティングエレメントは、ページ上でその横に配置されるエレメントの前に配置される必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* このクラスは、ページ上でフローティングエレメントを左側に配置するのに使用できます */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* このクラスは、div またはブレークエレメントに適用される必要があり、また、フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.kaigyo  {
	font-size: 1px;
	margin: 100px;
	padding: 0;
	visibility: hidden;
}
#search {
	font-size: 12px;
	margin: 0;
	padding: 20px 20px 0 0;
	text-align: right;
}
#search form{
	margin: 0;
	padding: 0;
	background-image: url(image/sloop.gif);
	background-position: 580px center;
	background-repeat: no-repeat;
}
.formfield {
	width: 100px;
	background-color: #FFF9FF;
}
.formbutton {
	width: 80px;
	padding: 0;
	margin: 0;
	font-size: 12px;
}
#side_btn_box {
	height: 360px;
	width: 200px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 280px;
}
/* for IE5 */
* html #side_btn_box {
	height: 360px;
	width: 200px;
	margin-left: 40px;
	/*margin-right: -40px;*/
	margin-top: 280px;
}
#side_btn_baby_rep {
	height: 35px;
	width: 200px;
	background-image: url(image/baby_rep_bk.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 12px;
	text-align: center;
	color: #bf6464;
	font-weight: bold;
	margin-bottom: 10px;
	padding-top: 5px;
}
#side_btn_forbaby {
	height: 110px;
	width: 200px;
	background-image: url(image/forbaby_btn_bk.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	overflow: hidden;
}
#side_btn_forbaby  a:link, #side_btn_forbaby  a:visited  {
	display: block;
	height: 110px;
}
#side_btn_forbaby  a:hover  {
	display: block;
	height: 110px;
	background-image: url(image/forbaby_btn_bk.gif);
	background-repeat: no-repeat;
	background-position: left -110px;
}
#side_btn_consult {
	height: 110px;
	width: 200px;
	background-image: url(image/consult_btn_bk.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 10px;
	text-indent: -9999px;
	overflow: hidden;
}
#side_btn_consult  a:link, #side_btn_consult  a:visited  {
	display: block;
	height: 110px;
}
#side_btn_consult  a:hover  {
	display: block;
	height: 110px;
	background-image: url(image/consult_btn_bk.gif);
	background-repeat: no-repeat;
	background-position: left -110px;
}
#side_btn_baby {
	height: 70px;
	width: 200px;
	background-image: url(image/baby_btn_bk.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 10px;
	overflow: hidden;
	text-indent: -9999px;
}
#side_btn_baby  a:link, #side_btn_baby  a:visited  {
	display: block;
	height: 70px;
}
#side_btn_baby  a:hover  {
	display: block;
	height: 70px;
	background-image: url(image/baby_btn_bk.gif);
	background-repeat: no-repeat;
	background-position: left -70px;
}
#top_image {
	height: 250px;
	width: 520px;
	background-image: url(image/top_img.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	position: relative;
}
#top_image_desc {
	position: absolute;
	top: 125px;
	left: 340px;
}
#top_image_desc a {
	display: block;
	width: 180px;
	height: 125px;
	text-indent: -9999px;
        overflow: hidden;
}
#topic_box {
	height: 88px;
	width: 520px;
	background-image: url(image/topic_box_bk.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	position: relative;
	margin-bottom: 20px;
	text-indent: -9999px;
	overflow: hidden;
}
#topic {
	height: 120px;
	width: 500px;
	position: absolute;
	top: 25px;
	left: 10px;
}
.topic_text {
	font-size: 12px;
	line-height: 20px;
	border-bottom: dashed 1px #b7a4aa;
	text-indent: 0px;
}
.topic_text  a:link, .topic_text a:visited {
	color: #000000;
	text-decoration: none;
}
.topic_text  a:hover {
	color: #FF0000;
	text-decoration: underline;
}
.topic_text a:active {
	color: #000000;
	text-decoration: underline;
}
.date {
	color: #872C21;
	margin-right: 15px;
}
.new {
	color: #ff4700;
}
#goradio {
	width: 520px;
	height: 42px;
	font-size: 12px;
	margin-bottom: 20px;
	background-image: url(image/goradio_bn.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	overflow: hidden;
}
#goradio a:link,#goradio a:visited {
	display: block;
	width: 520px;
	height: 42px;
	text-decoration: none;
	color: #000;
	background-image: url(image/goradio_bn.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#goradio a:hover {
	display: block;
	width: 520px;
	height: 42px;
	text-decoration: underline;
	color: brown;
	background-image: url(image/goradio_bn.jpg);
	background-repeat: no-repeat;
	background-position: left -42px;
}
.goradio_txt {
	padding-left: 195px;
	padding-top: 7px;
	text-decoration: none;
	color: #000;
}
#menu_btn_box {
	width: 520px;
	position: relative;
	height: 240px;
	text-indent: -9999px;
        overflow: hidden;
}
#menu_btn_column {
	height: 80px;
	width: 250px;
	background-image: url(image/menu_column_bk.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
}
#menu_btn_column a:link, #menu_btn_column a:visited  {
	display: block;
	height: 80px;
        overflow: hidden;
}
#menu_btn_column a:hover  {
	display: block;
	height: 80px;
	background-image: url(image/menu_column_bk.jpg);
	background-position: left -80px;
	background-repeat: no-repeat;
}
#menu_btn_radio {
	height: 80px;
	width: 250px;
	background-image: url(image/menu_radio_bk.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	left: 270px;
}
#menu_btn_radio a:link, #menu_btn_radio a:visited {
	display: block;
	height: 80px;
        overflow: hidden;
}
#menu_btn_radio a:hover  {
	display: block;
	height: 80px;
	background-image: url(image/menu_radio_bk.jpg);
	background-position: left -80px;
	background-repeat: no-repeat;
}
#menu_btn_board {
	height: 70px;
	width: 250px;
	background-image: url(image/menu_borad_bk.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	position: absolute;
	top: 90px;
	left: 0px;
}
#menu_btn_board a:link, #menu_btn_board a:visited {
	display: block;
	height: 70px;
        overflow: hidden;
}
#menu_btn_board a:hover {
	display: block;
	height: 70px;
	background-image: url(image/menu_borad_bk.jpg);
	background-position: left -70px;
	background-repeat: no-repeat;
}
#menu_btn_info {
	height: 70px;
	width: 250px;
	background-image: url(image/menu_info_bk.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	position: absolute;
	top: 90px;
	left: 270px;
}
#menu_btn_info a:link, #menu_btn_info a:visited {
	display: block;
	height: 70px;
        overflow: hidden;
}
#menu_btn_info a:hover {
	display: block;
	height: 70px;
	background-image: url(image/menu_info_bk.jpg);
	background-position: left -70px;
	background-repeat: no-repeat;
}
#menu_btn_media {
	height: 70px;
	width: 250px;
	float: left;
	background-image: url(image/menu_media_bk.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	position: absolute;
	top: 170px;
	left: 0px;
}
#menu_btn_media a:link, #menu_btn_media a:visited {
	display: block;
	height: 70px;
        overflow: hidden;
}
#menu_btn_media a:hover {
	display: block;
	height: 70px;
	background-image: url(image/menu_media_bk.jpg);
	background-position: left -70px;
	background-repeat: no-repeat;
}
#menu_btn_about {
	height: 70px;
	width: 250px;
	background-image: url(image/menu_about_bk.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	position: absolute;
	top: 170px;
	left: 270px;
}
#menu_btn_about a:link, #menu_btn_about a:visited {
	display: block;
	height: 70px;
        overflow: hidden;
}
#menu_btn_about a:hover {
	display: block;
	height: 70px;
	background-image: url(image/menu_about_bk.jpg);
	background-position: left -70px;
	background-repeat: no-repeat;
}
#menu_name h1 {
	height: 60px;
	background-image: url(image/menu_name.gif);
	background-position: left top;
	background-repeat: no-repeat;
	line-height: 40px;
	font-size: 18px;
	display: block;
	padding-left: 50px;
	font-weight: bolder;
	color: #864c5d;
	width: 470px;
	margin: 0 0 15px 0;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
#content {
	width: 520px;
	margin:0;
	padding: 0;
}
/* #content h1:before {
	content: "■";
	color: #A97B86;
	margin-right: 10px;
} */
.cont_text {
	font-size: 12px;
	line-height: 150%;
	padding: 0 15px 15px 15px;
	text-align: justify;
	text-justify: inter-ideograph;
	word-break: break-strict;
	line-break: strict;
	color: #333333;
}
.cont_text h1    {
	clear: both;
	font-size: 14px;
	line-height: 18px;
	color: #90485a;
	padding: 10px 0 5px 20px;
	margin: 0;
	border-bottom: dotted 1px #999999;
	background-image: url(image/h1bk.gif);
	background-repeat: no-repeat;
	background-position: 0px 10px; 
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
.cont_text h2   {
	font-weight: bold;
	font-size: 12px;
	padding: 0;
	margin: 0;
}
.cont_text:after {
	clear: both;
}
.cont_text p {
	margin-bottom: 15px;
}
.cont_text a:link, .cont_text a:visited {
	color: #005982;
	text-decoration: underline;
}
.cont_text a:hover {
	color: brown;
	text-decoration: none;
}
.contact  th {
	border-right: solid 3px #999999;
	}
.clearer {
	clear: both;
	display: block;
	margin: 0;
	padding: 0;
	height: 0px;
	line-height: 1px;
	font-size: 1px;
}
#footer {
	padding: 10px 0 0 0;
	height: 50px;
	clear: both;
	background-image: url(image/footer_bk.gif);
	background-repeat: repeat-x;
	text-align: center;
} 
.divider {
	font-size:12px;
	color: #b9a2ab;
	padding: 0 5px;
}
#footer_navi {
	height: 20px;
	width: 780px;
	font-size: 12px;
	text-align: center;
	line-height: 20px;
	margin: auto;
}
#footer_navi a:link, #footer_navi a:visited {
	text-decoration: none;
	color: #5C5056;
}
#footer_navi a:hover {
	text-decoration: underline;
	color: #5C5056;
}
#footer_navi a:active {
	text-decoration: underline;
	color: #0000CC;
}
#footer_copy {
	height: 20px;
	width: 780px;
	margin: auto;
	font-size: 12px;
	text-align: center;
	background-color: #b9a2ab;
	color: #ffffff;
	line-height: 20px;
}
#counter {
	color: #e4e4e4;
	font-size:14px;
}

