@charset "utf-8";
/*************************************************/
/*                                               */
/*　　　　市報こだいら専用スタイルシート　　　   */
/*                                               */
/*************************************************/

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■基本レイアウト■
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
#content_f {
	font-size: 95%;
	line-height: 130%;
}
p {
	font-size: 100%;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■リンク■
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■コンテンツ部分■
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

/* ---------------
　文書構造関連
--------------- */

/* 段落の配置 */
#content_f p.right {
	clear: both;
	text-align:right;
}
#content_f  .left {
	width:260px;
}
#content_f .center {
	text-align:center;
}
.textdown{
	text-indent:1em;
	line-height:130%
}

/* ページトップへ */
#content_f p.bkpagetop {
	clear: both;
}

/* 見出し */
#content_f h2,
#content_f h3 {
	clear: both;
	text-align: left;
}

#content_f h2 a,
#content_f h3 a {
	color: #000;
}

#content_f h1 a:hover,
#content_f h2 a:hover,
#content_f h3 a:hover {
	text-decoration: none !important;
}

.pagetitle {
	color: #0000FF;
	text-align: center;
}

/* 見出し　青 */
.bline {
	border-bottom:1px solid #3366FF;
	border-left:1em solid #3366FF;
	color: #0000FF;
	padding-left: 3px;
}

/* 見出し　緑 */
.gline {
	border-bottom:1px solid #339966;
	border-left:1em solid #339966;
	color:#008000;
	padding-left: 3px;
}

/* 文字列ブロック　左右5文字分のスペース */
.textblock {
	margin-left:5em;
	margin-right:5em;
	line-height:130%;
}

/* 文字列ブロック　左右4文字分のスペース　背景が薄い青 */
.block {
	margin-left:4em;
	margin-right:4em;
	line-height:130%;
	padding:1em;
	background-color:#f3f1f3;
}

/* リスト */
dt {
	font-weight:bold;
}
dd {
	line-height:130%;
}
li {
	line-height:150%;
}
.none {
list-style-type:none;
}


/* ---------------
　文書装飾関連
--------------- */
/* 背景青 */
.bback {
	background:#99CCFF;
}
/* 背景赤 */
.rback {
	background:#FFCC99;
}

/* 枠をつける */
.square {
	border:1px solid #666699
	margin:5px;
	padding:5px;
}
/* 背景が青の枠をつける */
.bsquare {
	border:1px solid #0000FF;
	margin:5px;
	padding:5px;
	background:#99CCFF;
}
/* 背景が赤の枠をつける */
.rsquare {
	border:1px solid #FF0000;
	margin:5px;
	padding:5px;
	background:#FFCC99;
}

/* ---------------
　フォント設定
--------------- */
/* 大きめ */
.flarge {
	font-size:larger;
}
/* 小さめ */
.fsmall {
	font-size:smaller;
}
/* 青強調 */
.bbold {
	font-weight:bold;
	color:#0000FF;
}
/* 赤強調 */
.rbold {
	font-weight:bold;
	color:#FF0000;
}

/* 水平線 */
#content_f hr {
	float: none;
	clear: both;
}

/* ---------------
　テーブル設定
--------------- */
#content_f table {
	height: 1em;
}

#content_f table td {
	font-size: 100%;
}
#content_f table.noborder1 {
	font-size: 100%;
	margin: 0px;
	border: none;
}
#content_f table.noborder1 td {
	font-size: 100%;
	border: none;
}
#content_f table.noborder2 {
	font-size: 100%;
	margin: 0px auto;
	border: inherit;
}
#content_f table.noborder2 td {
	border: none;
}
#content_f table.noborder3 {
	margin: 0px auto;
	border: none;
}
#content_f table.noborder3 td{
	border: none;
}

#content_f th.bgcolor1 {
/*	background-color: #FFFF00;　*/
	font-size: 100%;
}
#content_f table.mokuji, #content_f table.mokuji caption {
	margin-right: auto;
	margin-left: auto;
}

/*テーブル見出しは中央揃え*/
th {
text-align:center;
font-weight:bold;
background-color: #CCFFFF;
}
/*テーブルフッターは太字*/
tfoot {
background-color: #FFFF99;
font-weight:bold;
}




/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■バックナンバー一覧ページ■
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* 見出しの設定 */
#content_f #shihouback h1.h1img {
	text-align: center;
	background: none;
	border: none;
	padding: 0px 20px 0px 0px;
	margin-right: 10px;
	margin-bottom: 20px;
}
#content_f #shihouback h2 {
	margin: 1.7em 0 20px;
	padding: 5px 5px 5px 35px;
	background-repeat: no-repeat;
	background-position: 4px 4px;
	background-color: #e3fce3;
	background-image: url(/c_images/icn_shihou2.gif);
	border-top: 1px solid #063;
	border-bottom: 1px solid #063;
	display: block;
}
/* テーブルの設定 */

#content_f #shihouback table {
	width: 95%;
	margin: 0 auto 20px;
	padding: 0;
	border: 1px solid #999;
}
#content_f #shihouback  caption, #content_f #shihouback tr, #content_f #shihouback td {
	border: 1px solid #999;
}
#content_f #shihouback caption {
	margin: 0 auto;
	padding: 7px;
	font-size: 105%;
}
#content_f .yearstyle1 {
	background: #CCFFCC;
}
#content_f .yearstyle2 {
	background: #FFCC99;
}
#content_f #shihouback td {
	width: 15%;
}
