
.noscreen   { display: none; }

.admintable {
	margin: 4px 0;
	padding: 0;
	line-height: 1.0em;
	display: block;
	float: right;
}
.admintable td a {
	padding: 0;
	font-size: 10px;
	font-weight: bold;
	line-height: 1.0em;
	white-space: nowrap;
	cursor: hand;
}

/*
a   			{ text-decoration: none; color: #339999; }
a:active    	{ text-decoration: none; color: #FF0000; }
a:hover    		{ text-decoration: none; color: #FF0000; }
a:link    		{ text-decoration: none; color: #339999; }
a:vlink    		{ text-decoration: none; color: #339966; }
*/
a,
a:link,
a:visited,
a:hover,
a:active {
	text-decoration: none;
}
a         { color: #009999; }
a:link    { color: #009999; }
a:visited { color: #669999; }
a:hover   { color: #FF9900; }
a:active  { color: #FF9900; }
a:active,
a:focus {
	outline:none;
}


.disable      { text-decoration: none; font-size: 12px; line-height: 1.4em; color: #bbcccc; cursor:default; }
.disable_norm { text-decoration: none; font-size: 12px; line-height: 1.4em; color: #bbcccc; cursor:default; }
.sep          { text-decoration: none; font-size: 12px; line-height: 1.4em; color: #88cccc; cursor:default; }
.active       { text-decoration: none; font-size: 12px; line-height: 1.4em; color: #cc0000; cursor:default; }
.activeDigit { text-decoration: none; font-size: 12px; line-height: 1.4em; color: #cc0000; cursor:default; }
.enable       { text-decoration: none; font-size: 12px; line-height: 1.4em; color: #339999; cursor:hand; }
.enable_digit { text-decoration: none; font-size: 12px; line-height: 1.4em; color: #339999; cursor:hand; }
.normal       { text-decoration: none; font-size: 12px; line-height: 1.4em; color: #88bbbb; cursor:default; }

.debug {
	font-size: 12px;
	font-weight: normal;
	color:#006633;
}

/***********************************************************************************************/

.navi {
	width: 544px;
	clear:both;
	display: block;
}
.navi a {
	font-size: 10px;
	line-height: 11px;
	font-family: "HiraKakuPro-W6", "MS PGothic", Osaka, Arial, Helvetica, sans-serif;
	text-indent: 0;
	color: #003333;
	text-align: left;
	font-weight: bold;
	white-space: nowrap;
}

/***********************************************************************************************/

.LinkArrowLeft {
	padding-left: 12px;
	background-image: url(../_img/ArrowLeft.jpg);
	background-position: left center;
	background-repeat: no-repeat;
	display: block;
	margin-top: 4px;
}
a.LinkArrowLeft         { color: #009999; }
a.LinkArrowLeft:link    { color: #009999; }
a.LinkArrowLeft:visited { color: #669999; }
a.LinkArrowLeft:hover   { color: #FF9900; }
a.LinkArrowLeft:active  { color: #FF9900; }

/***********************************************************************************************/

.LinkDisc {
	height: 24px;
	padding: 0;
	background-image: url(../_img/circle24_mask_left.gif);
	background-position: left top;
	background-repeat: no-repeat;
	background-color: #ddeeee;
	line-height: 1em;
	display: block;
	clear: both;
	text-align: left;
}
.LinkDisc a {
	padding: 0 0 0 16px;
	font-size: 12px;
	font-weight: normal;
	line-height: 24px;
	height: 24px;
	white-space: nowrap;
	vertical-align: middle;
	display: block;
	float: left;
}
.LinkDisc span.Tail {
	width: 12px;
	height: 24px;
	padding: 0;
	background-image: url(../_img/circle24_mask_right.gif);
	background-position: right top;
	background-repeat: no-repeat;
	font-size: 1px;
	line-height: 24px;
	display: block;
	float: right;
}

/***********************************************************************************************/

.ListView {
	width: 100px;
}
.ListView a {
	padding: 0 0 0 22px;
	font-weight: bold;
}
.Pdf {
	width: 150px;
}
.Pdf a {
	padding: 0 24px;
	background-image: url(../_img/icon16_pdf.gif);
	background-position: right center;
	background-repeat: no-repeat;
}

/***********************************************************************************************/

