@charset "shift-jis";

body {
    color: #333;
    font: 13px/1.231 Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", verdana,arial, "lucida grande", sans-serif;
    *font-size: small;
    *font: x-small;
    text-align: left;
    _background: #F6F6F6 fixed;
    background:#fff URL(../images/bg.gif) fixed;
    letter-spacing:1px;
    line-height:1.6;
}

/* for Win IE8 */
head~/* */body {
    font: 13px/1.231 Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", verdana,arial, "lucida grande", sans-serif;
}

html:not(:target) body {
    font: 13px/1.231 Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", verdana,arial, "lucida grande", sans-serif;
    *font: 13px/1.231 Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", verdana,arial, "lucida grande", sans-serif;
}

img {
    vertical-align: bottom;
}

p, ul, ol,
ul li,
ol li,
table,
table th,
table td {
    font-size: 100%;
    list-style-type:none;
}

p {
    line-height: 1.51;
}

li {
    line-height: 1.51;
}

table td ul,
table td ul li,
dl dd ul,
dl dd ul li {
    font-size: 100%;
}

ol li {
    list-style: decimal outside;
}

strong,
b {
    font-weight: bold;
}

u {
    text-decoration: underline;
}

em {
    font-style:italic;
}

del {
    text-decoration: line-through;
}

input,textarea,select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}

input,textarea,select {
    *font-size: 100%;
}

input.text,
input.password,
textarea,
select {
    padding: 2px;
    border: 1px solid #BBB;
    line-height: 1.35;
    color: #333;
    background: #FFF;
    font-size: 100%;
    font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", verdana,arial, "lucida grande", sans-serif;
    *font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", verdana,arial, "lucida grande", sans-serif;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

Button {
    margin: 0 5px;
    height: 30px;
    width: 130px;

    _background: #DDD;
    font-weight: bold;
    color: #333;
    font-size: 93%;
    vertical-align: middle;
    _border-radius: 3px;
    _-moz-border-radius: 3px;
    _-webkit-border-radius: 3px;

    font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", verdana,arial, "lucida grande", sans-serif;
    *font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", verdana,arial, "lucida grande", sans-serif;
}

button.smallButton{
    height: 30px;
    width: 60px;
}

/* for Win IE6 */
input.text,
input.password {
    _height: 1.55em;
}

input.email,
input.password,
input.num {
    ime-mode: inactive;
}

input.radio,
input.checkbox {
    margin-right: 2px;
    margin-bottom: 2px;
    vertical-align: middle;
}


input.submit {
    line-height: 1;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
}

/*
input.button {
    padding: 0 2px;
    vertical-align: middle;
    *vertical-align: top;
    font-size: 12px;
    *font-size: 74%;
    cursor: pointer;
}
*/

textarea {
    margin-bottom: 5px;
    line-height: 1.21;
    overflow: auto;
}

input.text:focus,
textarea:focus {
    color: #000;
    background: #FFF;
}

select {
    cursor: pointer;
}

/*
button {
    margin: 0;
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
}
*/

a:link,
a:visited {
    color: #285096;
    text-decoration: none;
}

a:hover,
a:active {
    color: #777;
    text-decoration: underline;
}

a.pdf:link,
a.pdf:visited {
    color: #285096;
    text-decoration: underline;
}
a.pdf:hover,
a.pdf:active {
    color: #777;
    text-decoration: underline;
}

#sidemenu a:link,
#sidemenu a:visited {
    _color: #285096;
    text-decoration: none;
}
#sidemenu a:hover,
#sidemenu a:active {
    _color: #285096;
    background: #DDD;
    text-decoration: none;
}

_button:hover,
a:hover img,
.hover {
    filter:alpha(opacity=70);
    opacity:0.7;
}

::-moz-selection{
    background: #F7DEEA;
    color: #333;
}

::selection {
    background: #F7DEEA;
    color: #333;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    width: 100%;
    height: 0;
    line-height: 0;
    overflow: hidden;
    visibility: hidden;
}

.clearfix {
    display: block;
}

/* Hides from IE-mac Hack \*/
* html .clearfix {
    height: 1%;
}

.leftcol {
    float: left;
}

.rightcol {
    float: right;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.red {
    color: #FF0000;
}

table.cake-sql-log {
    width: 950px;
    margin: auto;
    margin-top: 20px;
}

table.cake-sql-log caption {
    padding-top: 10px;
    border-top: 3px dotted #CCC;
    border-bottom: 1px dotted #CCC;
    background: #FFF;
}

table.cake-sql-log th,
table.cake-sql-log td {
    border: 1px solid #DDD;
    background: #FFF;
}
