@charset "utf-8";

/* ******************************************************************************** */
/*  Ｋビジョン On The Web link.css                                                  */
/*                                                                        11.06.08  */
/* ******************************************************************************** */

/* ================================================================================ */
/*      0.外部CSS読み込み設定                                                       */
/* ================================================================================ */

/* ---- 0.共通 ---- */
@import url("./common.css");


/* ================================================================================ */
/*      7.お役立ちリンク集                                                          */
/* ================================================================================ */

#link{
	margin: 0px;
	padding: 0px;
}

/* ---- ヘッダー ---- */
#link #link_header{
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

/* ---- コンテンツ／メイン／記事／小タイトル ---- */
#content #main .articles .title02{
	margin: 0px 20px 10px 20px;
	padding: 0px;
	height: 18px;
	background: url(../company/img/common/bcg_title02.gif) no-repeat 0px 0px;
}
#content #main .articles .title02 .inner{
	margin: 0px 0px 0px 16px;
	padding: 2px 0px 0px 0px;
	color: #796f00;
	font-weight: bold;
}

/* ---- リスト ---- */
#link ul.contentlist{
	margin: 0px 0px 0px 0px;
	padding: 0px;
	list-style-type: none;
}
#link ul.contentlist li{
	margin: 0;
	padding: 3px 0px;
}
#link ul.contentlist li.li01{
	padding-left: 21px;
	background: url(../img/common/ico/ico_red01.gif) no-repeat 5px 7px;
	border-bottom: dashed 1px #cccccc;
}
#link ul.contentlist li.li02{
	padding-left: 25px;
	background: none;
	border-bottom: dashed 1px #cccccc;
}