/* -------- ベース -------- */

body {
 background-color: #efefef;
 color:#000000;
}

body {
 scrollbar-face-color: #efefef;
 scrollbar-track-color: #efefef;
 scrollbar-arrow-color: #228b22; 
 scrollbar-highlight-color: #228b22; 
 scrollbar-shadow-color: #228b22; 
 scrollbar-3dlight-color: #228b22; 
 scrollbar-darkshadow-color: #228b22;
}

.red {
 color: #FF0000;
}

.blue {
 color: #0000FF;
}

.gray {
 color: #808080;
}

.small {
font-size: 80%;
}

.hush {
font-size: 8pt;
}


.strike {
text-decoration: line-through;
}

.underline {
text-decoration: underline;
}

.r {
text-align: right;
}

hr {
border: dotted;
color: #A0A0A0;
}

i {
color: #ff0000;
}

/* -------- リンク -------- */

a:link {
 color: #0000ff;
 text-decoration:none;
}
a:visited {
 color: #228b22;
 text-decoration:none;
}
a:active {
 color: silver;
 text-decoration:none;
}
a:hover {
 color: crimson;
 text-decoration:underline;
 background:none;
}

/* -------- メニュー -------- */

div.menu1 {
 line-height: 150%;
 margin-left: 10px;
 padding-top: 5px;
 padding-bottom: 5px;
 width: 40%;
 float: left;
}

div.menu2 {
 line-height: 150%;
 padding-top: 5px;
 padding-bottom: 5px;
 width: 50%;
 float: right;
}

/* -------- 本文まわり -------- */

div.content {
 margin-bottom: 2em;
 float: right;
 width: 85%;
}

div.cls {
 clear: both;
}

div.q {
 line-height: 125%;
 margin-left: 2%;
 float: left;
 width: 70%;
}

div.a {
 float: right;
 width: 85%;
}

/* -------- お知らせのところ -------- */

div.alert {
 border-color: forestgreen;
 border-width: 1px;
 border-style: dotted;
 background-color: #ccffcc;
 margin: 0px 35% 0% 0px;
 padding: 3% 3% 3% 3%
}

/* -------- FAQのデザイン -------- */

h3 {
 margin: 1em 25% 0.5em 0px;
 font-weight: bold;
 font-size: 11pt;
 background-color: #ffd492;
 border: 3px none #ffe09e;
 border-top: 1px solid #ffe09e;
 border-left: 1px solid #ffe09e;
 border-right: 1px solid #ffb08a;
 border-bottom: 1px solid #ffb08a;
 padding: 0.1em;
}
