@charset "UTF-8";


/*---------- ページ全体の指定 ----------*/

html, body, header, section, article, nav, footer,
div, span, p, h1, h2, h3, h4,
ul, ol, li, dl, dt, dd,
table, tr, th, td, tbody, thead, tfoot {
  margin: 0;
  padding: 0;
}

img {border: 0;}

body {
  width: 100%;
  background-color: #ffffff;
  font: 14px/1.231 'ヒラギノ角ゴ pro W3', "Hiragino KaKu Gothic Pro", Osaka, sans-serif;
  line-height: 1.7;
}

a:link {
  color: #FF80C0;
}

a:hover {
	color: #CCCCCC;
}

a:visited {
	color: #AE0057;
}


/*---------- ヘッダー ----------*/

header {
	width: 100%;
	background-color: #FFFFFF;
	margin: 0;
	
}

header h1 {
	padding: 0;
	text-align: center;
	color: #333333;
	font-size: 18px;
	margin: 3px;
}

header h1 a {
  color: #ffffff !important;
  text-decoration: none;
}

header h1 a:hover {
  color: #cccccc !important;
  text-decoration: underline;
  font-size: 18px;
}

#page_top {
	margin: 0;
	padding: 0;
}
.header {width:100%;}

/*---------- コンテンツ ----------*/

.contentstitle {
	background:#e563ac;
	color:#fff;
	display:block;
	}

article {
  width: 100%;
  margin: 0 0 8px 0;
}

section {
  width: 100%;
  margin: 0 0 8px 0;
}

section h2 {
	margin:5px 0 0 0;
	padding: 7px 10px;
	font-size: 1.0em;
	color: #fff;
	text-shadow: 0 -1px 1px #999;
	background: #5A761C -webkit-gradient(linear, 0% 0%, 0% 100%, from(#A0D232), to(#5A761C)); 
	background: #5A761C linear-gradient(#5A761C, #A0D232);
	border-top: 1px solid #5A761C;
	border-bottom: 1px solid #5A761C;
	height: auto;
}

section h3 {
	clear:both;
	display:block;
	padding: 10px 0 10px 0;
	font-size: 1.2em;
	height: auto;
}


section p {
  padding: 3px 8px 3px 8px;
  line-height: 1.7;
}

.section_subbox { padding:5px; width:94%;}

section .gray_bg {
  margin: 8px 0 8px 0;
  padding: 2px 8px 2px 8px;
  line-height: 1.7;
  letter-spacing: 1px;
  border-top: solid 1px #dddddd;
  border-right: solid 1px #dddddd;
  border-bottom: solid 1px #dddddd;
  border-left: solid 1px #dddddd;
  background-color: #eeeeee;
}

section .gray_bg p {
  padding: 3px;
  line-height: 1.7;
  letter-spacing: 1px;
}

section .gray_bg p {
  padding: 3px;
  line-height: 1.7;
  letter-spacing: 1px;
}
section img.picture {
  margin: 0 10px 10px 0;
  float: left;
}

section img.picture_r {
  margin: 0 0 10px 10px;
  float: right;
}

section span.red {
  color: #e60033;
}

section span.red_b {
  color: #e60033;
  font-weight: bold;
}

section span.blue {
  color: #007bbb;
}

section span.pink {
  color: #e563ac;
}

section span.brown {
  color: #993300;
}

section span.brown_b {
  color: #993300;
  font-weight: bold;
}

section span.green {
  color: #00ae4f;
}

section table.table_line {
  width: 100%;
  border-collapse: collapse;
  border: solid 1px #bbbbbb;
  margin : 8px  0 8px 0;
}

section td.table_line {
  border-collapse: collapse;
  border: solid 1px #bbbbbb;
  padding : 8px 10px 8px 10px;
}
section ul {
	width: auto;
	height:auto;
	border-top-color: #FFF;
	margin-bottom: 5px;
	clear: both;
}


section .contents-text{ font-size:0.9em;}

/*コンテンツ*/

