@charset "shift_jis";
/* CSS Document */
/*--information---------------------------------------------------------
Last update：07/09/01
File name ：index.css
Site name：
Summary：「Top」で使用しています。
Copyright：Copyright (C) 2007 ＊＊＊＊＊＊＊.All rights reservde.
-------------------------------------------------------------------------*/
h2 {
	width: 600px;
	height: 33px;
	text-indent: -9999px;
	background: url(../images/h2_link.gif) no-repeat left 10px;
	padding-top: 10px; 
	margin: 10px auto;
}
div#link_set {
	width: 600px;
	height: auto;
	font-size: 1em;
	text-align: left;
	margin: 30px auto 20px;
}
div#link_set a {
	color: #0000CC;
	text-decoration: none;
	border-bottom: dotted 1px #0000CC;
}
div#link_set a:visited {
	color: #993399;
	border-bottom-color: #993399;
}
div#link_set a:hover {
	color: #FF0000;
	border-bottom: solid 1px #FF0000;
}
ul {
	list-style-type: disc;
	list-style-position: inside;
}
ul li {
	margin-bottom: 1em;
}