@charset "shift_jis";
@import "color.css";

/***********************************************/
/* copyright(C) Allonge,Inc.                   */
/***********************************************/

/* ------------------------基本リンク色の定義--*/
a:link {    text-decoration: none;}
a:visited {    text-decoration: none;}
a:hover {    text-decoration: underline;}

/* --------------------左メニューリンク NEW ARRIVAL--*/
a.new:link {
	margin: 0px;
	padding: 0px 0px 0px 7px;
	height: 22px;
	display: block;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-top-style: solid;
	font-weight: bold;
}
a.new:visited {
	margin: 0px;
	padding: 0px 0px 0px 7px;
	height: 22px;
	display: block;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-top-style: solid;
	font-weight: bold;
}
a.new:hover {
	margin: 0px;
	padding: 0px 0px 0px 7px;
	height: 22px;
	display: block;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-top-style: solid;
	font-weight: bold;
}

/* --------------------左メニューリンク 大カテゴリ--*/
a.menu1:link {
	margin: 0px;
	padding: 0px 0px 0px 7px;
	height: 22px;
	display: block;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	font-weight: bold;
}
a.menu1:visited {
	margin: 0px;
	padding: 0px 0px 0px 7px;
	height: 22px;
	display: block;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	font-weight: bold;
}
a.menu1:hover {
	margin: 0px;
	padding: 0px 0px 0px 7px;
	height: 22px;
	display: block;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	font-weight: bold;
}

/* --------------------左メニューリンク 中カテゴリ--*/
a.menu2:link {
	margin: 0px;
	padding: 0px 0px 0px 7px;
	height: 22px;
	display: block;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}
a.menu2:visited {
	margin: 0px;
	padding: 0px 0px 0px 7px;
	height: 22px;
	display: block;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}
a.menu2:hover {
	margin: 0px;
	padding: 0px 0px 0px 7px;
	height: 22px;
	display: block;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}

/* --------------------左メニューリンク 小カテゴリ--*/
a.menu3:link {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 12px;
	height: 22px;
	display: block;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}
a.menu3:visited {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 12px;
	height: 22px;
	display: block;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}
a.menu3:hover {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 12px;
	height: 22px;
	display: block;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}
