@charset "utf-8";
/* CSS Document */
/*format style
-------------------------*/
html,body,div,
ul,ol,li,dl,dt,dd,
form,fieldset,input,textarea,
h1,h2,h3,h4,h5,h6,pre,code,p,blockquote,hr{
    margin: 0;
    padding: 0;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}


ol,ul {
    list-style: none;
}

a {
    text-decoration: underline;
    outline: none;
}
hr {
	border: 0;
	height: 1px;
	background-color: #000;
	color: #FFF;
}
a img,:link img,:visited img {
	border: none;
	color: #FFF;
}
address {
    font-style: normal;
    display: inline;
}
