@charset "utf-8";
@import url("base.css");

/* イメージのボーダーをオフ */
img { border:none; }



/* 一般 */
a:link { color:#444; text-decoration: none;}
a:visited { color:#888; text-decoration: none;}
a:active { color:#e84242; }
a:hover	{ text-decoration: underline; color:#e84242; }


.clear {
	clear: both;
}
