@charset "utf-8";

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

リセット

////////////////////////////////////////////////////////*/
*{
	padding: 0;
	margin: 0;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
	font-weight: normal;
	font-size: 100%;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { display: block; }
html{
	background:#4b4b4b;
	overflow:auto;
}
blockquote, q {	quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
button {
	background:none;
	border:0;
}
input, textarea,{
	margin: 0;
	padding: 0;
}
ol, ul{ list-style:none; }
table{
	border-collapse: collapse; 
	border-spacing:0;
}
caption, th{ text-align: left; }
a:focus {	outline:none; }
body{
	background:#ffffff;
	font-size:75%;
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#333333;
	-webkit-text-size-adjust: 100%;
	line-height:1em;
	min-width:1000px;
	overflow:hidden;
}
a {
	color:#333333;
	text-decoration:none;
	word-break: break-all;
}

/* clearfix */
.clearfix:after{
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0;	
  clear: both; 
  visibility:hidden;
}
.clearfix{display: inline-block;}
/* Hides from IE Mac \*/
* html .clearfix {height: 1%;}
.clearfix{display:block;}
/* End Hack */ 




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

災害情報

////////////////////////////////////////////////////////*/
#saigai {
	background:#ffffff;
	padding-top:10px;
}
#saigai p {
	border-top:2px solid #333333;
	border-bottom:2px solid #333333;
	background:#ffe800;
}
#saigai a {
	display:block;
	padding:22px 0;
	margin:0 auto;
	width:1000px;
	text-align:center;
	text-decoration:underline;
	font-size:250.0%;
	font-weight:bold;
	background:url(../../images/icon_saigai.png) no-repeat 220px center;
}
#saigai a:hover { text-decoration:none; }


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

ヘッダー

////////////////////////////////////////////////////////*/
#headerparts {
	background:#ffffff;
	letter-spacing:0.05em;
}
#hWrap {
	margin:0 auto;
	width:1000px;
	height:80px;
	background:#ffffff;
}
#hWrap h1 {
	width:150px;
	height:80px;
	float:right;
	background:url(../../images/header_logo.jpg) no-repeat left 10px;
	text-indent:-9999px;
}
#hWrap h1 a {
	display:block;
	width:150px;
	height:80px;
}
#hWrap #headBnr p {
	padding-top:10px;
	float:right;
}
#headBnr #bnr_f {
	margin-left:5px;
}

/* メニュー */
#hWrap ul {
	margin-left:15px;
	width:387px;
	height:80px;
	float:right;
	border-left:1px solid #d6d6d6;
}
#hWrap ul li {
	position:relative;
	width:128px;
	height:80px;
	float:left;
	border-right:1px solid #d6d6d6;
	/*z-index:100;*/
}
#hWrap ul li .menuText {
	text-indent:-9999px;
	display:block;
	whith::128px;
	height:80px;
}
#hWrap ul #menu01 {	background:url(../../images/menu_01.jpg) no-repeat center; }
#hWrap ul #menu02 {	background:url(../../images/menu_02.jpg) no-repeat center; }
#hWrap ul #menu03 {	background:url(../../images/menu_03.jpg) no-repeat center; }

/* サブメニュー */
#hWrap ul li div {
	position: absolute;
	margin-left:-1px;
	top: 80px;
	left:0;
	background:#000000;
	background-color:rgba(0,0,0,0.7);
	color:#ffffff;
	display:none;
}
#hWrap ul li:hover div { left: 0; }
#hWrap ul #menu01 div {
	padding:15px;
	width:358px;
}
#hWrap ul #menu02 div {
	width:229px;
	padding:10px 15px;
	line-height:2em;
}
#hWrap ul #menu01 div dl {
	float:left;
	width:140px;
}
#hWrap ul #menu01 div dl dt {
	margin-bottom:10px;
	background:url(../../images/icon_program.png) no-repeat left top;
	text-indent:20px;
}
#hWrap ul #menu01 div dl dd {	margin-left:25px; }
#hWrap ul #menu01 div dl dd a,
#hWrap ul #menu02 div a {
	color:#ffffff;
	line-height:2em;
}
#hWrap ul #menu01 div dl dd a:hover,
#hWrap ul #menu02 div a:hover {	color:#cccccc; }

/* スマホ用メニュー */
#hWrap ul #menu02 ul { display:none; }

