a:active {color: red ;}	/* アクティブ状態 :active */
a:hover { color: red ;}   	/* カーソルが上に乗っている状態: hover */
/* 流鏑馬ページ使用小見出し */
.kurasi {
	font-size: 0.9em;
	font: 700 100% "ＭＳ Ｐゴシック", Osaka;
	border-left: 0.5em solid #336699;
	border-bottom-width: 0.1em;
	border-bottom-style: solid;
	border-bottom-color: #B0B0B0;
	padding-left: 0.4em;
	margin-left: 0.3em;
}
/* くらしのガイドタイトル見出し 左ボーダー赤色*/
h1 {
	font-size: small;
	padding-left: 0.2em;
	border-left: 0.4em solid #ff3300;
	height: auto;
	margin-left: 1em;
	font: 700 "ＭＳ Ｐゴシック", Osaka;
	letter-spacing: 0.1em;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
}
/* トピックス・お知らせの見出し　左ボーダー赤 背景薄灰グラデーション*/
h2 {
	border-left: 0.4em solid #ff3300;
	border-bottom: 1px solid #ADADAD;
	height: auto;
	color:#24221E;
	width:100%;
	background-color:#ffffff;
	padding:10px 3px 8px 4px;
	filter:progid:DXImageTransform.Microsoft.gradient 
	(startColorstr=#E8E7E1,endColorstr=#00ffffff,gradientType=0);
	font: 700 105% "ＭＳ Ｐゴシック", Osaka;
}
/* 小見出し 緑スクウェア画像*/
h3 {
	color:#525252;
	width:100%;
	font: 700 small "ＭＳ Ｐゴシック", Osaka;
	height: 5px;
	margin-bottom: 2px;
	padding: 9px 3px 7px 4px;
	margin-top: 2px;
	background : url(image/midasi2.gif) no-repeat 7px 6px;
	border-top: 1px solid #787878;
	border-bottom: 1px solid #787878;
	text-indent: 1.9em;
}
/* 小見出し 左ボーダー青色*/
h4 {
	font-size: small;
	padding-left: 0.2em;
	border-left: 0.4em solid #0000FF;
	height: auto;
	font: 700 100% "ＭＳ Ｐゴシック", Osaka;
	letter-spacing: 0.1em;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
}
/* 小見出し 左ボーダー青色　下破線青色　背景青色*/
h5 {
	font-size: 1.0em;
	padding-left: 0.2em;
	font: 700 100% "ＭＳ Ｐゴシック", Osaka;
	border-left: 0.4em solid #0000FF;
	background-color: #E4EBFC;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #0033FF;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
}
/* 小見出し 背景あり*/
h6 {
	padding:8px 3px 7px 4px;
	border-bottom: 0.1em dashed #0033FF;
	background: #E4EBFC;
	border-left: 0.4em solid #0033FF;
	font: 700 100% "ＭＳ Ｐゴシック", Osaka;
	color: #2F2F2F;
	height: auto;
	width: 100%;
}
/* 流鏑馬ページ使用小見出し */
.yabu1 {
	font-size: small;
	padding-left: 0.2em;
	font: 700 100% "ＭＳ Ｐゴシック", Osaka;
	border-left: 0.4em solid #FF6600;
	background-color: #FFE7C1;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #FF6600;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
}
/* ページ全体　行間、フォントサイズ設定 */
body {
	font: 95%/145% "ＭＳ Ｐゴシック", "Osaka−等幅";
}
/* pタグ 行間、フォントサイズ設定 */
p {
	font-size: 95%;
	line-height: 150%;
}
/* テーブル 行間、フォントサイズ設定 */
td {
	font: 95%/145% "ＭＳ Ｐゴシック Osaka−等幅";
}	
/* パンくずリスト　文字設定 */
.p1 {
	font: 0.8em "ＭＳ Ｐゴシック", Osaka;
	text-indent: 1em;
	margin-top: 1em;
}
/* リスト 塗りつぶされた丸 */
.c1 {
	font-size: 1em;
	list-style-type: disc;
	line-height: 120%;
　  margin-left: 0px;	
	padding-bottom: 4px;
}
/* リスト 塗りつぶされない丸 */
.c2 {
	list-style-type: circle;
	line-height: normal;
　  margin-left: 10px;
	padding-bottom: 4px;
}
/* リスト 数字 */
.ol1 {
	list-style-type: decimal;
	line-height: 150%;
　  margin-left: 10px;
}
/* リストを表示しない inside やぶさめページ使用*/
.c4 {
	list-style-type: none;
	line-height: 120%;
　  margin-left: 10px;
	list-style-position: inside;
}	
/* リストを表示しない outside 問い合わせ使用*/
.c5 {
	list-style-type: none;
	line-height: normal;
　  margin-left: 10px;
	list-style-position: outside;
}
/* 画像リスト３種 */
.sc1 {
	list-style-image : url(../topics/m1.gif);
	font-size: x-small;	
}
.sc2 {
	list-style-image : url(../topics/m2.gif);
	font-size: x-small;
}
.sc3 {
	list-style-image : url(../topics/m3.gif);
	font-size: x-small;
}
/* 青 やぶさめページ使用*/
.sc4 {
	list-style-image : url(../topics/m4.gif);
	font-size: small;
	line-height: 150%;
}
/* 画像右寄せ */
#i1 {
  float: right;
  margin-left: 0.5em;
  margin-bottom: 0.5em;
}
/* 画像左寄せ */
#i2 {
  float: left;
  margin-right: 0.5em;
  margin-bottom: 0.5em;
}
/* 著作権情報ボーダーライン */
address {
	text-align: left;
	border-top: 1px solid #808080;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 25px;
	padding: 5px;
	font: 1em/150% "ＭＳ Ｐゴシック", Osaka;
}
/* ↑ページの先頭へ */
.page {
	font-size: x-small;
	font-style: normal;
	text-align: right;
}
/* 左余白（スペース） */
.space1 {
	padding-left: 1em;
}
/* アンダーライン ドット*/
.dot {
	font-size: small;
	padding-left: 0.2em;
	height: auto;
	font: 700 100% "ＭＳ Ｐゴシック", Osaka;
	letter-spacing: 0.1em;
	border-bottom-width: 0.1em;
	border-bottom-style: dotted;
	border-bottom-color: #868686;
	width: auto;
}
/* お知らせページ等に使用 スクウェア青色画像 上下破線*/
.title1	{
	color:#000000;
	width:100%;
	font-weight:700;
	border-bottom: 1px dashed #999999;
	border-top: 1px dashed #999999;
	padding:10px 3px 10px 4px;
	font: 600 100% "ＭＳ Ｐゴシック", Osaka;
	height: 5px;
	background : url(image/point_50.gif) no-repeat 4px 11px;
}
/* ワンポイント画像 */
.title2 {
	color:#5D5D5D;
	width:100%;
	font: 600 105% "ＭＳ Ｐゴシック", Osaka;
	height: auto;
	background : url(image/point_118.gif) no-repeat 2px 1px;
	padding: 4px 3px 2px 24px;
}
/* title1のボーダーがなしの状態*/
.title1-2	{
	color:#000000;
	width:100%;
	font-weight:700;
	border-bottom: 1px none #999999;
	border-top: 1px none #999999;
	padding:10px 3px 10px 4px;
	font: 600 100% "ＭＳ Ｐゴシック", Osaka;
	height: 5px;
	background : url(image/point_50.gif) no-repeat 4px 11px;
}
/* title1の下ボーダーのみの状態*/
.title1-3	{
	color:#000000;
	width:100%;
	font-weight:700;
	border-bottom: 1px dashed #999999;
	padding:10px 3px 10px 4px;
	font: 600 100% "ＭＳ Ｐゴシック", Osaka;
	height: 5px;
	background : url(image/point_50.gif) no-repeat 4px 11px;
}
/* 下ダッシュ線のみの状態*/
.title1-4	{
	color:#000000;
	width:100%;
	font-weight:700;
	border-bottom: 1px dashed #999999;
	padding:10px 3px 10px 4px;
	font: 100% "ＭＳ Ｐゴシック", Osaka;
	height: 5px;
	background: 4px 11px;
}
/* ↑上下ダッシュ線無しの状態*/
.title1-5	{
	color:#000000;
	width:100%;
	font-weight:700;
	padding:10px 3px 10px 4px;
	font: 600 100% "ＭＳ Ｐゴシック", Osaka;
	height: 5px;
	background : url(image/point_50.gif) no-repeat 4px 11px;
}
/* 灰色帯（くらしのガイド等全般的に使用）*/
.title3	{
	color:#525252;
	width:100%;
	font: 700 small "ＭＳ Ｐゴシック", Osaka;
	height: 5px;
	margin-bottom: 2px;
	padding: 9px 3px 7px 4px;
	margin-top: 2px;
	background : url(image/midasi2.gif) no-repeat 7px 6px;
	border-top: 1px solid #787878;
	border-bottom: 1px solid #787878;
}
/* ワンポイント 灰色の丸*/
.title4	{
	color:#393939;
	width:100%;
	font: 700 small "ＭＳ Ｐゴシック", Osaka;
	height: 5px;
	background : url(image/point_93.gif) no-repeat 3px 4px;
	padding: 4px 3px 2px;
}
/* ワンポイント 赤色の丸*/
.title5	{
	color:#454545;
	width:100%;
	font: 600 101% "ＭＳ Ｐゴシック", Osaka;
	height: 5px;
	background : url(image/point-red.gif) no-repeat 3px 4px;
	padding: 4px 3px 2px 24px;
}