@charset "utf-8";

@import url("reset.css");
@import url("style.css");


/* --  初期設定 -- */

body{
	color:#000;
	background:url(../img/bg.gif) repeat-x;
}

a{
	outline: none;
	text-decoration:underline;
}

a:link,a:visited {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: none;
}

span.red{color:#F00;}
span.red_b{color:#F00; font-weight:bold;}
span.bold{font-weight:bold;}
