@charset "EUC-JP";
@import "./body_print.css" print;

/* Aquax総合セット (C) Miyahan 2006-09-01 */
/* このCSSファイルの利用、複製、改変、配布等の行為は GNU Free Documentation License を適用します。 */

body,td,th {
	color: #333;
	font: medium "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
}
body {
	margin: 3% 4% 5%;
	background: #FFF url(./aquax.png) repeat-y right top;
}
td,th {
	vertical-align: top;	
}
hr {
	height: 1px;
	color: #666;
	border: 0;
	background: #666;
	padding: 0;
	clear: both;
	margin: 0.5em 5%;
}
a:link {
	color: #003366;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #003366;
}
a:hover {
	text-decoration: underline;
	color: #006633;
}
a:active {
	text-decoration: none;
	color: #006633;
}