<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */


#index_ttl{
	width:1000px;
	height:125px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../img/bo_top_ttl.png);
	background-repeat:no-repeat;
	position:relative;
	z-index:1;

}

#index_bosaicontents{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	background-color:rgba(250,239,192,1.00);
	position:relative;
	z-index:0;
	top:-47px;
	padding-top:50px;
	/*padding-left:20px;*/
	border: none;
	border-radius:12px;
	-webkit-border-radius:12px;
	-moz-border-radius:12px;
	box-shadow:rgba(0,0,0,0.4) 0px 3px 3px ;
	
}

#index_bosaitop_txt{
	width:900px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	line-height:1.8em;
	border: ridge rgba(218,208,94,1.00) 2px;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	background-color:#FFFFFF;
	padding:10px;
	margin-bottom:30px;

}
/*ロールオーバーで透過させる*/
a#hover_toka{
	transition:all 0.5s ease;
}

a:hover#hover_toka{
	opacity:0.6;
	filter:alpha(opacity=60);
}

/*ロールオーバーで明度を上げるボタン*/

a#hover_bohome{
	transition:all 0.5s ease;
}

a:hover#hover_bohome{
	-webkit-filter: brightness(1.2);
	-moz-filter: brightness(1.2);
	-o-filter: brightness(1.2);
	-ms-filter: brightness(1.2);
	filter:brightness(1.2);
}


a#hover_bohome2{
	transition:all 0.5s ease;
}

a:hover#hover_bohome2{
	-webkit-filter: brightness(1.1);
	-moz-filter: brightness(1.1);
	-o-filter: brightness(1.1);
	-ms-filter: brightness(1.1);
	filter:brightness(1.1);
}

a#hover_bohome3{
	transition:all 0.5s ease;
}

a:hover#hover_bohome3{
	-webkit-filter: brightness(1.3);
	-moz-filter: brightness(1.3);
	-o-filter: brightness(1.3);
	-ms-filter: brightness(1.3);
	filter:brightness(1.3);
}

/*コピーライト*/
#bo_copyright{
clear:both;
	text-align:center;
	margin-top:-20px;
}

#bo_copyright img{
	vertical-align:middle;
	margin-right:10px;

}
	
	
/*//////////////会社概要////////////////*/
#company_wrapper{
	width:800px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

#company_wrapper p{
	text-align:right;
}

#company_ttl{
	/*height:60px;*/
	width:150px;
	float:left;
	margin-top:0px;
	margin-left:0px;
	margin-top:10px;
	border: #09BEEB 2px ridge;
	border-radius:8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	background-color:#D4EFF6;
	padding-top:10px;
	padding-bottom:10px;

}

#company_txt{
	width:627px;
	float:left;
	border: #09BEEB 2px ridge;
	border-radius:8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	background-color:#FFFFFF;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
	margin-left:3px;
	margin-top:10px;
	text-align:left;	
	
}


#bo_links{
	width:900px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}
#bo_links img{
	margin-bottom:10px;
}

#bo_btn_bottom{
	width:800px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	text-align:center;
}

#bosai_menu_top2{
	position:static;
	width:600px;
	height:80px;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	border: solid rgba(2,183,89,1.00) 2px;
	border-radius:8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	background-color:rgba(187,253,180,1.00);
	background-image:url(../img/bo_books.png);
	background-position:10px 17px;
	background-repeat:no-repeat;
	box-shadow:rgba(0,0,0,0.4) 3px 3px 3px ;
}

#bosai_menu_top2:hover{
	background-color:rgba(133,251,120,1.00);
}

/*メニューの中に入れる文字の位置設定*/
#bosai_menu_top2 p{
	position:absolute;
	margin-top:5px;
	margin-left:60px;
	line-height:1.8em;
	
}

/*/////////////////////////////////////////////////////////*/

