﻿@charset "utf-8";
/* CSS Document */



/* ドキュメントへのリンク設定 */
#link2 {
	width: 800px;
/*	height: 30px;	*/
	padding-top: 10px;
	padding-left: 20px;
	padding-bottom: 10px;


}


/* a タグ共通設定 */
#link2 a {
	text-decoration: none;
}

#link2 a:hover {
	color: #ff0000;
}

.netlink {
	width: 800px;
	height: 600px;
}

.netlink ul li {
    padding: 0 0 0 25px;
    margin-bottom: 5px;
    background: url(../images/pin.gif) no-repeat 1px 0;
    list-style: none;
}