html {/* firefox,operaでスクロールバーを常に表示してずれを防ぐ  */
    height:100%;
    margin-bottom:1px;}
body {
    color: #333;
    font-size: 90%;
    background-color: #FFF;
    line-height: 1;
}
a:link {
    color: #3333CC;
}

a:hover {
    color: #CC3333;
}
.clr {
    clear: both;
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin: 0px -1px -1px 0px;
    border: 0px;
    padding: 0px;
    font-size: 0px;
    line-height: 0px;
}
.center {
    text-align: center !important;
}
.right {
    text-align: right;
}
.left {
    text-align: left;
}
.error {
    color: #CC3333;
    font-weight: bold;
}
.warning {
    color: #006600;
    font-weight: bold;
}
.bold {
    font-weight: bold;
}
.mb10 {
    margin-bottom: 10px;
}
.mt10 {
    margin-top: 10px;
}
#container{
    width: 800px;
    text-align: center;
    margin: 0px auto;
}
#header {
    margin: 0px 0px 0px 0px;
    text-align: left;
}
#header-logo {
    border: 1px solid #9999AA;
    margin: 0px;
    padding: 7px 0px 7px 15px;
}
#header-description {
    background-image: url(../img/back_check.png);
    font-size: 85%;
    color: #FFF;
    text-align: right;
    font-weight: bold;
    padding: 4px 5px 5px 0px;
}
#footer {
    margin: 10px 0px;
    padding: 10px 20px;
}
#footer p{
    background-image: url(../img/back_check.png);
    font-family:sans-serif;
    color: #FFF;
    text-align: right;
    padding: 3px 10px 3px 0px;
}
#content{
    overflow: hidden;
    padding: 0px 20px;
}
#column-left {
    float: left;
    width: 160px;
    overflow: hidden;
}
#column-left div.navi {
    margin-bottom: 10px;
    border-bottom: 1px solid #999;
}
#column-left .navi p {
    font-size: 12px;
    width: 160px;
    height: 25px;
    line-height: 26px;
    text-align: left;
    overflow: hidden;
}
#column-left .navi a, #column-left .nav a:visited {
    display: block;
    width: 160px;
    height: 25px;
    font-weight: normal;
    padding-left:15px;
    text-decoration: none;
}
#column-left .navi a:hover {
    background: url('../img/menu_back.png');
    background-position: 0 -25px;
}
#column-right {
    text-align: left;
    padding-left: 170px;
}
.menu-green {
    background: url('../img/menu_back.png') no-repeat;
    background-position: 0 -50px;
}
.menu-blue {
    background: url('../img/menu_back.png');
}
.menu-select {
    background: url('../img/menu_back.png');
    background-position: 0 -75px;
    padding-left:15px;
    color: #C66;
    height: 25px;
}
.menu-title {/* 使っていない不要なら削除　使うとしてもアイコンか？ */
    background: url('../img/menu_back.png');
    background-position: 0 -75px;
    padding-left:15px;
    color: #444;
    padding-left: 15px;
    font-weight: bold;
    text-align: center;
}
.announce {
    padding: 1px;
    border: 1px solid #CCC;
}
.announce p{
    line-height: 1.6em;
    text-align: left;
    font-size: 0.9em;
    padding: 3px;
}
.announce p.title{
    font-weight: bold;
    background-color: #FFE4C4;
    padding: 2px;
}

/* anti cakePHP */
input,textarea {
    width: auto;
    clear: none;
    display: inline;
    margin: 0px;
    font-size: 100%;
}
form {
    clear: none;
}

