/*基本設定*/
body{color:#333333;
	background:#ffffff;
	margin:0px;
	padding:0px;
}

/*リンク基本設定*/
a:link{
	text-decoration:underline;
}

a:visited{
	text-decoration:underline;
}

a:hover{
	text-decoration:underline;
}

a:active {
	text-decoration:underline;
}

