@charset "UTF";

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
/* footer,
header, */
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
audio,
video {
     margin: 0;
     padding: 0;
     border: 0;
     font-size: 14px;
     font: inherit;
     vertical-align: baseline;
     background: transparent;
}

article h1 {
     background: transparent;
}

input[type="submit"],
input[type="button"],
input[type="search"] {
     vertical-align: middle;
     -webkit-appearance: none;
     -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input[type="checkbox"],
input[type="radio"],
select {
     display: inline;
     vertical-align: bottom;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
     display: block;
}

body {
     line-height: 1.4;
     font-family: "?? ?????", Osaka, "?????? Pro W3"
}

ol,
ul,
li {
     list-style: none;
}

blockquote,
q {
     quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
     content: '';
     content: none;
}

a {
     margin: 0;
     padding: 0;
     font-size: 100%;
     vertical-align: baseline;
     background: transparent;
     color: #0066cc;
     /*-webkit-tap-highlight-color: rgba(0,0,0,0);*/
}

a.txtradMT {
     color: #e30000;
}


:focus {
     /* remember to define focus styles! */
     outline: 0;
}

ins {
     /* remember to highlight inserts somehow! */
     text-decoration: none;
     background-color: #ff9;
     color: #000;
}

mark {
     background-color: #ff9;
     color: #000;
     font-style: italic;
     font-weight: bold;
}

del {
     text-decoration: line-through;
}

table {
     border-collapse: collapse;
     border-spacing: 0;
}

img {
     vertical-align: top;
     font-size: 0;
     line-height: 0;
}

/* change border colour to suit your needs */
hr {
     display: block;
     height: 0px;
     border: 0;
     border-top: 10px solid #000000;
     margin: 0;
     padding: 0;
}

.clearfix {
     _height: 1px;
     min-height: 1px;
}

.clearfix:after {
     height: 0;
     visibility: hidden;
     content: ".";
     display: block;
     clear: both;
}

a:link,
a:visited {
     text-decoration: underline;
}

a:hover {
     text-decoration: none;
}

/* for MacIE5 \*/
/*/
.clearfix {height: auto;overflow: hidden;}
/* end */
