﻿body {
    font-family: ＭＳ ゴシック;
    text-align: center;
    vertical-align: middle;
    background-color: White;
}

div {
    margin: 0 0 0 0;
    vertical-align: middle;
    font-size: 12px;
}

#outline {
    height: 915px;
    width: 1910px;
    text-align: left;
    border-style: solid;
    border-color: #fff;
    border-width: 1px;
    overflow: hidden;
    background-color: #f0f8ff;
}

#head_panel {
    height: 100px;
    width: 900px;
    /*background-color: #0d6b19;*/
    /*background-image:URL(./i/無題.jpg);*/
}

.head_panel_tanto {
    height: 50px;
    left: 150px;
    position: relative;
    top: 3px;
    font-family: "メイリオ";
    font-size: 15px;
    position: relative;
    top: -5px;
    left: 350px;
}

.head_panel_time {
    height: 50px;
    left: 150px;
    /*position:relative;
	top: 3px;*/
    margin: 0px 5px 0px 0px;
    padding: 0 0 0 0;
    color: #3155A6;
    font-size: 15px;
}

.head_panel_btn_logout {
    width: 120px;
    box-sizing: border-box;
    border-style: none;
    background: transparent url(./i/Logout.png) no-repeat 10px center / 20px auto;
    padding: 15px 15px 15px 35px;
    text-align: center;
    font-family: "メイリオ";
    font-size: 15px;
    position: relative;
    top: 42px;
}

#side_panel {
    height: 700px;
    width: 270px;
    float: left;
    background-color: #659AD2;
    border-right-style: solid;
    border-right-width: 1px;
    margin: 30px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    border-color: #3155A6;
    border-style: solid;
    border-width: 3px;
}

#main_panel {
    height: 500px;
    width: 650px;
    float: left;
}

.side_menu {
    width: 200px;
    float: left;
    margin-top: 10px;
    margin-left: 10px;
}

.side_menu_title {
    height: 25px;
    width: 150px;
    color: White;
    font-size: 17px;
    font-weight: bold;
    float: left;
    background-image: url(./i/Sample_1.png);
    background-repeat: no-repeat;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 40px;
    padding-top: 10px;
}

.side_menu_Link {
    height: 25px;
    width: 150px;
    color: White;
    font-size: 14px;
    font-weight: bold;
    float: left;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 40px;
    padding-top: 10px;
}


/*MENUサイドパネル　文字*/
.side_menu_item {
    height: 40px;
    width: 215px;
    color: #fff;
    float: left;
    text-decoration: none;
    margin-top: 2px;
    padding-top: 10px;
    margin-left: 0px;
    padding-left: 30px;
    font-size: 16px;
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体";
    border-color: #3155A6;
    border-style: solid;
    border-width: 2px;
    padding-bottom: 5px;
}

.menu_list_item {
    /* font-size: 15px; */
    /* margin-top: 1px; */
    /* margin-left: 5px; */
    /* padding-left: 23px; */
    /* padding-top: 5px; */
    background: transparent url(./i/Peanuts.png) no-repeat 10px center / 20px auto;
    /*background-image: url(./i/Peanuts.png);*/
    background-repeat: no-repeat;
    height: 25px;
    width: 220px;
    color: #000000;
    float: left;
    text-decoration: none;
    font-size: 20px;
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体";
    margin: 0px 0px 0px 15px;
    padding: 10px 30px 10px 40px;
}

.menu_list_area {
    height: 700px;
    width: 900px;
    margin: 30px 0px 0px 50px;
}


table.menu_list {
    width: 750px;
    margin: 10px 10px 10px 10px;
    border-collapse: collapse;
    font-size: 15px;
    color: #0d6b19;
}

    table.menu_list td {
        height: 20px;
        font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体";
        /*border:solid 1px silver;*/
    }

.main_header {
    width: 800px;
    background-color: #659AD2;
    /* background-image: url(./i/main_list_head.jpg); */
    /* background-repeat: no-repeat; */
    height: 30px;
    margin: 50px 0px 0px 50px;
    padding: 5px 0px 5px 0px;
}

.menu_list_title {
    color: #fff;
    padding-left: 45px;
    font-size: 24px;
    font-family: "メイリオ";
}

/********************************************************************
	以下　SPE作成エリア
*********************************************************************/

#login_panel {
    width: 900px;
    height: 500px;
    /*text-align: center;	*/
}

.login_area {
    width: 430px;
    height: 60px;
    border-collapse: collapse;
    font-size: 15px;
    color: #0d6b19;
    text-align: left;
    vertical-align: middle;
    margin-top: 30px;
    margin-left: 250px;
}

.login_btn_panel {
    width: 430px;
    height: 40px;
    vertical-align: middle;
    text-align: right;
    margin-top: 10px;
    margin-left: 250px;
}

.login_area td {
    height: 35px;
    text-align: left;
    vertical-align: middle;
    border: solid 1px silver;
    font-size: 15px;
    padding-left: 10px;
}

.login_area_title {
    width: 120px;
}

.login_area_item {
    width: 190px;
}

.login_entry_area {
    text-align: left;
    font-size: 15px;
    color: Black;
}

.login_btn_area {
    width: 100px;
    text-align: center;
    font-size: 15px;
    color: #0d6b19;
    margin: 5px 5px 5px 5px;
}


/********************************************************************
	以下　ログインページ
*********************************************************************/

/* layout */
body, p, form, input {
    margin: 0;
}

.mail,
.pass {
    /*margin-bottom: 20px;*/
    margin: 0px 0px 20px 80px;
    padding: 0px 0px 0px 0px;
}

input[type="email"],
input[type="password"] {
    width: 300px;
    padding: 4px;
    font-size: 14px;
}

.submit {
    text-align: center;
}

.submit input {
    border-radius: 28px;
    font-family: Arial;
    color: #ffffff;
    font-size: 20px;
    background: #3155A6;
    padding: 10px 30px 10px 25px;
    border: none;
}

.submit input:hover {
    text-decoration: none;
}



/***************** form *****************/
#form {
    width: 400px;
    padding: 20px;
    border: 1px solid #3155A6;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0px 0px 5px #3155A6;
    border: solid #3155A6 1px;
    background: #fafafa;

    font-size: 12px;
    font-family: "メイリオ";
}

#form p {
    color: #3155A6;
    font-weight: bold;
}
