/* ナビのリンク */

.navi_link{
	width:148px;
	padding: 1px;
	clear: left;
	float: left;
	text-align: left;
   }

.details_link a{
	width:138px;
	text-decoration:none;
	border:1px solid #666666;
	color:#333333;
	font-weight:normal;
	height: 18px;
	display: block;
	padding: 4px 2px 2px 3px;
	margin: 4px 1px 6px;
	font-size: 120%;
	background-color: #E6EEFF;
	letter-spacing: 0.1em;
   }

.details_link a:link
   {color:#333333;}                  /* まだ見ていないリンク色 */

.details_link a:visited
   {color:#990000;}                  /* 既に見たリンク色 */

.details_link a:hover
   {
    color:#FFFFFF;                   /* 文字色を反転 */
    background-color:#666666;        /* 背景色を反転 */
   }

.recruit_link a{
	clear: left;
	float: left;
	text-align: center;
	font-size: 110%;
	color: #000000;
	background-color: #95B5CA;
	text-decoration: none;
	padding: 22px 1px 8px;
	width: 146px;
	border-top-width: 4px;
	border-bottom-width: 4px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #4B7B9E;
	border-bottom-color: #4B7B9E;
	margin-bottom: 6px;
	margin-top: 6px;
	background-image: url(image/navi_recruit.gif);
	background-repeat: no-repeat;
	background-position: top;
	line-height: 1.4em;
   }
   
/* ナビのリンク */
.artist_linkflame a{
	width: 330px;
	height: 158px;
	background-color: #E1E9EC;
	float: left;
	text-decoration: none;
	text-align: left;
	padding: 4px;
	clear: right;
}

.artist_linkflame a:link
   {
	color:#333333;
}

.artist_linkflame a:visited
   {color:#000000;}                  /* 既に見たリンク色 */

.artist_linkflame a:hover
   {
    color:#000000;                   /* 文字色を反転 */
    background-color:#FFFF99;        /* 背景色を反転 */
   }

