@charset "utf-8";


/* -----------------------------------------------------------

CSS Information



 File name:      base.css

 Style Info:     デフォルトのスタイルのリセット及び基本設定用

----------------------------------------------------------- */


body,div,dl,dt,dd,ul,li,h1,h2,h3,h4,h5,h6,form,input,p,table,th,td {
	margin: 0;
	padding: 0;
	font-size: 100%;
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
address,caption,h1,h2,h3,h4,h5,th {
	font-style: normal;
	font-weight: normal;
}
caption,th {
	text-align: left;
}
object,
embed {
	vertical-align: top;
}
hr {
	display: none;
}
a:hover {
	cursor: pointer;
}