/* ナビゲーション */
#headerparts nav {
	background:#db0c0c;
	width:100%;
	height:30px;
}
#headerparts nav ul.clearfix {
	margin:0 auto;
	width:1000px;
	border-left:1px solid #c50b0b;
}
#headerparts nav ul li {
	padding:8px 20px;
	float:left;
	border-right:1px solid #c50b0b;
	color:#ffffff;
	font-size:13px;
}
#headerparts nav ul li a { color:#ffffff; }
#headerparts nav ul li a:hover { color:#ffdfdf; }


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

下層ページ コンテンツエリア

////////////////////////////////////////////////////////*/
#contentsWrap {
	margin:0 auto;
	padding:20px 0 30px;
	width:1000px;
	letter-spacing:0.03em;
}
#contentsWrap #contents {
	float:left;
	width:660px;
}
#contentsWrap #contents h1 {
	margin-bottom:15px;
	padding:8px 0 8px 10px;
	color:#ffffff;
	font-size:150%;
	border-radius:5px;
}


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

右サイドボックスコンテンツ

////////////////////////////////////////////////////////*/
aside.boxContents {
	float:right;
	width:320px;
}
.boxContents article {
	margin-bottom:20px;
	width:318px;
	border:1px solid #d4d4d4;
	background:#ffffff;
}
.boxContents article .blue {
	border-bottom:2px solid #008dfa;
	height:40px;
}
.boxContents article .pink {
	border-bottom:2px solid #ff00c6;
	height:40px;
}
.boxContents article .green {
	border-bottom:2px solid #25c600;
	height:40px;
}
.boxContents article div .ttl, 
.boxContents article div .list {
	height:40px;
	line-height:40px;
}
.boxContents article div .ttl {
	float:left;
	width:222px;
	font-size:15px;
	text-indent:40px;
}
.boxContents article .blue .ttl {	color:#008dfa; }
.boxContents article .pink .ttl {	color:#ff00c6; }
.boxContents article .green .ttl { color:#25c600; }
.boxContents #news .blue { background:url(../../images/icon_news.jpg) no-repeat 5px 1px; }
.boxContents #fbsEvent .pink { background:url(../../images/icon_event.jpg) no-repeat 5px 1px; }
.boxContents #sns .green { background:url(../../images/icon_sns.jpg) no-repeat 5px 1px; }
.boxContents #blog .blue { background:url(../../images/icon_blog.jpg) no-repeat 5px 1px; }
.boxContents #film .pink { background:url(../../images/icon_film.jpg) no-repeat 5px 1px; }
.boxContents #localEvent .green { background:url(../../images/icon_local.jpg) no-repeat 5px 1px; }
.boxContents article div .list {
	display:block;
	float:right;
	width:95px;
	text-indent:25px;
	font-size:10px;
	border-left:1px solid #d4d4d4;
}
.boxContents article div .list a {
	color:#333333;
	height:40px;
	line-height:40px;
}
.boxContents article .blue .list { background:url(../../images/arrow_blue.gif) no-repeat 10px center; }
.boxContents article .pink .list { background:url(../../images/arrow_pink.gif) no-repeat 10px center; }
.boxContents article .green .list {	background:url(../../images/arrow_green.gif) no-repeat 10px center; }
.boxContents article .boxText {
	line-height:1.5em;
	margin:10px auto;
	width:300px;
}
.boxContents article .boxText li {
	margin-bottom:5px;
	padding-left:15px;
	line-height:1.4em;
}
.boxContents #news .boxText li,
.boxContents #blog .boxText li { background:url(../../images/icon_blue.gif) no-repeat 5px 5px; }
.boxContents #fbsEvent .boxText li,
.boxContents #film .boxText li { background:url(../../images/icon_pink.gif) no-repeat 5px 5px; }
.boxContents #localEvent .boxText li{	background:url(../../images/icon_green.gif) no-repeat 5px 5px; }
.boxContents article ul li a { color:#333333; }
.boxContents article ul li a:hover { color:#3366ff; }

/* ニュース・気象情報 */
.boxContents #news #weather {
	margin:0 auto;
	padding-bottom:10px;
	float:none;
	width:298px;
	border:0;
}
.boxContents #news #weather ul {
	float:none;
	margin:0;
}
.boxContents #news #weather ul li {
	float:left;
	margin-right:5px;
	width:94px;
	line-height:33px;
	text-align:center;
	font-size:12px;
	border:1px solid #004e8b;
}
.boxContents #news #weather ul li:last-child {
	margin:0;
}
.boxContents #news #weather ul li a {
	display:block;
	width:100%;
	height:100%;
	color:#004e8b;
}
.boxContents #news #weather > a {
	display:block;
	margin-bottom:5px;
}

