@charset "utf-8";
@import url("/shared/css/main.css");

/*
	This css file set only basicly property. If you use legacy browser(e.x. NN4), you can 
	understand these setting. It is kind of browser hack. Please don't care. :-)
*/

body
{
	color: #000000;
	background-color: #ffffff;
}

hr
{
	height: 1px;
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	color: #000000;
}

a:link{color:#e72619;}
a:active{color:#e72619;}
a:visited{color:#ac7d7a;}
