@charset "utf-8";

/* ---------------------------------------------------------
TITLE　: LILQUIDROOM [link.css]
------------------------------------------------------------ 
------------------------------------------------------------
目次
-基本設定
------------------------------------------------------------ */

/* ---------------------------------------------------------
基本設定
------------------------------------------------------------ */
/* ---------------------------------------------------------
メインコラム
------------------------------------------------------------ */
h3 {
	padding:0;
	margin:0 0 20px 0;
}

dl.linklist{
	clear : both;
	width:678px;
	padding:0;
	margin:0 0 20px 0;
}

dl.linklist dt{
	width:270px;/*276*/
	float:left;
	height:24px;

	padding:0 0 0 6px;
	margin:0 0 16px 0;
	
}

dl.linklist dd{
	width:362px;/*360px*/
	float:left;
	height:24px;

    background:transparent url(../images/icon_url.gif) no-repeat 0 6px;

	margin:0 0 16px 0;
	padding:0 0 0 40px;
	
}

dl.linklist .end{
	border-bottom:none;
}


/*外部リンク表示*/
dl.linklist a:link {
	color:#666666;
	font-size:12px;
	line-height:1.2;
    background: transparent url(../common/images/icon_extlink.gif) no-repeat right bottom;
	text-decoration:underline;

    padding:0 16px 0 0;
	margin:0 6px 0 0;
}

dl.linklist a:visited {
	color:#666666;
	font-size:12px;
	line-height:1.2;
    background: transparent url(../common/images/icon_extlink.gif) no-repeat right bottom;
	text-decoration:underline;

    padding:0 16px 0 0;
	margin:0 6px 0 0;
}

dl.linklist a:hover {
	color:#333333;
	font-size:12px;
	line-height:1.2;
    background: transparent url(../common/images/icon_extlink.gif) no-repeat right bottom;
	text-decoration:none;

    padding:0 16px 0 0;
	margin:0 6px 0 0;
}

dl.linklist a:active {
	color:#333333;
	font-size:12px;
	line-height:1.2;
    background: transparent url(../common/images/icon_extlink.gif) no-repeat right bottom;
	text-decoration:none;

    padding:0 16px 0 0;
	margin:0 6px 0 0;
}