/*---------地震災害-----------*/
#bo_jishin_ttl{
	width:1000px;
	height:95px;
	background-image:url(../img/bo_ttl_jisin.png);
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	z-index:1;
	text-align:right;
}

#bo_jishin_ttl img{
	margin-right:10px;
}


#bo_jishin_contents{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	background-color:rgba(250,239,192,1.00);
	position:relative;
	z-index:0;
	top:-20px;
	/*padding-left:20px;*/
	border: none;
	border-radius:12px;
	-webkit-border-radius:12px;
	-moz-border-radius:12px;
	box-shadow:rgba(0,0,0,0.4) 0px 3px 3px ;
	padding-top:30px;
		
}

#bo_jishin_co{
	width:800px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
	border: solid rgba(255,175,98,1.00) 2px;
	border-radius:8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	box-shadow:rgba(0,0,0,0.4) 2px 2px 2px ;
	padding-right:20px;
}

#bo_jishin_co p{
	border-bottom:dotted 3px rgba(85,178,253,1.00);
	font-size:20px;
	clear:both;
	
}

#bo_jishin_taisin_play{
	width:500px;
	height:48px;
	margin-left:auto;
	margin-right:auto;
	margin-top:5px;
	text-align:center;
}
	
/*災害伝言ダイヤル*/
#bo_jishin_171{
	width:875px;
	background-color:#FFFFFF;
	padding-top:10px;
	padding-right:5px;
}


/*---------災害時の応急手当-----------*/

#bo_firstaid_ttl{
	width:1000px;
	height:95px;
	background-image:url(../img/bo_ttl_firstaid.png);
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	z-index:1;
	text-align:right;
}
#bo_firstaid_intro{
	width:880px;
	margin-left:auto;
	margin-right:auto;
	line-height:1.6em;
}

#bo_firstaid_main{
	width:800px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	background-color:rgba(255,255,234,1.00);
	text-align:left;
	padding-top:5px;
	padding-left:80px;
}

#bo_firstaid_main span{
	font-size:18px;
	color:rgba(130,3,5,1.00);
	padding-left:150px;
}

#bo_firstaid_main div{
	font-size:18px;
	margin-left:300px;
	color:rgba(0,51,255,1.00);
	margin-top:10px;
}


#bo_link_119aed{
	width:880px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	background-color:rgba(183,229,255,1.00);
	text-align:center;
	font-size:18px;
	padding-top:10px;
	padding-bottom:10px;
}

#bo_link_119aed img{
	margin-top:10px;
	margin-right:10px;
	margin-bottom:10px;
}

/*各災害のボタン*/
#fisrtaid_menu_btn{
	width:950px;
	height:50px;
	margin-top:30px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	padding-top:5px;
	background-color:rgba(255,255,255,1.00);
}


/*----------2017.05.29追加----------------*/

#jishin_menu_youtube{
	position:static;
	width:760px;
	height:95px;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	border: none;
	border-radius:8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	background-color:#FFFFFF;
	background-image:url(../img/disan_jishin_menu_youtube.png);
	background-position:50px 8px;
	background-repeat:no-repeat;
	box-shadow:rgba(0,0,0,0.4) 3px 3px 3px ;
}

#jishin_menu_youtube:hover{
	background-color:rgba(235,235,235,1.00);
}


/*全部共通*/
#saigai_youtube_contents{
	width:768px;
	height:465px;
	background-color:#FFFFFF;
	border:#0A6105 4px solid;
	/*background-image:url(../img/saigai_bk.png);*/
	/*background-repeat:no-repeat;*/
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 10px;
	text-align:center;
	font-size: 20px;
	color: red;
}


/*///////////////////////////////////////////////////////////////////////////////////////*/


/*---------津波災害-----------*/

#bo_tsunami_ttl{
	width:1000px;
	height:95px;
	background-image:url(../img/bo_ttl_tsunami.png);
	background-position:0px 10px;
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	z-index:1;
	text-align:right;
}

