@charset "utf-8";

/*--------------------------------------------------　リンク集共通の定義*/

/*------------------------------　自サイト相互リンクバナー設置部分*/
div#myLinks {
	overflow: auto;
	width: 620px;
	margin: 10px 0;
	padding: 10px 0;
	border-top: 1px dotted #999999;
	border-bottom: 1px dotted #999999;
}

div#myLinks_L {
	float: left;
	width: 260px;
}

div#myLinks_R {
	float: right;
	width: 350px;
}

div#myLinks_R textarea {
	width: 340px;
	height: 80px;
}

div#myLinks_R textarea:hover {
	background: #FFFF99;
}

dl.LinksDefine {
	margin: 20px 0;
}
dl.LinksDefine dt {
	width: 400px;
	background: url(../images/arrow03.png) no-repeat left 1px;
	text-indent: 25px;
	font-weight: bold;
	float: right;
	border-bottom: 1px solid #333;
	padding-bottom: 5px;
}
dl.LinksDefine dd.Msg,
dl.LinksDefine dd.Btn {
	width: 400px;
	float: right;
	clear: right;
	margin-top: 10px;
}
dl.LinksDefine dd.Pic {
	width: 200px;
}
