/* CSS Document */
/**********
***基本設定
**********/

body{
    margin:0px;
    padding:0px;
    color:#274153;
    background-color:#FFFFFF;
}

div.hontai{
    width:100%;
    text-align:center;
}

div.container{
    width:750px;
    text-align:left;
    margin-left:auto;
    margin-right:auto;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
}

.size5{
    font-size:5px;
}
.size10{
    font-size:10px;
}

.size12{
    font-size:12px;
    line-height:1.5em;
}
.size18 { font-weight: bold; font-size: 18px; line-height: 1.5em }
.gotop{
    font-size:12px;
    text-align:right;
}


td.left{
    border-right:1px solid #274153;
}

/**********
***メインメニュー
**********/

div.globalnavi{
    width:750px;
    height:35px;
    margin:0px;
    padding:0px;
}
div.globalnavi img{
    border:0px;
}

div.head{
    font-size:10px;
    line-height:1.5em;
	color:#999999;
}
/**********
***トップページ用
**********/
table.home_column{
    font-size:12px;
    line-height:1.5em;

}

td.sub_title{
    padding-left:0.5em;
}

table.sub_text{
    border-top:0px;
    font-size:12px;
    line-height:1.5em;
}

table.sub_photo{
    border-top:0px;
    font-size:12px;
    line-height:1.5em;
}

div.footer{
    width:750px;
    height:50px;
    background-color:#AAAAAA;
    color:#000000;
    margin-bottom:10px;
}

/***********
***トップ以外のページ共通項目
**********/

/***
**左側メニュー部分
***/

table.left_menu{border-bottom:1px solid #274153;}
table.left_menu a{text-decoration:none;}
table.left_menu a:hover{text-decoration:none;}
table.left_menu a:visited{text-decoration:none;}