@charset "utf-8";

/* universal */

* {
/*color: #333333;*/
background: transparent;
font-size: 100%;
font-style: normal;
margin: 0;
padding: 0;
}

/* structure */

body {
font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
line-height: 1.5;
background-color: #fff;
background-image: url(../images/bg-container.gif);
text-align: center;
color: #333333;
}

/* text */

p,
pre,
address,
cite {
font-size: 83%;
}

h1, h2, h3, h4, h5, h6 {
clear: both;
font-size: 83%;
font-weight: bold;
}

pre {
width: auto;
_width: 90%; /*for IE*/
overflow: auto;
font-size: 75%;
letter-spacing: 1px;
color: #3d4263;
background-color: #f5f5f5;
border: 1px solid #cccccc;
}

pre[title]::before {
display: block;
color: black;
content: attr(title);
margin-bottom: 0.8em;
}

blockquote {
display: block;
background-color: #fafafa;
border: 1px solid #b9c3c8;
margin: 0.8em 24px;
padding: 3px;
font-size: 83%;
}

blockquote * {
color: #434755;
}

blockquote[cite]::after {
display: block;
font-size: 80%;
color: #333333;
text-align: right;
content: attr(cite);
margin: 0;
padding: 0.1em 16px;
}

cite {
display: block;
color: #333333;
font-style: normal;
text-align: right;
}

em {
font-style: normal;
font-weight: bold;
}

strong {
}

code {
font-family: "Osaka－等幅", monospace;
color: #3d4263;
}

kbd {
font-family: "Osaka－等幅", monospace;
text-transform: uppercase;
background-color: #f5f5f5;
border: 1px solid #6a8eaa;
padding: 0 0.4em;
}

kbd.accesskey {
padding: 0 0.2em;
}

/* anchor */
a:link {
color: #00A3F0;
text-decoration: none;
}
a:visited {
color: #006B9F;
text-decoration: none;
}
a:link:hover {
color: #FF0000;
text-decoration: underline;
}
a:visited:hover {
color: #FF0000;
text-decoration: underline;
}

/* list */

ul,
ol,
dl {
/*list-style-position: inside;*/
list-style-position: outside;
margin: 1em 16px;
padding: 1px 8px;
}

li {
margin-left: 10px;
}

li,
dt,
dd {
font-size: 80%;
}


dt {
color: #004171;
font-weight: bold;
}

dd {
margin-left: 10px;
}


li li,
li p,
li pre,
li dt,
li dd,
dd li,
dd p,
dd pre,
dd dt,
dd dd {
font-size:100%;
}

li ul,
li ol,
li dl,
li p,
dd ul,
dd ol,
dd dl,
dd p {
margin: 0.4em 8px;
}


/* edit */

del {
color: #666666;
text-decoration: line-through;
}

del[datetime]::before{
content: " ( "attr(datetime)"削除) ";
}

ins{
text-decoration: none;
border-bottom: 1px dotted #666666;
}

ins[datetime]::before{
content: " ( "attr(datetime)"修正) ";
}

/* form */

form {
clear: both;
margin: 5px;
}

form dl,
form p {
}

fieldset {
border: none;
padding: 1px 0;
}

legend {
display: none;
font-size: 85%;
background-color: #e8e8e8;
padding: 0.1em 5px;
}

input,
textarea {
font-family: Arial, Helvetica, "ヒラギノ角ゴ Pro W3",  sans-serif;
background-color: white;
border: none;
border: 1px solid #a8a8a8;
padding: 0.1em 5px;
}

input:hover,
textarea:hover {
background-color: #eaeeef;
border-top: 1px solid #b9c3c8;
border-left: 1px solid #b9c3c8;
}

input:focus,
textarea:focus {
background-color: #e2e6e7;
border-top: 1px solid #a7abac;
border-left: 1px solid #a7abac;
}

textarea {
padding: 0.4em 5px;
}

p input {
margin-left: 5px;
}

input.radio {
background-color: transparent;
border: none;
}

input.submit {
font-family: Tahoma, Verdana, sans-serif;
font-size: 12px;
font-weight: bold;
color: #666;
border-width: 1px;
border-style: solid;
border-color: #c2c2c2 #8f8f8f #8f8f8f #c2c2c2;
padding: 1px 0.5em;
}

input.submit:hover {
color: black;
background-color: white;
}

input.check {
font-family: Tahoma, Verdana, sans-serif;
font-size: 12px;
font-weight: bold;
color: #666;
border: none;
padding: 1px 0.5em;
}

/* table */

table {
background-color: #f5f5f5;
border-width: 1px;
border-style: solid;
border-color: #c1ced4 #97a4aa #97a4aa #c1ced4;
margin: 0.5em 1em;
}

caption {
display: none;
font-size: 80%;
color: #454e58;
background-color: #f5f5f5;
border: 1px solid #97a4aa;
border-width: 1px 1px 0 1px;
border-style: solid;
border-color: #c1ced4 #97a4aa #97a4aa #c1ced4;
}

td,
th {
font-size: 75%;
line-height: 1.2;
color: white;
padding : 0.1em 8px;
}

th {
font-weight: normal;
color: #536066;
background-color: #f5f5f5;
border-width: 0 1px 1px 0;
border-style: solid;
border-color: #d2d2d2;
}

td {
color: #2d3b4e;
background-color: white;
border-width: 1px;
border-style: solid;
border-color: white #bfc3c4 #bfc3c4 white;
}

/* image */

img {
border: none;
vertical-align: bottom;
}

/* object */

object,
embed {
margin: 1em 16px;
}

/* EOF */
