@charset "utf-8";
/* ■■■■■    Tag     ■■■■■ */
body {
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    font-size: 14px;
}
#wrap {
    width:800px;
    text-align:left;
}
#inner {
    background-color: #ffffe0;
}
#largeWrap {
    float:left;
    width:630px;
}
#mainWrap {
    float:right;
    width:500px;
}
#sideLeftWrap {
    float:left;
}
#sideRightWrap {
    float:right;
    width:120px;
}
/* ■■■■■   Header   ■■■■■ */
#header {
    background-repeat: repeat-x;
    width: 800px;
    margin-left: auto;
    margin-right: auto;
}
#top_title {
    height: 20px;
    width: 800px;
    color: #ffffff;
    background-color: #ffa500;
/*    background-color: #674598;*/
/*    background-color: #460e44;*/
}
#navigation {
/*    background-color: #460e44;*/
    background: #5970B2;
    background-repeat: no-repeat;
    height: 20px;
    width: 800px;
    margin: 0px;
    padding: 0px;
}
#heading {
    margin:0px 0px 0px 0px;
    background-repeat: repeat-x;
    height: 16px;
/*    width: 300px;*/
/*    text-align: center;*/
/*    color: #460e44;*/
    color: #ffffff;
    background-color: #674598;
    clear: both;
}
/* ■■■■■   Footer   ■■■■■ */
#footer {
    background-repeat: repeat-x;
    height: 30px;
    width: 800px;
    background-color: #FFFFFF;
}
#footer .copylight {
    font-size: 12px;
    line-height: 8px;
    color: #ffffff;
    background-color: #460e44;
    background-repeat: repeat-x;
    height: 30px;
    width: 800px;
    letter-spacing: 1px;
    text-align: center;
    padding-top: 4px;
    clear: both;
}

/* ■■■■■    Main    ■■■■■ */
#main {
    background-color: #ffffe0;
    background-repeat: repeat-y;
    width: 800px;
    margin-top: 0;
    margin: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0px;
    padding-bottom: 0px;
    overflow: auto;
}
/* ■■■■■   Button   ■■■■■ */
/*
.button_orange button, .button_orange input[type=button],
.button_orange input[type=reset], .button_orange input[type=submit] {
    -webkit-box-shadow: inset 0 1px 3px #F1F1F1, inset 0 -15px #DFDFDF, 1px 1px 2px #E7E7E7;
    -moz-box-shadow: inset 0 1px 3px #F1F1F1, inset 0 -15px #DFDFDF, 1px 1px 2px #E7E7E7;
}
.button_orange button:hover, .button_orange input[type=button]:hover,
.button_orange input[type=reset]:hover, .button_orange input[type=submit]:hover {
    -webkit-box-shadow: inset 0 1px 3px #e1e1e1, inset 0 -15px #cfcfcf, 1px 1px 2px #E7E7E7;
    -moz-box-shadow: inset 0 1px 3px #e1e1e1, inset 0 -15px #cfcfcf, 1px 1px 2px #E7E7E7;
}
.button_orange button:active, .button_orange input[type=button]:active,
.button_orange input[type=reset]:active, .button_orange input[type=submit]:active{
    background: #ccc;
    padding: 0px 0px 0px;
}
*/
input:hover {
    background: #FFCC77;
}
textarea:hover {
    background: #FFCC77;
}
select:hover {
    background: #FFCC77;
}
.clear {
    clear:both;
}
.right {   
    text-align:right;
    vertical-align:right;
}
table th {
    background: #ffff80;
/*
    background: #674598;
    color: #ffffff;
*/
}