@charset "utf-8";
/* CSS Document */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
body {
	*font-size:small;
	*font:x-small;
	line-height: 100%;
	font-family: "ＭＳ Ｐゴシック", arial, helvetica, clean, sans-serif;
	font-size: 13px;
	letter-spacing: 0.1em;	
}
table {
	font-size:100%;
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, th, var {
	font-style:normal;
	font-weight:normal;
}
/*********************************
list
*********************************/
ol, ul {
	list-style:none;
}
li {
	list-style-type: none;
}
/*********************************
text
*********************************/
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
	line-height: 100%;
}
abbr, acronym {
	border:0;
}
/*********************************
link
*********************************/
a         { text-decoration:none; }
a:link    { color:#008dff; }
a:visited { color:#008dff; }
a:hover   { color:#008dff; }
a:active  { color:#008dff; }