﻿/* 
    Document   : common
    Created on : 2009-6-11, 11:33:39
    Author     : IBM USER
    Description:
        Purpose of the stylesheet follows.
*/

/* 基本設定 */
body {
    text-align: center;
}
/* メニュー */
#header {
    margin:0px auto;
    width: 1000px;
    height: auto;
}
/*  */
#header_table {
    margin:0px auto;
    padding:0px;
    width:860px;
}
/*  */
#header_table td {
    vertical-align: bottom;
}
/*  */
#title {
    width:210px;
    height:auto;
    text-align:center;
}
/*  */
#menu {
    margin-left:50px;
}
/*  */
#menu img {
    height:38px;
    border:0px;
}
/* 中身 */
#content {
    margin:0px auto;
    width: 1000px;
    min-height:460px;
}
/* フッター */
#footer {
    margin:0px auto;
    width: 600px;
    height:60px;
    text-align: center;
    font-size: 14px;
}

#links {
    margin:0px auto;
    text-align: right;
    font-size: 14px;
}

