/* 
    Document   : style.css
    Created on : Jul 16, 2010, 5:24:33 PM
    Author     : work
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

body {
    margin:0px;
    padding:0px;
    font-size:smaller;
    background-color: #E3E3E3;
}

.body {
    width:1024px;
    background-color: #FFFFFF;
    margin-left:auto;
    margin-right:auto;
}

.limit {
    width: 620px;
    margin-left:auto;
    margin-right: auto;
    font-size: larger;
    font-weight: bold;
    color: #FF0000;
    text-align:center;
}

.header {
    border-bottom: 1px solid #009900;
}

.top {
    margin-bottom:4px;
}

.main {
    margin-top:5px;
    margin-left:5px;
    margin-right:5px;
    margin-bottom:5px;
    line-height:140%;
}

.pankuzu {
    margin-left: 30px;
    margin-right: 30px;
    margin-top:8px;
    margin-bottom: 5px;
    padding-bottom:1px;
    border-bottom: 1px solid #cccccc;
}

.pankuzu a {
    text-decoration: none;
}


.main_result {
    margin-top:0px;
    margin-left:20px;
    margin-right:20px;
    margin-bottom:0px;
    padding:0px;
}

.arealist {
    margin-top:0px;
    margin-left:30px;
    margin-right:30px;
    margin-bottom:0px;
    padding:0px;
}
.arealist div {
    float:left;
    padding-bottom: 3px;
    padding-top: 3px;
    padding-right: 8px;
    padding-left: 8px;

    margin-top:0px;
    margin-left:0px;
    margin-right:0px;
    margin-bottom: 4px;

    text-align: center;
    font-size:14px;
}

.arealist div a {
    text-decoration: none;
}

.arealist .small {
    font-size:10px;
}

.arealist_clear {
    clear:both;
    border-bottom: 1px solid #CCCCCC;
    height:1px;
    overflow:hidden;
    margin-bottom: 8px;
    margin-left:30px;
    margin-right:30px;
}

.area_sel {
    background-color: #FFDDDD;
}

.map_area {
    margin:1em;
}

.result {
    margin:0px;
}


.result_table {
    width:100%;
}

.result_table , .result_table td , .result_table th , .result_table tr {
    border: 1px solid #CCCCCC;
    padding: 4px;
    border-collapse: collapse;
}

.result th {
    font-weight: bold;
    background-color: #990000;
    color: #FFFFFF;
    text-align: center;
    font-size: 14px;
}


.result_center {
    text-align: center;
}


.search_form {
    margin-left:auto;
    margin-right:auto;
    width:520px;
    border:1px solid #990000;
    padding: 12px;
}

.zipcode {

}

.pref {

}

.address {
}

.clear {
    height:1px;
    overflow:hidden;
    clear:both;
}

.footer {
    text-align: center;
    padding: 8px;
    margin:8px;
}

.msg {
    margin-top:1px;
    margin-bottom:3px;
    margin-left:18px;
    margin-right:18px;
    color:#000000;
    text-align: right;
    font-weight: normal;
}

.even {
    background-color: #FFFFFF;
}

.odd {
    background-color: #F1F1F1;
}

/* 満席・お申し込み対応 */
.fulfill {
    font-weight: bold;
    color: #FF0000;
}

.fulfill_alrt {
    color: #990000;
}

.fulfill_ok {
    color: #9999FF;
}

.moushikomi_btn {
}

.toshin_alrt {
    font-size:140%;
    font-weight:bold;
    color: #000099;
    text-align:center;
    margin:8px;
    border: 2px solid #000099;
    padding: 3px;
}

.disp_name {
    font-weight: bold;
}


.kaijyou_name {
    color: #009999;
    margin-left:10px;
}

.msg_chohyo {
    color: #FF0000;
    font-size: 120%;
    font-weight:bold;
}

.nosupport_alert {
    text-align:center;
    margin-top:50px;
    margin-bottom: 50px;
}

.moushikomi_address {
    font-size:90%;
    color: #00a9e0;
}

.area_select_large {
    margin:10px;
    padding:10px;
}

.area_select_large_header {
    font-size:24px;
    font-weight:bold;
    text-align: center;
    padding:5px;
    margin:5px;
    clear:both;
}

.area_select_large_element_inner {
    font-size: 20px;
    font-weight:bold;

    text-align: center;
    border:1px #999999 solid;
    padding:10px;
    margin:6px;

    box-shadow: 1px 1px 3px #AAAAAA;
    -moz-box-shadow: 1px 1px 3px #AAAAAA;
    -webkit-box-shadow: 1px 1px 3px #AAAAAA;

    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;

    background-color: #FFFFFF;

}

.area_select_large_element_inner:hover {
    background-color: #d9eaff;
}

.area_select_large_element_inner a {
    color:#000000;
    text-decoration: none;
}

.area_select_large_element {
    width:190px;
    float:left;
}

.area_select_large_small_font {
    font-size:10px;
    font-weight:normal;
}
.form_parts {
    margin: 8px;
}
.form_parts_header {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding: 5px;
}
.submit button {
    font-size: 24px;
    font-weight: bold;
    margin: 12px;
    padding: 8px;
}