#bo_tsunami_ttl img{
	margin-right:10px;
}

/*--------------2017.05.31追加---------------------*/

#tsunami_menu_youtube{
	position:static;
	width:760px;
	height:95px;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	border: none;
	border-radius:8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	background-color:#FFFFFF;
	background-image:url(../img/disan_tsunami_menu_youtube.png);
	background-position:50px 8px;
	background-repeat:no-repeat;
	box-shadow:rgba(0,0,0,0.4) 3px 3px 3px ;
}

#tsunami_menu_youtube:hover{
	background-color:rgba(235,235,235,1.00);
}


/*-------火山以降はメニューボタンもbosai.cssで設定----------------------------------------------------------------*/
/*///////////////////////////////////////////////////////////////////////////////////////////*/

/*---------火山災害-----------*/


#bo_kazan_ttl{
	width:1000px;
	height:95px;
	background-image:url(../img/bo_ttl_kazan.png);
	background-position:0px 2px;
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	z-index:1;
	text-align:right;
}

#bo_kazan_ttl img{
	margin-right:10px;
}



.container_kazan_sonae{
	width:1000px;
	height:2030px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../img/top_back7.png);
	background-repeat:no-repeat;
	background-position:0px 46px;
	
}


/*--メニュー--*/
#kazan_menu_anime{
	position:static;
	width:760px;
	height:170px;
	/*margin-top:30px;*/
	margin-left:auto;
	margin-right:auto;
	border: none;
	border-radius:8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	background-color:#F8B591;
	background-image:url(../img/disa_kazan_menu_anime.png);
	background-position:10px 8px;
	background-repeat:no-repeat;
	box-shadow:rgba(0,0,0,0.4) 3px 3px 3px ;
}

#kazan_menu_anime:hover{
	background-color:rgba(255,152,97,1.00);
}

/*メニューの中に入れる文字の位置設定*/
#kazan_menu_anime p{
	position:absolute;
	margin-top:100px;
	margin-left:110px;
	line-height:1.8em;
}
	
	
#kazan_menu_ansin{
	position:static;
	width:760px;
	height:170px;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	border: none;
	border-radius:8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	background-color:rgba(193,240,246,1.00);
	background-image:url(../img/disa_kazan_menu_ansin.png);
	background-position:8px 6px;
	background-repeat:no-repeat;
	box-shadow:rgba(0,0,0,0.4) 3px 3px 3px ;
}

#kazan_menu_ansin:hover{
	background-color:rgba(146,231,242,1.00);
}

/*メニューの中に入れる文字の位置設定*/
#kazan_menu_ansin p{
	position:absolute;
	margin-top:96px;
	margin-left:80px;
	line-height:1.8em;
	
}

#kazan_menu_bosai{
	position:static;
	width:760px;
	height:170px;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	border: none;
	border-radius:8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	background-color:rgba(246,241,122,1.00);
	background-image:url(../img/disa_kazan_menu_bosai.png);
	background-position:12px 4px;
	background-repeat:no-repeat;
	box-shadow:rgba(0,0,0,0.4) 3px 3px 3px ;
}

#kazan_menu_bosai:hover{
	background-color:rgba(255,248,80,1.00);
}

/*メニューの中に入れる文字の位置設定*/
#kazan_menu_bosai p{
	position:absolute;
	margin-top:105px;
	margin-left:80px;
	line-height:1.8em;
	
}

/*---------YouTube---------------*/

#kazan_menu_youtube{
	position:static;
	width:760px;
	height:95px;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	border: none;
	border-radius:8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	background-color:#FFFFFF;
	background-image:url(../img/disan_kazan_menu_youtube.png);
	background-position:50px 8px;
	background-repeat:no-repeat;
	box-shadow:rgba(0,0,0,0.4) 3px 3px 3px ;
}

#kazan_menu_youtube:hover{
	background-color:rgba(235,235,235,1.00);
}

