/* 一般設定。ブラウザの違いにより初期設定をリセット */
html {
	font-weight: normal;
	height:100%;
}
a {
	text-decoration:underline;
}
a:link { /*未訪問リンク*/
	color: #00f;
}
a:visited {	/*訪問済みリンク*/
	color: #90c;
}
a:hover {	/*マウスオーバー*/
	color: #f00;
}
a:active {
	color: #090;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	margin: 1em 0 0 0;
	padding: 0;
	font-size: 16px;
}
p,ul,ol,ul,li {
	margin: 0;
	padding: 0;
}
ul li{
	list-style-position: outside;
	list-style-image: none;
	list-style-type: circle;	
}
img {
	border: none;
}
p {
	margin-top: 1em;
}

