﻿@charset "UTF-8";

*{
	margin						:0px;
	padding						:0px;
}
body{
	line-height					:100%;
	font-size					:100%;
	font-family					:"ＭＳ Ｐゴシック",sans-serif;
	color						:#eeeeee;
}
img{
	border						:0px;
}
ul,ol{
	list-style					:none;
}
strong,em{
	font-weight					:normal;
	font-style					:normal;
}
td,th{
	color						:#444444;
}

.clear{
	clear						:both;
}
.hr{
	clear						:both;
}
.center{
	text-align					:center;
}
