/* Common */
*
    {
    margin: 0;
    padding: 0;
    }

body
    {
    padding: 10px;
    text-align: center;
    font-family: font-family:Arial, Helvetica, "ヒラギノ角ゴ Pro W3",  sans-serif;
    font-size: 10pt;
    }

a
    {
    color: #000099;
    text-decoration: none;
    }
a:hover
    {
    color: #990000;
    text-decoration: underline;
    }

/* Container */
#container
    {
    width:752px;
    margin:0 auto;
    text-align:left;
    background: url(../img/container_bg.gif) repeat-y;
    }

/* Header */
#header
    {
    width: 752px;
    height: 50px;
    background: url(../img/header.gif) no-repeat;
    }

#header h1
    {
    color: #FFFFFF;
    line-height: 50px;
    padding: 0 0 0 20px;
    }

#header h1 a
    {
    color: #FFFFFF;
    text-decoration: none;
    }

/* HeaderNavi */
#hnavi
    {
    background: #F5F5F5;
    margin: 0 0 10px 0;
    }

#hnavi ul
    {
    list-style: none;
    }

#hnavi li
    {
    display: inline;
    line-height: 25px;
    padding:0 5px;
    border-left: 1px solid #999999;
    }

#hnavi li.t
    {
    border:0;
    }

#hnavi li a
    {
    color: #999999;
    text-decoration: none;
    }

#hnavi li a:hover
    {
    color: #609000;
    }

/* Body */
#body
    {
    width: 730px;
    margin: 0 auto;
    }

#bodyf
    {
    clear: both;
    }

/* Contents */
#contents
    {
    float: right;
    width: 570px;
    margin: 0 0 10px 0;
    }

#contents h2
    {
    font-size:14px;
    border-left: 5px solid #333333;
    color: #333333;
    padding: 0 0 0 5px;
    margin: 0 0 10px 0;
    }

/* SideNavi */
#snavi
    {
    float: left;
    width: 150px;
    margin: 0 0 10px 0;
    }

#snavi h4
    {
    color: #666666;
    }
    
#snavi ul
    {
    list-style: none;
    border-top: 1px dotted #999999;
    }

#snavi li
    {
    line-height: 20px;
    border-bottom: 1px dotted #999999;
    }

#snavi li a
    {
    color: #666666;
    text-decoration: none;
    }

#snavi li a:hover
    {
    color: #609000;
    }

/* Footer */
#footer
    {
    width: 752px;
    height: 30px;
    background: url(/img/footer.gif) no-repeat;
    }

.copy
    {
    text-align:center;
    line-height: 30px;
    color: #999999;
    font-weight: bold;
    }

.copy a
    {
    color: #999999;
    text-decoration: none;
    }

/* Table C */
.tablec
    {
    width: 570px;
    background: #999999;
    }
.tablec tr
    {
    }
.tablec th
    {
    padding: 2px;
    }
.tablec th.tit
    {
    color: #333333;
    background: #CCCCCC;
    }
.tablec th.col
    {
    color: #666666;
    background: #F5F5F5;
    }
.tablec td
    {
    padding: 2px;
    }
.tablec td.field
    {
    background: #FFFFFF;
    }
.tablec td.btn
    {
    background: #FFFFFF;
    }
.notice
    {
    color: #FF0000;
    }

/* Flash Message */
#flashMessage
	{
	color: #f00;
	text-align: center;
	background: #eee;
	margin: 0 0 5px 0;
	}
