
/***********************-
タイトル : トミタカ
概要：サイトマップ

制作日：2011/04
-***********************/

@import url(basic.css);
@import url(design.css);
@import url(btn.css);

#title{
	 background:url(../link/main.jpg) no-repeat;
	}
#link {
	margin: 0 20px ;
	padding:0;
}


#link dl{
	margin: 20px 0 20px 20px;
	padding: 5px 0 1px 0px;
	width:500px;
	border-bottom:1px dotted #666;
}
#link dl dt{
	float:left;
	width:300px;
	margin:1em 0 ;
	padding:0 0 0 15px;
	clear:left;
	background:url(../link/046.gif) no-repeat;
}
#link dl dt a{
	color:#333;
}

#link dl dd{
	margin:0 0 1em;
	padding:0;
	clear:right;
	float:left;
	width:100px;
	 text-align:center;
}