@charset "Shift_JIS";

/* ******************************************** */
/* **** link (リンク) *** */

/* 色定義・ほか */

h1{
	color:#2A95C2;
	border-color:#2A95C2;
}

#link a{
/*	color:#333; */
	line-height:1.3em;
	padding:0 0 0 14px;
	background-image:url(../images/arrow01r.gif);
	/* 実際の画像は、カテゴリによって変化する */
	background-repeat:no-repeat;
	background-position:0 2px;
}

.en a{
	background-position:0 4px;
}

* html a{/* IE6用 微調整 */
	background-position:0 2px;
}