/*--------知ってて安心-----------*/
/*噴火警戒レベル*/
.kazan_keikai{
width: 405px;
float: left;
margin-top: 10px;
margin-bottom: 10px;
font-weight: bold;

}

.kazan_keikai span{
font-size: 95%;
font-weight: normal;
}

/*///////////////////////////////////////////////////////////////////////*/

/*---------土砂災害-----------*/


#bo_dosha_ttl{
	width:1000px;
	height:95px;
	background-image:url(../img/bo_ttl_dosha.png);
	background-position:0px 10px;
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	z-index:1;
	text-align:right;
}

#bo_dosha_ttl img{
	margin-right:10px;
}



.container_dosha_sonae{
	width:1000px;
	height:2030px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../img/top_back7.png);
	background-repeat:no-repeat;
	background-position:0px 46px;
	
}


/*--メニュー--*/
#dosha_menu_anime{
	position:static;
	width:760px;
	height:170px;
	/*margin-top:30px;*/
	margin-left:auto;
	margin-right:auto;
	border: none;
	border-radius:8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	background-color:#F8B591;
	background-image:url(../img/disa_dosha_menu_anime.png);
	background-position:10px 8px;
	background-repeat:no-repeat;
	box-shadow:rgba(0,0,0,0.4) 3px 3px 3px ;
}

#dosha_menu_anime:hover{
	background-color:rgba(255,152,97,1.00);
}

/*メニューの中に入れる文字の位置設定*/
#dosha_menu_anime p{
	position:absolute;
	margin-top:100px;
	margin-left:110px;
	line-height:1.8em;
}
	
	
#dosha_menu_ansin{
	position:static;
	width:760px;
	height:170px;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	border: none;
	border-radius:8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	background-color:rgba(193,240,246,1.00);
	background-image:url(../img/disa_dosha_menu_ansin.png);
	background-position:12px 6px;
	background-repeat:no-repeat;
	box-shadow:rgba(0,0,0,0.4) 3px 3px 3px ;
}

#dosha_menu_ansin:hover{
	background-color:rgba(146,231,242,1.00);
}

/*メニューの中に入れる文字の位置設定*/
#dosha_menu_ansin p{
	position:absolute;
	margin-top:96px;
	margin-left:80px;
	line-height:1.8em;
	
}

#dosha_menu_bosai{
	position:static;
	width:760px;
	height:170px;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	border: none;
	border-radius:8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	background-color:rgba(246,241,122,1.00);
	background-image:url(../img/disa_dosha_menu_bosai.png);
	background-position:12px 4px;
	background-repeat:no-repeat;
	box-shadow:rgba(0,0,0,0.4) 3px 3px 3px ;
}

#dosha_menu_bosai:hover{
	background-color:rgba(255,248,80,1.00);
}

/*メニューの中に入れる文字の位置設定*/
#dosha_menu_bosai p{
	position:absolute;
	margin-top:105px;
	margin-left:80px;
	line-height:1.8em;
	
}

.dosha_dekirukoto{
width: 844px;
padding-top: 10px;
padding-right: 6px;
background-color: rgba(255,255,255,1.00);
}

/*---------YouTube---------------*/

#dosha_menu_youtube{
	position:static;
	width:760px;
	height:95px;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	border: none;
	border-radius:8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	background-color:#FFFFFF;
	background-image:url(../img/disan_dosha_menu_youtube.png);
	background-position:50px 10px;
	background-repeat:no-repeat;
	box-shadow:rgba(0,0,0,0.4) 3px 3px 3px ;
}

#dosha_menu_youtube:hover{
	background-color:rgba(235,235,235,1.00);
}


/*///////////////////////////////////////////////////////////////////////*/

/*---------水害-----------*/


#bo_mizu_ttl{
	width:1000px;
	height:95px;
	background-image:url(../img/bo_ttl_mizu.png);
	background-position:0px 10px;
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	z-index:1;
	text-align:right;
}

