/* CSS Document */

/* 各タグの再定義 */


h1, h2, h3, h4, h5, h6, p, address {
	font-weight: normal;
	font-style: normal;
}

a:link, a:visited {
	text-decoration         : none;
	color: #333333;
}

a:hover, a:active {
	color                   : #3399FF;
	text-decoration         : underline;
}
