/*
# (C) 2008 BAYLEAF CO., LTD. All Rights Reserved.
# This code cannot be redistributed without permission from www.bayleaf.jp
*/

body
{
    font-family: 'Hiragino Kaku Gothic Pro', Meiryo, sans-serif;
    background-color: #444;
    line-height: 1.8em;
    font-size: 14px;
}
input, textarea
{
    font-family: 'Hiragino Kaku Gothic Pro', Meiryo, sans-serif;
}
#container
{
    margin-top: 20px;
    margin-bottom: 20px;
    background: #fff url(logo.jpg) no-repeat 40px 30px;;
}
#header
{
    padding: 110px 40px 10px 40px;
}
#header h1,
#header h2,
#header p
{
    margin: 0 auto 0.75em;
}
#content
{
    padding: 20px 50px;
}
#alpha
{
    float: none;
}
#custom_keywords .red
{
    margin-left: 5px;
    font-size: 10px;
    color: #c00;
}
#custom_keywords p
{
    margin: 0 auto 0.75em;
}
#custom_keywords caption
{
    text-align: left;
}
#custom_keywords table
{
    width: 100%;
    margin: 10px auto 0.75em;
    border-top: 1px solid #666;
    border-left: 1px solid #666;
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
}
#custom_keywords caption
{
    font-size: 16px;
    font-weight: bold;
    color:#333;
    margin-bottom: 3px;
}
#custom_keywords th,
#custom_keywords td
{
    font-size: 16px;
    border-right: 1px solid #666;
    border-bottom: 1px solid #666;
}
#custom_keywords th
{
    width: 25%;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    color: #333;
    background-color: #edf7f3;
    padding: 3px 10px;
}
#custom_keywords td
{
    padding: 3px;
    vertical-align: top;
}
#custom_keywords td.error_message
{
    color: #c00;
    background-color: #f7f3ed;
}
.confirm td
{
    color: #009;
}
#custom_keywords input,
#custom_keywords textarea
{
    font-size: 18px;
    border: 0;
}
#custom_keywords input{
    width: 98%;
}
#custom_keywords textarea
{
    width: 99%;
    height: 100%;
}
#custom_keywords input.ck_num
{
    text-align:right;
}
#custom_keywords input.cb,
#custom_keywords input.rb
{
    width: 20px;
    height: 18px;
    margin: 2px;
}
#footer
{
    padding: 0 50px 5px 50px;
}
#footer-inner p
{
    text-align: center;
}
