<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* link CSS Document */

.main1{
	background-image: url(../img_link/photo.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}
ul{
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Osaka", "sans-serif";
	width: 350px;
	font-size: 85%;
	list-style-type: none;
	padding-left:0;
	margin-left:0;
}
li{
	padding: 0px 0px 5px 20px;
	margin: 5px 0px 0px 0px;
	background-image: url(../img_common/dot01.gif);
	background-repeat: no-repeat;
	background-position: 0% 3px;
	line-height: 150%;
}
</pre></body></html>