/**画面全体**/
/** リンクの色 */
a:link {
    color: #070;
    text-decoration : none;
}
a:visited {
    color: #070;
    text-decoration : none;
}
a:active {
    color: #070;
    text-decoration : none;
}
a:hover {
    color: #070;
    text-decoration : none;
}

html {
    overflow-x:hidden;
}

/*indexのbodyの設定*/
#index_body{
    background:#fff url('../img/bg.gif');
}

/*それぞれのページのbodyの設定*/
.main_body {
    background:#fff;    /*背景の色を変えたい場合ここを変更１*/
}

/**HTMLが記述される範囲**/
#outline {
    width:800px;
    height:700px;
    text-align:left; 
    background:#fff;    /*背景の色を変えたい場合ここを変更２*/
    border:outset 2px #7d7;
    color:#070;
}

/**ヘッダー部分**/
.header {
    /*background:#88ee88 url('../img/title_side.jpg') no-repeat top;
    padding-top:10px;*/
    height:80px;
}

/**メイン部分**/
.main {
    margin-top:10px;
    color:#272;
    height:560px;
}

/*それぞれのページのメイン部分*/
.maintarget {
    width:750px;
    float:left;
    background:#fff;    /*背景の色を変えたい場合ここを変更３（終わり）*/
    color:#050;
}

/*コメントの文字設定*/
.coment {
    margin-left:50px;
    font-size:18px;
}

.main_m {
    margin-left:170px;
}

/*回り込み解除*/
.c-both {
    clear:both;
}

/**メニュー**/
.menubar {
    height:25px;
    border-top:solid 1px #ccc;
    border-bottom:solid 2px #ccc;
}

/*小タイトル部分*/
.menu {
    background:#cf7;
    padding:0 5px;
    font-weight:bold;
    border-top:solid 1px #ccc;
    border-right:solid 1px #ccc;
    border-bottom:solid 1px #ccc;
    border-left:solid 10px #f00;
}

/*ツリーメニュー部分*/
.tree {
    background:#fff;
    display:none;
    position : absolute;
}

/**テーブル**/
/*メニューのテーブル部分*/
.main_menu th {
    background:#ffff99;
    border-right:solid 1px #fff;
    /*border-top:solid 1px #fff;*/
}

/*フォームのテーブル部分*/
.formtable {
    font-size: 12px;
    border-collapse : collapse;
    margin: 0px 0px 0px 200px;
    padding: 0px 0px 0px 0px;
}

.formtable th{
    font-size: 12px;
    font-weight: bold;
    padding-top: 2px;
    padding-right: 1px;
    padding-bottom: 1px;
    padding-left: 5px;
    font-weight: normal;
    border-color: #333333;
    background-color: #9f9;
    border-style: solid;
    border-width: 1px;
    text-align:left;
}

.formtable td {
    font-size: 12px;
    line-height: 130%;
    padding-top: 2px;
    padding-right: 1px;
    padding-bottom: 1px;
    padding-left: 5px;
    border-color: #333333;
    border-style: solid;
    border-width: 1px;
}

/*デフォルトテーブル設定*/
.tablebase {
    font-size: 12px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.tablebase th{
    font-size: 12px;
    font-weight: bold;
    padding-top: 2px;
    padding-right: 1px;
    padding-bottom: 1px;
    padding-left: 5px;
    font-weight: normal;
    border-color: #333333;
    background-color: #9f9;
    border-style: solid;
    border-width: 1px;
    text-align:center;
}

.tablebase td {
    font-size: 12px;
    line-height: 130%;
    padding-top: 2px;
    padding-right: 1px;
    padding-bottom: 1px;
    padding-left: 5px;
    border-color: #333333;
    border-style: solid;
    border-width: 1px;
    text-align:center;
}

/*会社概要テーブル部分*/
.g_table th {
    text-align:left;
}

.g_table td {
    text-align:left;
}

/**フッダー部分**/
.footer {
    background:#fff url('../img/fooder.gif') no-repeat top;
    margin-top:10px;
    height:45px;
    text-align:center;
}