/* FBSイベント */
.boxContents #fbsEvent #event_images {
	margin:0;
	height:170px;
}
.boxContents #fbsEvent #event_images li {
	text-indent:0;
	background:none;
}
.boxContents #fbsEvent #event_movie {
	padding:10px 9px 0;
}
.boxContents #fbsEvent #event_movie video {
	width:300px;
	height:auto;
}

/* SNS */
.boxContents #sns ul {
	margin:0;
	width:318px;
}
.boxContents #sns ul li a {
	display:block;
	padding:10px 0 10px 75px;
	border-bottom:1px solid #d4d4d4;
	min-height:40px;
	line-height:1.5em;	
}
.boxContents #sns ul #facebook a {
	background:url(../../images/icon_fb.gif) no-repeat 20px 10px;
}
.boxContents #sns ul #twitter a {
	background:url(../../images/icon_twitter.gif) no-repeat 20px 10px;
}
.boxContents #sns ul #line a {
	background:url(../../images/icon_line.gif) no-repeat 20px 15px;
}
.boxContents #sns ul #youtube a {
	background:url(../../images/icon_youtube.png) no-repeat 20px 15px;
	border:0;
}
.boxContents #sns ul #instagram a {
	background:url(../../images/icon_instagram.gif) no-repeat 20px 10px;
}




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

フッター

////////////////////////////////////////////////////////*/
#footerparts {
	padding:12px 0 20px;
	background:#4b4b4b;
	border-top:3px solid #292929;
	color:#c2c2c2;
	letter-spacing:0.05em;
}
#footerparts a { color:#c2c2c2; }
#footerparts a:hover { color:#dddddd; }
#pageTop { display:none; }
#pageTop a {
	display:block;
	position:fixed;
	right:20px;
	bottom:0;
	width:150px;
	height:220px;
	text-indent:-9999px;
	background:url(../../images/pagetop.png) no-repeat center;
	background-position:0px 0px;
}
#pageTop a:hover { 
	background:url(../../images/pagetop.png) no-repeat center;
	background-position:-150px 0px;
}
#ftr_pc {
	margin:0 auto;
	width:1000px;
}
#ftr_pc #ftr_link {
	float:left;
	width:650px;
	background:url(../../images/ftr_line.gif) repeat-y right center;
}
#ftr_pc #ftr_link .clearfix { margin-bottom:20px; }
#ftr_pc #ftr_link ul { float:left; }
#ftr_pc #ftr_link .ftr_01 { width:100px; }
#ftr_pc #ftr_link .ftr_02 {	width:160px; }
#ftr_pc #ftr_link .ftr_03 {	width:140px; }
#ftr_pc #ftr_link ul li {	margin:8px 0; }
#ftr_pc small {
	display:block;
	margin-top:10px;
}
#ftr_pc dl {
	margin:8px 0 0 20px;
	float:right;
	width:330px;
}
#ftr_pc dl dt {
	margin-bottom:10px;
	background:url(../../images/footer_logo.png) no-repeat left top;
	text-indent:-9999px;
	height:60px;
}
#ftr_pc dl dt a {
	display:block;
	width:180px;
	height:60px;
	text-indent:-9999px;
}
#ftr_sp { display:none; }



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

フォーム用　ヘッダー・フッター

////////////////////////////////////////////////////////*/
#form_headerparts,
#lite_headerparts {
	height:60px;
	background:url(../../images/header_logo.jpg) no-repeat center #ffffff;
	border-bottom:3px solid #db0c0c;
}
#form_headerparts a,
#lite_headerparts a {
	display:block;
	margin:0 auto;
	width:170px;
	height:100%;
	text-indent:-9999px;
}
#form_footerparts,
#lite_footerparts {
	padding:15px 0;
	color:#ffffff;
	text-align:center;
	letter-spacing:0.05em;
	background:#4b4b4b;
}















