@charset "euc-jp";

@import url("styles.css");
@import url("navi.css");

/* =========================================
base
========================================= */

body { 
	font-size: 90%;
	color: #222;
}


#container {
	width: 780px;
	text-align: left;
}

a { color: #c00; text-decoration: underline;}
a:link { color: #c00;}
a:visited { color: #c00;}
a:active { color: #f60;}
a:hover { color: #f60;}


