@import url("design.css");
@import url("main.css");
@import url("bbs.css");
@import url("blog.css");

/* body */
body
{
	background-color:#fff;
	color:#009;
}

div#tline
{
	width:45.0em;
}

/* format */
a:link
{
	color:#99f;
	text-decoration:none;
}

a:visited
{
	color:#99f;
	text-decoration:none;
}

a:active
{
	color:#99f;
	text-decoration:none;
}

a:hover
{
	color:#f00;
	text-decoration:none;
}

/* etc */
span.red
{
	color:#f00;
}

hr
{
	border-width:1.0px;
}

.center
{
	text-align:center;
}

.right
{
	text-align:right;
}
