@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	background-image: url(../img/bg.gif);
}
a:link {
	color: #336699;
}
a:visited {
	color: #003366;
}
a:hover {
	color: #66CCCC;
}
a:active {
	color: #66CCCC;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h1 {
	font-size:16px;
	color:#666;
}
p {
	font-size:13px;
	color:#333;
	line-height:16px;
}