#bo_mizu_ttl img{
	margin-right:10px;
}



.container_mizu_sonae{
	width:1000px;
	height:2030px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../img/top_back7.png);
	background-repeat:no-repeat;
	background-position:0px 46px;
	
}


/*--メニュー--*/
#mizu_menu_anime{
	position:static;
	width:760px;
	height:170px;
	/*margin-top:30px;*/
	margin-left:auto;
	margin-right:auto;
	border: none;
	border-radius:8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	background-color:#F8B591;
	background-image:url(../img/disa_mizu_menu_anime.png);
	background-position:10px 8px;
	background-repeat:no-repeat;
	box-shadow:rgba(0,0,0,0.4) 3px 3px 3px ;
}

#mizu_menu_anime:hover{
	background-color:rgba(255,152,97,1.00);
}

/*メニューの中に入れる文字の位置設定*/
#mizu_menu_anime p{
	position:absolute;
	margin-top:100px;
	margin-left:110px;
	line-height:1.8em;
}
	
	
#mizu_menu_ansin{
	position:static;
	width:760px;
	height:170px;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	border: none;
	border-radius:8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	background-color:rgba(193,240,246,1.00);
	background-image:url(../img/disa_mizu_menu_ansin.png);
	background-position:12px 7px;
	background-repeat:no-repeat;
	box-shadow:rgba(0,0,0,0.4) 3px 3px 3px ;
}

#mizu_menu_ansin:hover{
	background-color:rgba(146,231,242,1.00);
}

/*メニューの中に入れる文字の位置設定*/
#mizu_menu_ansin p{
	position:absolute;
	margin-top:96px;
	margin-left:80px;
	line-height:1.8em;
	
}

#mizu_menu_bosai{
	position:static;
	width:760px;
	height:170px;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	border: none;
	border-radius:8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	background-color:rgba(246,241,122,1.00);
	background-image:url(../img/disa_mizu_menu_bosai.png);
	background-position:12px 2px;
	background-repeat:no-repeat;
	box-shadow:rgba(0,0,0,0.4) 3px 3px 3px ;
}

#mizu_menu_bosai:hover{
	background-color:rgba(255,248,80,1.00);
}

/*メニューの中に入れる文字の位置設定*/
#mizu_menu_bosai p{
	position:absolute;
	margin-top:105px;
	margin-left:80px;
	line-height:1.8em;
	
}

/*---------YouTube---------------*/

#mizu_menu_youtube{
	position:static;
	width:760px;
	height:95px;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	border: none;
	border-radius:8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	background-color:#FFFFFF;
	background-image:url(../img/disan_mizu_menu_youtube.png);
	background-position:60px 11px;
	background-repeat:no-repeat;
	box-shadow:rgba(0,0,0,0.4) 3px 3px 3px ;
}

#mizu_menu_youtube:hover{
	background-color:rgba(235,235,235,1.00);
}

.mizu_txt_small80{
font-size: 80%;
}

.mizu_txt_small90{
font-size: 90%;
}

.mizu_txt_indent{
text-indent: -1em;

}

.mizu_mamoru_waku{
width: 800px;
margin-left: auto;
margin-right: auto;
/*padding-let: -40px;*/
padding-top:6px;
padding-bottom: 6px;
text-indent: -1em;
border: dotted 2px rgba(255,85,0,1.00);
font-size:120%;
font-weight: bold;
}

.mizu_mamoru_waku_w{
width: 800px;
margin-left: auto;
margin-right: auto;
/*padding-let: -40px;*/
padding-top:6px;
padding-bottom: 6px;
text-indent: -1em;
border: dotted 2px rgba(255,85,0,1.00);
font-size:120%;
font-weight: bold;
color: red;
background-color: rgba(255,255,255,1.00);
}

/*///////////////////////////////////////////////////////////////////////*/

/*---------風災害-----------*/


