/* DIVタグ設定用 */

/*--------------------------
  画面レイアウト用
  --------------------------*/
/* メイン */
DIV.main {
	/* position : relative; */
	left : 10px;
	top : 0px;
	width : 650px;
	/* height : 1px; */
	border : 0px;
}

/* 検索用背景 */
DIV.search {
	/* position : relative; */
	/* left : 70px; */
	top : 0px;
	width : 100%;
	/* height : 1px; */
	border : 0px;
	background-color:#F4F4E5;
	text-align:center;
}

/* 検索用背景 */
DIV.search_sel {
	/* position : relative; */
	left : 1px;
	top : 0px;
	width : 100%;
	/* height : 1px; */
	border : 0px;
	background-color:#F4F4E5;
	text-align:center;
}

/*-------------------------
  タイトル強調等
  -------------------------*/
/* 選択済み分類情報 */
DIV.topmenu {
	/* height : 1px; */
	background-color:#6FA666;
	border : solid #CCCCCC;
	border-width : 2px 2px 2px 2px;
	display : block;
}

/* 処理選択 */
DIV.select {
	/* height : 1px; */
	background-color:#EFEBFF;
	border : solid #CCCCCC;
	border-width : 2px 2px 2px 2px;
	display : block;
}

/* 住民サイト（ＰＣ）処理フロー用 */
DIV.topimage {
	width : 99%;
	color:#ffffff;
	border : solid #cccccc;
	border-width : 3px 3px 3px 3px;
	background-color:#A5AAFF;
	
}

DIV.div0
{
	FONT-SIZE: 100%;
	font-weight: bold;
	/* height : 1px; */
	color:#ffffff;
	text-align:center;
	border : 1px solid #cccccc;
	border-width : 0px 0px 0px 0px;
}

DIV.div1
{
	FONT-SIZE: 100%;
	font-weight: bold;
	/* height : 1px; */
	color:#ffffff;
	text-align:left;
	border : 1px solid #cccccc;
	border-width : 0px 0px 0px 3px;
}

/* 検索用見出し */
DIV.search_title {
	width : 100%;
	/* height : 1px; */
	background-color:#6FA666;
	border 		: solid #cccccc;
	border-width : 2px 2px 2px 2px;
	display 	: block;
	color		:#ffffff;
	font-weight	:bold;
	text-align	:center;
}

/* 検索用見出し */
DIV.SEL_title {
	width : 98%;
	/* height : 1px; */
	background-color:#6FA666;
	border : solid #cccccc;
	border-width : 2px 2px 2px 2px;
	display : block;
	color : #ffffff;
	font-weight : bold;
	text-align : center;
	position : relative;
	left : 6px;
}


/*--------------------------
  表示
  --------------------------*/
/* 表示しない */
DIV.hide {
	visibility : hidden;
}