.contentsbox_top p {
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#A0D232), to(#5A761C));
	background: linear-gradient(#5A761C, #A0D232);
	color:#FFF;
	border-top:#5A761C 3px solid;
	}

.contentsbox_top img { margin:0; padding:0;}
.contentsbox_bottom { background:#71D4FE ;}

/*緊急災害情報*/
.pickup .attention a { color: #F00; }



/*---------- ナビ ----------*/

nav#menubox{
	margin:0;
	width:100%;
	/*background: #e22092 -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ed76a6), to(#ed2f7b)); 
	background: #e22092 linear-gradient(#ed76a6, #ed2f7b);*/
}


.content{
	margin: 0 0 0 0;
	background: #fff;
}

.content p{
padding:10px 20px;
}

/*---------- トップに戻る ----------*/

#page_back {
	margin: 0 0 8px 0;
	padding: 0 6px 0 0;
	text-align: right;
	font-size: 0.8em;
}


/*---------- フッター ----------*/

footer {
	width: 100%;
	padding: 10px 0 10px 0;
	color: #000;
	text-align: center;
	border-top: solid 2px #D30D04;
	background-color: #fff;
}

footer p {
	padding: 10px;
	color: #000;
}

footer a {
  color: #5A761C !important;
}

/*footer a:hover {
  color: #ffffff !important;
}*/

footer a:visited {
  color: #5A761C;
}

footer p.copy {
  padding: 10px;
  font-size: 12px;
  color: #999;
}

footer p.copy a {
  color: #cccccc !important;
  text-decoration: none;
}

footer p.copy a:hover {
  color: #5A761C !important;
  text-decoration: underline;
}

footer p.copy a:visited {
  color: #cccccc;
  text-decoration: none;
}


/*その他
------------------------------------------------------------*/

/*回り込み*/
.right { float:right;}
.left { float:left;}


/*ボタン
------------------------------------------------------------*/

/*レッドボタン*/
.btn_red a {
	color: #fff;
	text-decoration:none;
	font-weight:bold;
	}
	
.btn_red a:visited,.btn_red a:hover {
	color:#FF0;
	text-decoration:none;
	font-weight:bold;
	}

.btn_red:hover,.btn_red:visited {
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#D30D04), to(#F05022));
	background: linear-gradient(#D30D04, #F05022);
}

.btn_red {
	text-align: center;
	display: block;
	padding: 10px;
	margin: 10px;
	color: #fff;
	text-decoration: none;
	text-shadow: 1px -1px 1px rgba(0,0,0,0.3);
	border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	border:2px solid #D30D04;
		background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F05022), to(#D30D04));
		background: linear-gradient(#F05022, #D30D04);
	}

/*blueボタン*/
.btn_blue a {
	color: #fff;
	text-decoration:none;
	font-weight:bold;
	}
	
.btn_blue a:visited,.btn_blue a:hover {
	color:#FF0;
	text-decoration:none;
	font-weight:bold;
	}

.btn_blue:hover,.btn_blue:visited {
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#408CD8), to(#91DBFE));
	background: linear-gradient(#91DBFE, #408CD8);
}

.btn_blue {
	text-align: center;
	display: block;
	padding: 10px;
	margin: 10px;
	color: #fff;
	text-decoration: none;
	text-shadow: 1px -1px 1px rgba(0,0,0,0.3);
	border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	border:2px solid #0066CA;
		background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#91DBFE), to(#408CD8));
		background: linear-gradient(#408CD8, #91DBFE);
	}



/*blueボタン*/
.btn_green a {
	color: #fff;
	text-decoration:none;
	font-weight:bold;
	}
	
.btn_green a:visited,.btn_green a:hover {
	color:#FF0;
	text-decoration:none;
	font-weight:bold;
	}

.btn_green:hover,.btn_green:visited {
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#5A761C), to(#A0D232));
	background: linear-gradient(#A0D232, #5A761C);
}

.btn_green {
	text-align: center;
	display: block;
	padding: 10px;
	margin: 10px;
	color: #fff;
	text-decoration: none;
	text-shadow: 1px -1px 1px rgba(0,0,0,0.3);
	border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	border:2px solid #5A761C;
		background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#A0D232), to(#5A761C));
	background: linear-gradient(#5A761C, #A0D232);
	}
