/* style resset */

* {
	margin: 0px;
	padding: 0px;
}

a:link {
	text-decoration: none;
	color: #3366FF;
}
a:visited {
	text-decoration: none;
	color: #3366FF;
}
a:hover {
	color: #FF9933;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	color: #3366FF;
}

h1,h2,h3,h4,h5,h6,p,address{
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
	line-height: 100%;
}

ul{
	display: block;
	list-style: none;
	margin: 0px;
	padding-left: 0px;
	}
strong	{
	font-weight: normal;
}
