<P><HR></P>/* リンク（未アクセス） */

a:link{
	color: #009966;
	text-decoration: none;	
}


/* リンク（アクセス済み） */

a:visited{
	color: #666666;
	text-decoration: none;	
}


/* リンク（カーソルを合わせた時） */

a:active{
	color: #666666;
	text-decoration: none;	
}


/* リンク（選択された時） */

a:hover{
	color: #FF0000;
	text-decoration: underline;
}


/* 関連FAQ用リンク（未アクセス） */

a.link01:link {
	color: #6633FF;
	text-decoration: none;
}



/* 関連FAQ用リンク（アクセス済み） */

a.link01:visited {
	color: #666666;
	text-decoration: none;	
}



/* 関連FAQ用リンク（カーソルを合わせた時） */

a.link01:active {
	color: #666666;
	text-decoration: none;	
}



/* 関連FAQ用リンク（選択された時） */

a.link01:hover {
	color: #FF0000;
	text-decoration: underline;
}



/* 手続きの流れタイトル用リンク（未アクセス） */

a.link02:link {
	color: #009966;
	text-decoration: none;	
}



/* 手続きの流れタイトル用リンク（アクセス済み） */

a.link02:visited {
	color: #666666;
	text-decoration: none;	
}



/* 手続きの流れタイトル用リンク（カーソルを合わせた時） */

a.link02:active {
	color: #666666;
	text-decoration: none;	
}



/* 手続きの流れタイトル用リンク（選択された時） */

a.link02:hover {
	color: #FF0000;
	text-decoration: underline;
}



/* ページ全体 */

#page {
	width: 100%;
	float: left;
	margin-bottom: 10px;
}



/*申請書ダウンロード*/

div.section01 td{border:0px;}



/* パンくずリスト */

span.bread {
	display: inline;
	width: 100%;
	border-bottom: 1px solid #00CC66;
	float: left;
	margin-top: 5px;
	padding-left: 10px;
	margin-bottom: -10px;
}



/* タイトルセクション */

div.section01 {
	clear:both;
	position:relative;
	overflow:hidden;
	text-align: left;
	line-height:1.2;
	*overflow:visible;
	*width: 100%;
	margin-left: 15px;
}



/* 内容セクション */

div.section02 {
	position:relative;
	width:auto;
	overflow:auto;
	text-align: left;
	line-height:1.2;

	*overflow:visible;
	*width:100%;
	margin-left: 15px;
}



/* 関連FAQセクション */

div.section03 {
	position:relative;
	width:auto;
	overflow:auto;
	background:#E8FFE8;
	border:1px solid #CCFFCC;
	text-align: left;
	line-height:1.2;

	*overflow:visible;
	margin-left: 15px;
}



/* 手続きの流れセクション */

div.section04 {
	position:relative;
	width:auto;
	overflow:auto;
	background:#E8FFE8;
	border:1px solid #CCFFCC;
	text-align: left;
	line-height:1.2;

	*overflow:visible;
	margin-left: 15px;
}



/* 種別名 */

h2.type {
	font-size: 1.3em;
	text-indent: 0.5em;
	padding: 2px 0px 1px;
	border-top: 1px solid #009966;
	border-bottom: 2px solid #009966;
	border-right: 2px solid #009966;
	border-left: 1px solid #009966;
	background-color: #DFFFDF;
	line-height:1.2;
}       



/* タイトル */

h2.title {
	font-size: 1.3em;
	margin-top: 10px;
	border-left: 5px solid #009966;
	padding-left: 10px;
	margin-bottom: 10px;
}



/* 手続きの流れタイトル */

h3.title {
	font-size: 1.2em;
	border-bottom: 3px solid #aaaaaa;
	text-align: left;
	width:auto;
	margin: 8px 0px;
}



/* 項目見出し */

h4.caption {
	font-size: 1em;
	border-bottom: 1px dashed #009966;
	margin-left: 15px;
}



/* 文章 */

div.exp {
	margin: 5px 0px 10px 30px;
}



/* 文章中のテーブル */

div.exp table {

	border-collapse: collapse;

	border-spacing: 0px 0px;

	empty-cells: show;

}



/* 文章中のテーブル（見出しセル） */

div.exp th {

	background: #c3d825;

	border: 4px solid #ffffff;

	color:white;

	padding:7px;

	font-weight: bold;

	font-size:0.84em;

	line-height:1.3;

	line-height:1.2;

	letter-spacing/**/:0.15em;

}



/* 文章中のテーブル（通常セル） */

div.exp td {

	border: 4px solid #ffffff;

	background:#f7fbd8;

	padding:7px;

	color:green;

	font-size:0.84em;

	line-height:1.3;

	line-height:1.2;

	/*\*/letter-spacing:0.15em;/**/

}



/* 文章中の囲み（窓口情報詳細）*/

div.exp div {

	padding-left: 15px;

}



/*

！！ここから下は変更しないでください！！

*/



/* 「ネット窓口かわさき」の文字 */

h1.pagetitle {

	background: url(../../../components/img/icn_top.gif) no-repeat;

	height: 50px;

	margin: 5px 0px 5px 10px;

	padding: 10px 0px 5px 70px;

	font-size: 150%;

	font-family: "HG丸ゴシックM-PRO", "ＭＳ Ｐゴシック", "平成角ゴシック";

}



/* キーワード検索部分 */

td.search01 {

	font-size: 90%;

	font-weight: bold;

}

td.search02 {

	font-size: 80%;

}



/* 電子申請ボタンレイアウト用テーブル */

table.dl {

	font-size: 100%;

	font-weight: bold;

}

td.top {

	vertical-align: top;

}

td.middle {

	vertical-align: middle;

}



/* 回り込み解除 */

.clear {
	clear: both;

}

