/* CSS Document */
@charset "euc-jp";
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
rp,
rt,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video,
xmp {
  border: 0;
  margin: 0;
  padding: 0;
}

ul,ol{
	list-style-type:none
}

body{
	font-size: 13px;
	line-height: 21px;
	color: #333333;
}

.clearfix:after {
  content: ".";  /* 襁ｰ罍ｦ｡ｦ痔｢覺｡ｦﾄ芬ｻﾘ・｡ｦ*/
  display: block;  /* ｡ｦﾌ・ｭ罕罍ｦ｡ｦ･趁耡・｡ｦ｡ｦ邏｡ｦ｡ｦ*/
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*ﾂ･*//*/
  height: auto;
  overflow: hidden;
  /**/
}

a {
text-decoration: none;
}
.center {
	clear: both;
	text-align: center;
}
