/* IEの横オーバー対策 */
html
{
	overflow-x: hidden;
}

/* フィントサイズ */
body
{
	color: #000000;
	font: small Verdana, Arial, sans-serif;
	line-height: 150%;
	background-color: white;
}
.title
{
	font-weight: bold;
	font-size: larger;
	white-space: nowrap;
}
.title_border
{
	border-bottom: 1px solid #CCCCCC;
}

/* テーブル */
.table_border
{
	border-collapse: collapse;
	border-color: #999999;
	border-style: solid;
	border-width: 0px;
}

/* トップページお知らせ */
.notice
{
	color: #FF0033;
	font-size: 90%;
}
/* 説明 */
.caption
{
	color: #0000FF;
}
.explain
{
	color: #0000FF;
	font-size: 85%;
}
/* 警告 */
.caution
{
	color: #FF0033;
}
.inputMiss
{
	color: #FF0033;
	font-size: 85%;
}
.caption_name_bgcolor
{
	background-color: #D8D8FE;
}
.caption_bgcolor
{
	background-color: #EBEBFF;
}
.caution_bgcolor
{
	background-color: #FFE6E6;
}
.caution_background
{
	color: #FF0033;
	background-color: #FFE6E6;
	border: 1px #FF9999 solid;
}

/* リンク */
/* 基本 */
a:link
{
	color: #666666;
	text-decoration: underline;
}
a:visited
{
	color: #666666;
	text-decoration: underline;
}
a:hover
{
	color: #E37E22;
	text-decoration: underline;
}
a:active
{
	color: #E37E22;
	text-decoration: underline;
}
/* 一覧表示開始位置変更 */
.change
{
	margin: 1px;
	border: 1px white solid;
	padding: 5px 8px;
	display: block;
	float: left;
}
a:link.change
{
	color: blue;
	border: 1px #CCCCCC solid;
	text-decoration: none;
}
a:visited.change
{
	color: blue;
	border: 1px #CCCCCC solid;
	text-decoration: none;
}
a:hover.change
{
	color: white;
	background-color: #FF3333;
	border: 1px #CCCCCC solid;
	text-decoration: none;
	
}
a:active.change
{
	color: white;
	background-color: #FF3333;
	border: 1px #CCCCCC solid;
	text-decoration: none;
}

a:link.change_back_and_forth
{
	color: blue;
	font-size: larger;
	text-decoration: underline;
}
a:visited.change_back_and_forth
{
	color: blue;
	font-size: larger;
	text-decoration: underline;
}
a:hover.change_back_and_forth
{
	color: red;
	font-size: larger;
	text-decoration: underline;
	
}
a:active.change_back_and_forth
{
	color: red;
	font-size: larger;
	text-decoration: underline;
}
/* テーブルリスト */
.list
{
	width: 100%;
	white-space: normal;
	display: block;
}
a:link.list
{
	color: #000000;
	padding: 1px;
	text-decoration: none;
}
a:visited.list
{
	color: #000000;
	padding: 1px;
	text-decoration: none;
}
a:hover.list
{
	color: #000000;
	padding: 1px;
	text-decoration: none;
}
a:active.list
{
	color: #000000;
	padding: 1px;
	text-decoration: none;
}

.border-all
{
	border-collapse: collapse;
	border: 1px #999999 solid;
}
.border-top
{
	border-top: 1px solid #CCCCCC;
}

.list_hover tr:hover
{
	background-color: #999999;
}