@charset "UTF-8";
/* CSS Document */

/* Reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
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,
mark,
audio,
video {
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
    outline: 0;
}

ul li {
    list-style-type: none;
}

img {
    border: none;
}

table {
    border-collapse: collapse;
}

body {
    margin: 0px;
    padding: 0px;
    font-size: 13px;
    font-family: "メイリオ", Meiryo, sans-serif;
    background-color: #fffadd;
}

header {
    background-color: white;
    border-top-width: 10px;
    border-top-style: solid;
    border-top-color: #ff8400;
    height: 115px;
}

header h1 {
    text-align: center;
    padding: 10px;
}

.inner {
    background-color: #ff8400;
    height: 50px;
}

.title {
    text-align: center;
    font-size: 20px;
    color: #fff;
    float: left;
    width: 70%;
    line-height: 50px;
    font-weight: bold;
}

.title a {
    color: white;
    text-decoration: none;
}

.button-toggle {
    float: right;
    height: 30px;
    width: 50px;
    color: #fff;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    cursor: pointer;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #FC9;
    padding: 10px;
}

.menu {
    position: absolute;
    top: 116px;
    width: 100%;
    overflow: hidden;
    background-color: #fff;
}

.menut {
    position: absolute;
    top: 156px;
    width: 100%;
    overflow: hidden;
    background-color: #fff;
}

.menu ul {
    margin: 0px;
    padding: 0px;
}

.menut ul {
    margin: 0px;
    padding: 0px;
}

.menu li {
    position: relative;
    padding-right: 20px;
    padding-left: 20px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #FC9;
}

.menut li {
    position: relative;
    padding-right: 20px;
    padding-left: 20px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #FC9;
}

.menu ul li a {
    display: block;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    color: #6b2d00;
    text-decoration: none;
    background-image: url(../images/leftmenu_navi.png);
    background-repeat: no-repeat;
    background-position: right center;
}

.menut ul li a {
    display: block;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    color: #6b2d00;
    text-decoration: none;
    background-image: url(../images/leftmenu_navi.png);
    background-repeat: no-repeat;
    background-position: right center;
}

.request {
    background-color: #fff;
    clear: both;
    border: 1px solid #FF8400;
    margin-top: 10px;
    margin-right: 3%;
    margin-bottom: 10px;
    margin-left: 3%;
}

.request h2 {
    color: #FF8400;
    text-align: center;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #FF8400;
    font-size: 16px;
    font-weight: normal;
    padding-top: 10px;
    padding-bottom: 10px;
}

.request a {
    display: block;
    font-size: 18px;
    color: white;
    text-decoration: none;
    margin: 10px;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    text-align: center;
}

.request table {
    margin-right: auto;
    margin-left: auto;
}

.request .com {
    background-color: #5868FF;
    border: 2px solid #FFF;
    box-shadow: 2px 2px 3px #CCC;
    border-radius: 5px;
}

.request .pr {
    background-color: #00A140;
    border: 2px solid #FFF;
    box-shadow: 2px 2px 3px #CCC;
    border-radius: 5px;
}

#contents {
    clear: both;
}

#contents .main {
    padding: 10px;
    background-color: #FFF;
    margin: 10px;
    line-height: 20px;
}

#contents h3 {
    line-height: 20px;
    background-image: url(../images/h1_list.png);
    background-repeat: no-repeat;
    background-position: 10px 10px;
    padding-left: 35px;
    background-color: #FF8400;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
}

#footer {
    font-size: x-small;
    background-color: #863A04;
    padding: 5px;
    color: white;
    text-align: center;
}

.main .member {
    margin-right: auto;
    margin-left: auto;
    margin-top: 15px;
}

.main .member thead tr th {
    font-weight: normal;
}

.main .member tbody tr th {
    font-weight: normal;
    vertical-align: top;
    padding-right: 1em;
}

.main .member tbody tr .center {
    text-align: right;
    padding-right: 1.5em;
}

#contents .main ol li {
    list-style-position: inside;
    margin-top: 1em;
}

.main ol li table {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: 1.5em;
}

#contents .main ol li table tr th {
    font-weight: normal;
    text-align: left;
    vertical-align: top;
    white-space: nowrap;
    padding-right: 2em;
}

#contents .main table tr th {
    font-weight: normal;
    vertical-align: top;
}

.contact {
    text-align: center;
    padding: 10px;
    margin-top: 20px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
}

.main ol li p {
    text-indent: 1em;
}

.main ol li table tr td ol {
    margin-bottom: 1.4em;
    margin-left: 2.5em;
}

.main ol li table tr td ol li {
    position: relative;
    list-style: none;
    line-height: 1.4;
    margin-bottom: 0.3em;
}

.main ol li table tr td ol li span {
    position: absolute;
    top: 0;
    left: -1.7em;
}

* html .main ol li table tr td ol li span {
    top: -0.1em;
}

/* for win ie6 */
*:first-ctml .main ol li table tr td ol li span {
    top: -0.1em;
}

/* for win ie7 */
#contents .mainCulumn .main .contact {
    margin-top: 20px;
    margin-bottom: 10px;
    border: 1px solid #CCC;
    padding: 10px;
    text-align: center;
}

.main ol li {
    margin-top: 1em;
}

.main ol li p {
    text-indent: 1em;
}

.head {
    text-align: center;
    display: block;
    padding: 10px;
    color: white;
    font-size: 20px;
    background: -moz-linear-gradient(top, #863A04, #b96c37);
    background: -webkit-gradient(linear, center top, center bottom, from(#863A04), to(#b96c37));
    line-height: 20px;
    height: 20px;
}

.under {
    padding: 10px;
}

.under a {
    display: block;
    background-color: #FF8400;
    padding: 15px;
    color: #fff;
    text-decoration: none;
    width: 5em;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    border: 2px solid #E87700;
}

.under a:hover {
    text-decoration: underline;
    border-top-color: #FFA105;
    border-right-color: #FFA105;
    border-bottom-color: #FFA105;
    border-left-color: #FFA105;
}


h1 {
    font-size: 108%;
    background-color: #ff9000;
    padding: 5px 10px;
    margin-top: 10px;
    border-radius: 5px;
    color: white;
    font-weight: normal;
}

h2 {
    font-size: 106%;
    /*background-color: #fddda8;*/
    /*padding: 5px 10px;*/
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    color: #000;
    /*font-weight: normal;*/
}

h3 {
    font-size: 104%;
    padding: 5px 0;
}

h4 {
    font-size: 102%;
    padding: 5px 0;
    font-weight: normal;
}

.example {}

.exampleBox {
    border: orange solid 2px;
    border-radius: 10px;
    /*display: inline-block;*/
    padding: 7px;
    text-align: center;
    margin-bottom: 7px;
}

.exampleBox span {
    font-size: 79%;
}

/*.exampleBox1{	width: 15%;}
.exampleBox2{	width: 23%;}
.exampleBox3{	width: 28%;}*/

.fs22 {
    font-size: 22px;
}

.fs12 {
    font-size: 12px;
}

.pt5 {
    padding-top: 5px;
}

.mt1e {
    margin-top: 1em;
}