/****************************************************************/
/* title:main.css                                               */
/* auther:ohsuke noguchi					*/
/****************************************************************/

/* メニューバーの設定 */
BODY {
	scrollbar-base-color: #ccffcc;
}

/* 水平線のグラデーション */
HR {
	color: #009900;
	background-color: #009900;
	height: 3px;
	border: 0px;
	filter: Alpha(opacity=100, finishopacity=0, style=1);
}

/* Link */
A:link {
	color: #0000ff; /* リンクの色 */
	text-decoration: none; /* 文字装飾 */
}
A:visited {
	color: #0000ff;
	text-decoration: none;
}

A:active {
	color: #0000ff;
	text-decoration: none;
}

A.a2:hover {
  color: #ff0000;
  position : relative;
  top: 1px;
  left: 1px;
}

/* H3 */
H3 {
	background-image: url("point.jpg");
	background-repeat: no-repeat;
	padding-left: 30px;
	line-height: normal;
	font-size: 12pt;
	font-weight: normal;
}

/* li */
UL {
	list-style-image: url("point_ball.gif"); 
	font-weight: bold;
}