#bo_kaze_ttl{
	width:1000px;
	height:95px;
	background-image:url(../img/bo_ttl_kaze.png);
	background-position:0px 10px;
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	z-index:1;
	text-align:right;
}

#bo_kaze_ttl img{
	margin-right:10px;
}



.container_kaze_sonae{
	width:1000px;
	height:2030px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../img/top_back7.png);
	background-repeat:no-repeat;
	background-position:0px 46px;
	
}


/*--メニュー--*/
#kaze_menu_anime{
	position:static;
	width:760px;
	height:170px;
	/*margin-top:30px;*/
	margin-left:auto;
	margin-right:auto;
	border: none;
	border-radius:8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	background-color:#F8B591;
	background-image:url(../img/disa_kaze_menu_anime.png);
	background-position:14px 8px;
	background-repeat:no-repeat;
	box-shadow:rgba(0,0,0,0.4) 3px 3px 3px ;
}

#kaze_menu_anime:hover{
	background-color:rgba(255,152,97,1.00);
}

/*メニューの中に入れる文字の位置設定*/
#kaze_menu_anime p{
	position:absolute;
	margin-top:100px;
	margin-left:110px;
	line-height:1.8em;
}
	
	
#kaze_menu_ansin{
	position:static;
	width:760px;
	height:170px;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	border: none;
	border-radius:8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	background-color:rgba(193,240,246,1.00);
	background-image:url(../img/disa_kaze_menu_ansin.png);
	background-position:30px 7px;
	background-repeat:no-repeat;
	box-shadow:rgba(0,0,0,0.4) 3px 3px 3px ;
}

#kaze_menu_ansin:hover{
	background-color:rgba(146,231,242,1.00);
}

/*メニューの中に入れる文字の位置設定*/
#kaze_menu_ansin p{
	position:absolute;
	margin-top:96px;
	margin-left:80px;
	line-height:1.8em;
	
}

#kaze_menu_bosai{
	position:static;
	width:760px;
	height:170px;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	border: none;
	border-radius:8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	background-color:rgba(246,241,122,1.00);
	background-image:url(../img/disa_kaze_menu_bosai.png);
	background-position:12px 2px;
	background-repeat:no-repeat;
	box-shadow:rgba(0,0,0,0.4) 3px 3px 3px ;
}

#kaze_menu_bosai:hover{
	background-color:rgba(255,248,80,1.00);
}

/*メニューの中に入れる文字の位置設定*/
#kaze_menu_bosai p{
	position:absolute;
	margin-top:105px;
	margin-left:80px;
	line-height:1.8em;
	
}


.kaze_mamoru_waku{
width: 800px;
margin-left: auto;
margin-right: auto;
/*padding-let: -40px;*/
padding-top:6px;
padding-bottom: 6px;
padding-right: 1em;
/*text-indent: -1em;*/
border: dotted 2px rgba(255,85,0,1.00);
font-size:120%;
/*font-weight: bold;*/
background-color:#FFFFFF;
}

.kaze_txt_largefuto{
font-size: 130%;
font-weight: bold;
}

.kaze_hinan_txt{
padding-left: 10px;
}

/*---------YouTube---------------*/

#kaze_menu_youtube{
	position:static;
	width:760px;
	height:95px;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	border: none;
	border-radius:8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	background-color:#FFFFFF;
	background-image:url(../img/disan_kaze_menu_youtube.png);
	background-position:60px 11px;
	background-repeat:no-repeat;
	box-shadow:rgba(0,0,0,0.4) 3px 3px 3px ;
}

#kaze_menu_youtube:hover{
	background-color:rgba(235,235,235,1.00);
}


/*---------救急タグへのリンク------------*/
.qqtag_top{
width: 800px;
margin-left: auto;
margin-right: auto;
margin-top: 30px;
font-size: 112%;
color: rgba(183,0,0,1.00);
}
</pre></body></html>