/* ----------------------------------------------------------------
                      長野国道のこれからの道づくりCSS一覧
-------------------------------------------------------------------

１．テキスト
２．リンクマウスONカラー指定
３．テキストフィールド背景色指定
４．body全体の指定
５．長野の動きがわかる（BOX全体指定）
６．長野の動きがわかる（個別のクラス属性）
７．長野の道がわかる（BOX全体指定）
８．長野の道がわかる（個別のクラス属性）
９. 右レイアウト全体指定
１０.ライブ映像
１１.最新情報

/* ------------------------------------------------------------ */



/* 1.テキスト------------------------------------------------------ */
h1 {
	text-indent:-9999px;
	}
	
h2 {
	text-indent:-9999px;
	}

.cyapusyon {font-size: 12px}

/* ------------------------------------------------------------ */

/* 2.リンク---------------------------------------------------- */
a {
text-decoration:none;
margin-bottom:2px;
line-height:120%;
}

a:hover {
	background-color:#FFFF99;
	text-decoration:none;
	}
/* ------------------------------------------------------------ */

/* 3.テキストフィールド背景色---------------------------------- */
input:focus {
	background-color:#FFFFCC !important;
	}
/* ------------------------------------------------------------ */

/* 4.全体指定-------------------------------------------------- */
body {
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	width:780px;
	height:100%;
	margin-left:20px;
	margin-top:0px;
	padding-top:0px;
	font-size:1em;
	margin-bottom:0px;
	padding-bottom:0px;
	background-repeat:repeat-y;
	background-position:center;
}


/* ------------------------------------------------------------ */

#title {
width:645px;
height:55px;
margin-top:10px;
margin-bottom:10px;
margin-left:65px;
background-image:url(../img/hed.gif);
background-repeat:no-repeat;
}