﻿@charset "UTF-8";
/* CSS Document */
/* ========BASIC======== */
/* ========TAG======== */
html {
	overflow-y:scroll;
	font-family:"メイリオ","ＭＳ Ｐゴシック",sans-serif;
}
body {
	margin:0;
	padding:0;
	line-height:1.6;
	letter-spacing:1px;
	margin-right: auto;
	margin-left : auto;
	width:1440px;
	font-size:13px;
	color:#000;
}

:disabled {
  background-color:#fff;
  color:#000;
  cursor: text;
}
/* ========END TAG======== */


/* ========ID======== */
#h-title{
	background-color:#008040;
	border:0px solid #cccccc;
	height:40px;
	font-size:25px;
	color:#fff;
	text-align: center;
}
/* #loginbar1{
	border-style: none;
	background: linear-gradient(#dcff99, #008040);
	box-shadow: 2px 2px 3px 1px #008040;
	-moz-box-shadow: 2px 2px 3px 1px #008040;
	-webkit-box-shadow: 2px 2px 3px 1px #008040;
	height:12px;
	font-size:10px;
	color:#6699FF;
}
#loginbar2{
	background-color:#fff;
	border:0px;
	height:12px;
	font-size:10px;
	color:#fff;
} */
#p-title{
	background-color:#fff;
	width:300px;
	margin: 10px 0 0 50px;
	border:1px solid #cccccc;
	height:30px;
	font-size:20px;
	color:#000;
}
#head-blank{
	width:815px;
	color:#fff;
}
#head-blankb3{
	width:372px;
	color:#fff;
}
#blank-top{
	height:40px;
	color:#fff;
}
#to-menu{
	width:120px;
	margin: 6px 0px 0px;
}
#to-out{
	width:120px;
	margin: 6px 6px 0px;
}

#menu-left{
	width:800px;
}
#menu-right{
	width:236px;
	border:1px solid #cccccc;
}
/* ========END ID======== */

/* ========CLASS (layout)======== */
.leftfloat{
	float:left;
}
.rightfloat{
	float:right;
}
.clearfloat {
	clear: both;
}
.putLeft {
	text-align: left;
}
.putRight {
	text-align: right;
}
.putCenter {
	text-align: center;
}
/* ========END CLASS (layout)======== */
/* ========CLASS (login)======== */
.loginHeader{
	height:160px;
}
.loginImage{
	height:80px;
	margin:0;
}
.titleImage{
	height:60px;
	margin:0 0 50px 0;
}
.boxLogin{
	margin: 2px 0px 15px;
	border: 3px solid #008040;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	font-size: 16px;
	width:200px;
	height: 25px;
	line-height: 30px;
	text-align: center;
	text-indent: 5px;
	vertical-align: middle;
	background-color:#fff;
}
.labelLogin{
	font-size: 16px;
	font-weight: bold;
	color:#008040;
	margin: auto;
}
.buttonLogin{
	width:200px;
	margin-top: 15px ;
	margin-bottom: 15px ;
	margin-left: 0px;
	font-size: 16px;
	font-weight: bold;
	padding: 5px 10px;
	text-decoration:none;
	color: #fff;
	border-style: none;
	background: linear-gradient(#dcff99, #008040);
	box-shadow: 2px 2px 3px 1px #008040;
	-moz-box-shadow: 2px 2px 3px 1px #008040;
	-webkit-box-shadow: 2px 2px 3px 1px #008040;
	text-shadow: 1px 1px 2px #000;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
}
.buttonLogin:hover {
    background: #00d500;
}
.loginbar1{
	border-style: none;
	background: linear-gradient(#dcff99, #008040);
	box-shadow: 2px 2px 3px 1px #008040;
	-moz-box-shadow: 2px 2px 3px 1px #008040;
	-webkit-box-shadow: 2px 2px 3px 1px #008040;
	height:12px;
	font-size:10px;
	color:#6699FF;
}
.loginbar2{
	background-color:#fff;
	border:0px;
	height:12px;
	font-size:10px;
	color:#fff;
}
/* ========END CLASS (login)======== */
/* ========CLASS (header)======== */

/* ========END CLASS (header)======== */
/* ========CLASS (footer)======== */

/* ========END CLASS (footer)======== */
/* ========CLASS (menu)======== */
.menuLogin{
	width:200px;
	margin-right: auto;
	margin-left : auto;
	height:250px;
}
.menuLeft{
	width:200px;
}
.menuRight{
	border-bottom:1px solid #cccccc;
}
.toMenuButton{
	height: 30px;
	font-size: 15px;
	font-weight: bold;
	padding: 5px 10px;
	text-decoration:none;
	color: #fff;
	border-style: none;
	background: linear-gradient(#dcff99, #008040);
	box-shadow: 2px 2px 3px 1px #008040;
	-moz-box-shadow: 2px 2px 3px 1px #008040;
	-webkit-box-shadow: 2px 2px 3px 1px #008040;
	text-shadow: 1px 1px 2px #000;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
}
.toMenuButton:hover {
    background: #00d500;
}
/* ========END CLASS (menu)======== */
/* ========CLASS (message)======== */
.notice{
	color: #FF0000;
	font-weight: bold;
	font-size: 12px;
}
/* ========END CLASS (message)======== */


