/* ETC利用照会サービス */
/* Windows IE用 */

/* ページ設定 */
body{
	background-color: #ffffff;
	margin-top: 0px;
}
/* リンク下線の消去 */
a:link{text-decoration: none;}
a:visited{text-decoration: none;}
a:active{text-decoration: underline;}
a:hover{text-decoration: underline;}


/* ：：：：：：トップページのTOPICS欄：：：：：： */

.topictitle {
	font-size: 80%;
	margin-top: 4px;
	margin-bottom: 4px;
}

.topicdate {
	font-size: 80%;
	margin-top: 4px;
	margin-bottom: 4px;
	color: #ff7300;
}

/* ：：：：：テキスト：：：：： */
.proceduretitle {
	font-size: 95%;
	color: #000;
	margin-top: 10px;
	margin-bottom: 0px;
}

.proceduretitle_active {
	font-size: 95%;
	font-weight: bold;
	color: #000;
	margin-top: 10px;
	margin-bottom: 0px;
}

.pgtitle {
	font-size: 100%;
	font-weight: bold;
	color: #000;
	margin-top: 10px;
	margin-bottom: 0px;
}


.text_normal {
	font-size: 80%;
	line-height: 150%;
	color: #000000;
	font-weight: normal;
}


/* ：：：：：テーブルの罫線、背景の色：：：：： */

/* 背景　グレー */
.tblbgcolor1 {
	background-color: #cccccc;
}
/* 背景　白 */
.tblbgcolor2 {
	background-color: #ffffff;
}
/* 背景　淡グレー */
.tblbgcolor3 {
	background-color: #efefef;
}
/* 背景　パープル */
.tblbgcolor4 {
	background-color: #4e4a97;
}
/* 背景　発行系 */
.tblbgcolor_issue {
	background-color: #cce7d8;
}
/* 背景　確認系 */
.tblbgcolor_check {
	background-color: #cee6f2;
}



/* 罫線　黒 */
.tbllinecolor1 {
	background-color: #000000;
}
/* 罫線　発行系 */
.tbllinecolor_issue {
	background-color: #234600;
}
/* 罫線　確認系 */
.tbllinecolor_check {
	background-color: #1c3753;
}


/* -：：：：：テーブル内テキスト：：：：：- */
/* 項目名 */
.tbllabel {
	font-size: 80%;
	font-weight: normal;
	color: #000000;
}
/* データ値 */
.tblvalue {
	font-size: 90%;
	font-weight: normal;
	color: #000000;
}


/* 入力時のコメント(「半角英数字」など) */
.tblcomment {
	font-size: 80%;
	font-weight: normal;
	color: #666666;
}

/* ：：：：：フッター：：：：： */
.footertext{
	margin-top:4px;
	margin-left:4px;
	font-size: 70%;
}

.footerlink{
	margin:4px;
	font-size: 75%;	
	color: #2E5B89;
}


/* ：：：：：エラーメッセージ：：：：： */

/* メッセージテキスト */
.errormsg {
	color: #ff0000;
	font-weight: bold;
}

/* ：：：：：共通メニュー：：：：： */

.commonnaviarea{
	margin-top: 0px;
	margin-bottom: 0px;
}

.commonnavi{
	font-size: 80%;
	color: #ffffff;
}

/* //////////////////////////////////////////////////// */
