@charset "UTF-8";

* {
	margin: 0px;
	padding: 0px;
	}

a {
	text-decoration:underline;
	}

a:link {
	text-decoration:underline;
	}

a:visited {
	text-decoration:underline;
	}

a:hover {
	text-decoration:underline;
	}

a:active {
	text-decoration:underline;
	}

img {
	border: 0;
	}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
	}

.clearfix {
  min-height: 1px;
	}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
	}

body {
	color: #333333;
	font-family: "メイリオ", "Lucida Grande", Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
	background-color: #FFFDEC;
	font-size:16px;
	}

#wrap{
	width: 800px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background-color: #FFFFFF;
	border-right-color: #999999;
	border-left-color: #999999;
	border-right-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;
	}

#header_bar {
	background-color: #0099ff;
	float: left;
	width: 800px;
	}
	
.theme {
	float: left;
	width: 540px;
	font-size: 22px;
	color: #FFFFFF;
	padding-top: 10px;
	padding-left: 20px;
	padding-bottom: 10px;
}

.navi a  {
	float: left;
	width: 220px;
	text-align: right;
	padding-right: 20px;
	padding-top: 15px;
	padding-bottom: 10px;
	color: #FFFFFF;
}
/* ------------ グローバルナビゲーション設定 ------------ */
#gnavi {
	background-image: url(../img/gnavi_bg.jpg);
	background-repeat: no-repeat;
	height: 46px;
}

/* ホームボタン */
.home {
}

.home a {
	float: left;
	display: block;
	height: 46px;
	width: 160px;
}

.home a:hover {
	background: none;
}

.home a:hover img {
	width: 0;
	height: 0;
}

/*(ロールオーバー時のみ使用)*/
.home_over {
	float: left;
	display: block;
	height: 46px;
	width: 160px;
}

/* 活動方針ボタン */
.houshin {
}

.houshin a {
	float: left;
	display: block;
	height: 46px;
	width: 160px;
}

.houshin a:hover {
	background: none;
}

.houshin a:hover img {
	width: 0;
	height: 0;
}

/*(ロールオーバー時のみ使用)*/
.houshin_over {
	float: left;
	display: block;
	height: 46px;
	width: 160px;
}

/* 活動実績 */
.jiseki {
}

.jiseki a {
	float: left;
	display: block;
	height: 46px;
	width: 160px;
}

.jiseki a:hover {
	background: none;
}

.jiseki a:hover img {
	width: 0;
	height: 0;
}

/*(ロールオーバー時のみ使用)*/
.jiseki_over {
	float: left;
	display: block;
	height: 46px;
	width: 160px;
}

/* 新しい千葉市を創る会 */
.tsukurukai {
}

.tsukurukai a {
	float: left;
	display: block;
	height: 46px;
	width: 160px;
}

.tsukurukai a:hover {
	background: none;
}

.tsukurukai a:hover img {
	width: 0;
	height: 0;
}

/*(ロールオーバー時のみ使用)*/
.tsukurukai_over {
	float: left;
	display: block;
	height: 46px;
	width: 160px;
}

/* ご意見・お問い合わせ */
.otoiawase {
}

.otoiawase a {
	float: left;
	display: block;
	height: 46px;
	width: 160px;
}

.otoiawase a:hover {
	background: none;
}

.otoiawase a:hover img {
	width: 0;
	height: 0;
}

/*(ロールオーバー時のみ使用)*/
.otoiawase_over {
	float: left;
	display: block;
	height: 46px;
	width: 160px;
}

#contents {
	float: left;
	padding-bottom: 50px;
	width: 800px;
}

.column_l {
	float: left;
	margin-right: 25px;
	margin-left: 20px;
	margin-top: 35px;
	width: 545px;
}

.column_r {
	width: 190px;
	float: left;
	margin-right: 20px;
	margin-top: 35px;

}
.banner_area {
}

.banner {
	padding-bottom: 10px;
}

.link {
	padding-top: 30px;
}

.link ul {
	list-style-type: none;
}

.link li {
	padding-bottom: 5px;
}

#footer {
	font-size: 12px;
	text-align: left;
	padding-right: 20px;
	padding-bottom: 30px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #0099ff;
	padding-left: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	clear: both;
	padding-top: 30px;
	}
	
p{
padding:10px 5px 5px 15px;
}

h2{
	border-left:10px solid #003399;
	height: 25px;
	padding-left: 5px;
	font-size: 20px;
	padding-top: 5px;
	border-bottom: 1px  dotted #666666;
	margin-bottom: 15px;
	font-weight: bold;
}

h3{
font-size:14px;
color:#003399;
padding:10px 0px 0px 5px;
}

/* 追加CSS(2018.9) */
#g-menu{
  width: 100%;
  display: table;
  border-collapse: collapse;
  background: -moz-linear-gradient(top, #67c4ff, #0199fe);
  background: -webkit-linear-gradient(top, #67c4ff, #0199fe);
  background: linear-gradient(to bottom, #67c4ff, #0199fe);
}

.block__element{
  display: table-cell;
  border-top: none;
  border-bottom: 1px solid #eee;
  border-right: 1px solid #fff;
  border-left: none;
  text-align: center;
  vertical-align: middle;
}

.block__element a{
  font-size: 0.9em;
  color: #fff;
  text-decoration: none;
  display: block;
    padding: 10px 6px;
}

.block__element a:hover{
  color: #000;
  background: -moz-linear-gradient(top, #fceb93, #ffcc01);
  background: -webkit-linear-gradient(top, #fceb93, #ffcc01);
  background: linear-gradient(to bottom, #fceb93, #ffcc01);
}

.m-last {
  border-right: none;
}

.q {
  background: #a8cef5;
}

.a {
  background: #d3e4f5;
  margin-bottom: 20px;
}

.require {
  background: #eee;
  margin-bottom: 20px;  
}