@charset "utf-8";
/*formattingstyle
------------------------------*/
* {
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	background-color: #F2F0E6;
}
body {

}
/* link styles
--------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #666666;
	text-decoration: underline;
}
a:visited {
	color: #666666;
	text-decoration: underline;
}
a:hover {
	color: #FF9900;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	left: 1px;
	top: 1px;
	color: #00FFFF;
}
#wrapper {
	width: 720px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	background-image: none;
	line-height: 1.4em;
	padding-top: 5px;
	padding-left: 5px;
}

