body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", "Osaka", "Verdana", "Arial", "Helvetica", "sans-serif";
	line-height:1.7;
	background-image: url(../img/sk-bg.jpg);
	background-repeat: repeat-x;
}

a:link {
	color: #3366FF;
	text-decoration: none;
}
a:visited {
	color: #993399;
	text-decoration: underline;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
a:active {
	color: #FF0000;
	text-decoration: none;
}
a {
	border: none;
}
img {
	border: none;
}

h1 {
	margin: 0;
	padding: 0;
}

h2 {
	margin: 0;
	padding: 0;
}

h3 {
	margin: 0;
	padding: 0;
}

p {
	font-size: 100%;
	line-height: 1.5;
	text-align: left;
}
ul {
	font-size: 100%;
	line-height: 1.5;
}
td {
	font-size: 100%;
	line-height: 1.5;
}
em {
	font-size: 66%;
	line-height: 1.5;
	font-style: normal;
	color: #99999;
	font-weight: normal;
}
