body {
    font-size:90%;
    margin:0px;
    background-color: #FFFF99;
    text-align:center;
}
table{
    font-size:100%;
}


a:link, a:visited, a:active { text-decoration: none }
a:hover { text-decoration: underline}


#wrapper {
/*    border:1px #cccccc solid;*/
    width:750px;
    background-color: #ffffff;
    text-align:left;
}


#edit_wrapper {
    background-color:#ffffff;
/*    border:1px #cccccc solid;*/
    width:750px;
    text-align:left;
}

#no_wrapper {
    background-color:#ffffff;
    border:1px #ffffff solid;
    width:750px;
}

#container {
    background-color:#ffffff;
    border:1px #F7E12F solid;
    margin:15px 20px;
    padding:5px 10px;
}

.page_title{
    border:1px solid #F7E12F;
    border-left-width:10px;
    background-color:#FFFF99;
    font-size:110%;
    margin:0px;
    margin-bottom:10px;
    padding:4px 0px 4px 10px;
    color:#6A971A;
    color:#446604;
}

.page_subtitle{
    font-weight:normal;
    margin-left:10px;
}


/* 一覧ページ用 */
.list_units .list_table{
    width:680px;
}


.list_unit .list_unit_no{
    color:#FF7F00;
    padding:0px 5px;
    font-weight:bold;
}


.list_unit .list_unit_name{
    font-weight:bold;
}

.list_free_unit .list_unit_no{
    color:#666666;
    padding:0px 5px;
}


.list_unit_pre{
    font-size:95%;
    margin-right:10px;
}



.list_unit_data{
    margin:5px 0px 5px 15px;
    line-height:110%;
}
.list_unit_data .list_unit_tel{
    margin-right:10px;
}

.list_unit_copy{
    color:#990000;
}

.list_units hr{
    clear:both;
}


/* act, job系一覧 */
.unit_block{
    width:150px;
    padding:5px;
    font-weight:normal;
    border:1px #F7E12F solid;
    margin-right:10px;
}

.list_units .title{
    font-weight:bold;
    margin-bottom:5px;
}

.list_units .title .point{
    margin-right:5px;
}

.list_units .title .date{
    margin-left:5px;
    font-weight:normal;
}

.list_units .content{
    line-height:120%
}

.no_data_msg{
    color:#ff0000;
    text-align:center;
    margin:10px;
}



/* 編集ページ用 */

.site_edit_header{
    font-size:110%;
}

#edit_menu {
    margin: 0px;
    padding: 5px 0px;
    background-color: #eeeeee;
    border-bottom: solid 1px #333333;
    width:750px;
}

#edit_menu .name {
    float: left;
    padding-left: 10px;
    font-weight: bold;
}

#edit_menu .link {
    text-align: right;
    padding-right: 10px;
    font-weight: normal;
}

.edit_page_title{
    border-left:10px solid #666666;
    font-size:16px;
    margin:10px ;
    padding:2px 0px 2px 10px;
}



.edit_block{
    margin:0px 10px 10px 10px;
}

.edit_block .edit_title{
    margin:0px;
    padding:4px 10px;
    background-color:#eeeeee;
    font-weight:bold;
}

.edit_block .edit_content{
    border:1px #cccccc solid;
    margin:0px;
    padding:5px 10px;
}

.edit_block .edit_button{
    margin-top:5px;
    text-align:center;
}


.edit_table {
    border: solid 1px #666666;
    border-collapse: separate;
    border-spacing: 1px;
}

.edit_table th {
    border-style:solid;
    border-color:#ffffff #333333 #333333 #ffffff;
    border-width:2px;
    background-color: #cccccc;
}

.edit_table td {
    border-style: solid;
    border-color:#ffffff #cccccc #cccccc #ffffff;
    border-width:1px;
    background-color: #ffffff;
}

.hissu{ font-weight:normal;color:#ff0000;}

/* header */
#header {
    width:750px;
    margin:0px;
    padding:0px;
}

#header .navigation{
    background-color: #dddddd;
    padding:5px 0px;
}

#header .navigation ul{
    list-style:none;
    text-align:center;
    margin:0px;
}

#header .navigation li {
    display:inline;
    margin:0px 10px;
    padding:0px;
}

/* footer */
#footer {
    clear:both;
    width:750px;
    text-align:center;
}


.navi{
    text-align:center;
    font-size:14px;
}

.alerts{
    color:#ff0000;
}

.messages{
    color:#0000ff;
}

