@charset "UTF-8";

@import url("style.css");

/* CSS Document */

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 0.85em;
	line-height: 1em;
	color: #333;
	background: #c9dae4 url(../images/back.gif) center top repeat-y;
	text-align: center;
}




@media print{


}

