@charset"shift_jis";

/***********************************************/
/* copyright(C) Allonge,Inc.                   */
/***********************************************/

/* ------------------------基本リンク色の定義--*/

a:link {
	color: #555555;
    text-decoration: none;
}
a:visited {
	color: #555555;
    text-decoration: none;
}
a:hover {
	color: #333333;
    text-decoration: underline;
}

/* --------------------左メニュー限定の定義01--*/

a.new:link {
	color: #FFFFFF;
	margin: 0px;
	padding: 0px 0px 0px 7px;
	height: 22px;
	display: block;
	text-decoration: none;
	background-color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	font-weight: bold;
}
a.new:visited {
	color: #FFFFFF;
	margin: 0px;
	padding: 0px 0px 0px 7px;
	height: 22px;
	display: block;
	text-decoration: none;
	background-color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	font-weight: bold;
}
a.new:hover {
	color: #FF9900;
	margin: 0px;
	padding: 0px 0px 0px 7px;
	height: 22px;
	display: block;
	text-decoration: none;
	background-color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	font-weight: bold;
}

/* --------------------左メニュー限定の定義01--*/

a.menu1:link {
	color: #FFFFFF;
	margin: 0px;
	padding: 0px 0px 0px 7px;
	height: 22px;
	display: block;
	text-decoration: none;
	background-color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	font-weight: bold;
}
a.menu1:visited {
	color: #FFFFFF;
	margin: 0px;
	padding: 0px 0px 0px 7px;
	height: 22px;
	display: block;
	text-decoration: none;
	background-color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	font-weight: bold;
}
a.menu1:hover {
	color: #FFFFFF;
	margin: 0px;
	padding: 0px 0px 0px 7px;
	height: 22px;
	display: block;
	text-decoration: none;
	background-color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	font-weight: bold;
}

/* --------------------左メニュー限定の定義02--*/

a.menu2:link {
	color: #333333;
	margin: 0px;
	padding: 0px 0px 0px 7px;
	height: 22px;
	display: block;
	text-decoration: none;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
a.menu2:visited {
	color: #333333;
	margin: 0px;
	padding: 0px 0px 0px 7px;
	height: 22px;
	display: block;
	text-decoration: none;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
a.menu2:hover {
	color: #333333;
	margin: 0px;
	padding: 0px 0px 0px 7px;
	height: 22px;
	display: block;
	text-decoration: none;
	background-color: #DFDFDF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

/* --------------------左メニュー限定の定義03--*/

a.menu3:link {
	color: #333333;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 12px;
	height: 22px;
	display: block;
	text-decoration: none;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
a.menu3:visited {
	color: #333333;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 12px;
	height: 22px;
	display: block;
	text-decoration: none;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
a.menu3:hover {
	color: #333333;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 12px;
	height: 22px;
	display: block;
	text-decoration: none;
	background-color: #DFDFDF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

.note {
	color: #CC0000;
}
.inp {
	color: #333333;
}
