/**
 * base.css
 *
 * @package: ExeCMS
 * @author: y.chiba@i-exec.jp
 */

html,body,form,table,tr,th,td,div,p,ul,li,a,h1,h2,h3,h4 {
    margin:  0;
    padding: 0;
}

body {
    background-color: #ffffff;
    font-size: 12px;
    font-family: Verdana, Arial, Helvetica, sans-serif, "Hiragino Kaku Gothic Pro", osaka;
    color: #333333;
}

img {
    border-style: none;
}

/* Table */
table {
    border-collapse: collapse;
}

table, th, td {
    border-color: #ccc;
}

th, td {
    font-size: 12px;
}

th {
    text-align: center;
}


/* PrintScreen */
div#fff5_sh table{
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
div#fff5_sh td{
    padding-left:10px;
}

ul, li{
    margin:0;
    padding:0;
    list-style:none;
}

#groupmenu .inner{
    background: url('/common/images/groupmenu_head_1.png') left no-repeat;
    behavior: url(/common/js/iepngfix.htc);
    padding:9px 3px 8px 24px;
    font-weight:bold;
    cursor : pointer;
    background-color: #f2f2f2;
    color: #000000;
    margin:0;
    border-top:1px solid #DCDCDC;
}
#groupmenu .gm_h_up{
    background: url('/common/images/groupmenu_head_1.png') left no-repeat;
    behavior: url(/common/js/iepngfix.htc);
    padding:9px 3px 8px 24px;
    font-weight:bold;
    cursor : pointer;
    background-color: #f2f2f2;
    color: #000000;
    margin:0;
    border-top:1px solid #DCDCDC;
}
#groupmenu .gm_h_down{
    background: url('/common/images/groupmenu_head_2.png') left no-repeat;
    behavior: url(/common/js/iepngfix.htc);
    padding:9px 3px 8px 24px;
    font-weight:bold;
    cursor : pointer;
    background-color: #f2f2f2;
    color: #000000;
    margin:0;
    border-top:1px solid #DCDCDC;
    border-bottom:1px solid #DCDCDC;
}

#groupmenu .gm_b li{
    margin:0;
    padding:5px 3px 5px 10px;
    background:#fbfbfb;
}

#groupmenu .gm_b li:nth-child(even){
    margin:0;
    padding:5px 3px 5px 10px;
    background:#efefef;
}

#groupmenu .gm_b li.current{
    margin:0;
    padding:5px 6px 5px 10px;
    font-weight:bold;
    color: #f39900;
    font-size: 1.2em;
}

#groupmenu .gm_b li.hoverout{
    margin:0;
    text-decoration:none;
    /*display:block;*/
}

#groupmenu .gm_b li.hover{
    margin:0;
    padding:5px 3px 5px 15px;
    font-weight:bold;
    cursor : pointer;
}


/* ExDebug */

body div#ex-debug {
    clear: both;
    margin: 650px 10px 10px 10px;
}

body div#ex-debug h2 {
    border-width: 0 0 1px 5px;
    border-style: solid;
    border-color: #ddd;
    padding-left : 5px;
    margin: 20px 0 0 0;
}

body div#ex-debug table {
    margin: 10px;
}

body div#ex-debug table th,
body div#ex-debug table td {
    padding:3px;
    border: solid 1px #ddd;
    text-align: left;
}

body div#ex-debug table th {
    background-color: #eee;
}

/* ExLog */

body div#ex-log {
    clear: both;
    margin: 10px 10px 10px 10px;
}

body div#ex-log h2 {
    border-width: 0 0 1px 5px;
    border-style: solid;
    border-color: #ddd;
    padding: 5px 10px;
    margin: 0 0 10px 0;
}

body div#ex-log table {
    width: 100%;
}

body div#ex-log table th,
body div#ex-log table td {
    padding:3px;
    border: solid 1px #ddd;
    text-align: left;
}

body div#ex-log table th {
    background-color: #eee;
    width: 1px;
}
