html {
	height: 100%;
}
body {
	margin: 0 auto;
	padding: 0;
	height: 100%;
	font-family: 'Hiragino Kaku Gothic ProN', 'ƒqƒ‰ƒMƒmŠpƒS ProN W3', sans-serif;
}
#login_container {
	position: relative;
	width: 100%;
	height: 100%;
	margin:  0;
	padding: 0;
}
#login{
	width: 250px;
	margin: 30px auto;
	padding: 20px;
	text-align: left;
	
	border-radius: 6px;
	box-shadow: 0px 1px 1px #888888;
	border: solid #4496d3 3px;
	background: #b2cbe4;
}

#login p{
	margin-top: 3px;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

#userid{
	width: 170px;
}
.userid{
	margin-bottom: 10px;
}
#pass{
	width: 170px;
}
.pass{
	margin-bottom: 5px;
}
.square_btn{
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    border-radius: 4px;
    font-size: 14px;
    color: #ffffff;
    background-image: -webkit-linear-gradient(45deg, #4496d3 0%, #4496d3 100%);
    background-image: linear-gradient(45deg, #4496d3 0%, #4496d3 100%);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
    border-bottom: solid 3px #4496d3;
}

.square_btn:active{
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
    border-bottom: none;
}

.menu_dis {
    display: inline-block;
    padding: 0.3em 1em;
    margin: 3px 1px;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    color: white;
    font-size: 12px;
    border: solid 2px #4496d3;
    border-radius: 10px;
    transition: .4s;
    width: 200px;
    background: #E6E6E6;
    pointer-events: none;
}
.menu_dis:hover {
    background: none;
    color: #000000;
    pointer-events: none;
}

.menu_btn {
    display: inline-block;
    padding: 0.3em 1em;
    margin: 3px 1px;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    color: white;
    font-size: 12px;
    border: solid 2px #006eb0;
    border-radius: 10px;
    transition: .4s;
    width: 200px;
    background: #4496d3;
}
.menu_btn:hover {
    background: none;
    color: #000000;
}
.menu_sel {
    display: inline-block;
    padding: 0.3em 1em;
    margin: 3px 1px;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    color: #000000;
    border: solid 2px #4496d3;
    border-radius: 10px;
    transition: .4s;
    width: 200px;
    background: none;
}
.button_add {
    display: inline-block;
    padding: 0.3em 1em;
    text-decoration: none;
    text-align: center;
    color: #000000;
    background: #81F79F;
    border: solid 2px #000000;
    border-radius: 10px;
    transition: .4s;
    width: 80px;
}
.button_add:hover {
    font-weight: bold;
    color: blue;
}
.button_upd {
    display: inline-block;
    padding: 0.3em 1em;
    text-decoration: none;
    color: #000000;
    background: #F4FA58;
    border: solid 2px #000000;
    border-radius: 10px;
    transition: .4s;
    width: 80px;
}
.button_upd:hover {
    font-weight: bold;
    color: blue;
}
.button_del {
    display: inline-block;
    padding: 0.3em 1em;
    text-decoration: none;
    color: #000000;
    background: #F78181;
    border: solid 2px #000000;
    border-radius: 10px;
    transition: .4s;
    width: 80px;
}
.button_del:hover {
    font-weight: bold;
    color: blue;
}
.button_new {
    display: inline-block;
    padding: 0.3em 1em;
    text-decoration: none;
    text-align: center;
    color: #000000;
    background: #58FAF4;
    border: solid 2px #000000;
    border-radius: 10px;
    transition: .4s;
    width: 80px;
}
.button_new:hover {
    font-weight: bold;
    color: blue;
}
.button_ctl {
    display: inline-block;
    padding: 0.3em 1em;
    text-decoration: none;
    text-align: center;
    color: #000000;
    font-size: 12px;
    background: #dddddd;
    border: solid 2px #000000;
    border-radius: 10px;
    transition: .4s;
    width: 80px;
}
.button_ctl:hover {
    font-weight: bold;
    color: blue;
}
a.disabled{
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    border-radius: 4px;
    font-size: 14px;
    color: #ffffff;
    background-image: -webkit-linear-gradient(45deg, #FE642E 0%, #ff8b5f 100%);
    background-image: linear-gradient(45deg, #FE642E 0%, #ff8b5f 100%);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
    border-bottom: solid 3px #c58668;
}
#ftlang{
	width: 200px;
	margin:  0 auto;
}
#ftlang1{
	margin-top: 11px;
	width: 200px;
	height: 100px;
	text-align: center;
}
#ftlang1 a{
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
#ftlang1 .lang_sel{
	font-weight: bold;
	color: #4496d3;
	border-bottom: 1px solid #4496d3;
}
#ftlang1 .lang_part{
	padding-left: 5px;
	padding-right: 3px;
	font-weight: normal;
	color: #aaaaaa;
}
