﻿/* Body */
body {
    background-color:#E8F7E2;
    font-family:Meiryo,MS Gothic;
}

div{
    width: 600px;
	margin: 0 auto;
}

table{
    width:100%;
}

/* ユーザー名：ログアウト */
#header_user{
	width: 600px;
	margin: 0 auto;
    text-align:right;
    color:#666666;
}

/* ヘッダライン */
#header_line{
    height:5px;
	width: 600px;
	margin: 0 auto;
	background: url(../img/bg_table.png) top center repeat;
}

/* ヘッダタイトル */
#header_title {
    height:30px;
	width: 600px;
	margin: 0 auto;
    font-family:Meiryo,MS Gothic;
    font-size:24px;
}

#header_title a{
    text-align:center;
}

/* メニュー */
#nav {
    width:600px;
	margin: 0 auto;
    background:#24be5c;
}

#nav ul{
    overflow:hidden;
}

#nav li{
    height:50px;
    float:left;
    width:185px;
    display:flex;
    align-items: center;
}

#nav a{
    padding:10px ,0;
    text-align:center;
    text-decoration: none ;
    color:#fff;
}

#nav a:hover {
    color:#666666;
}
