﻿/*body:設定 */
body {
	font-size:11px;
	font-family:"メイリオ";
	}

/*未訪問のリンク */
.a01:link {
 text-decoration:none;
 color: #7A7A7A;
 }
 /*訪問済みリンク */
.a01:visited {
 text-decoration:none;
 color:#7A7A7A;
 }
  /*リンクをクリックしたとき */
.a01:active {
 text-decoration:underline;
 color:#7A7A7A;
 }
  /*マウスが乗ったとき */
.a01:hover {
 text-decoration:underline;
 background-color :#def;
 color:#7A7A7A;
 }

/*div:設定 */
div#wrapper {  
	width: 320px;
	height:120px;
	margin: 0 auto;  
	border: #AEAEAE solid 1px;
	} 
div#wrapper02 {  
	width: 320px;
	height:170px;
	margin: 0 auto;  
	border: #AEAEAE solid 1px;
	} 
	
div#wrapper_01 {  
	width: 1337px;
	height:40px;  
	margin: 0 auto;  
	text-align: left; 
	border: #AEAEAE solid 1px;
	background-color:#2D7B6F;
	color:#FFFFFF;
	} 

div#div01 {  
	width: 320px;
	height:40px;  
	margin: 0 auto;  
	text-align: center;
	text-shadow:0px 0px 0px #FFFFFF;
	font-family:"メイリオ";
	font-size:18px;
	color:#FFFFFF;
	border: #AEAEAE solid 1px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #244386), color-stop(0.00, #6c96c1));
	background: -webkit-linear-gradient(top, #6c96c1 0%, #244386 100%);
	background: -moz-linear-gradient(top, #6c96c1 0%, #244386 100%);
	background: -o-linear-gradient(top, #6c96c1 0%, #244386 100%);
	background: -ms-linear-gradient(top, #6c96c1 0%, #244386 100%);
	background: linear-gradient(top, #6c96c1 0%, #244386 100%);
	} 

.Button02 {
	width:90px;
	height:30px;
	font-size:11px;
	font-family:"メイリオ";
	cursor: pointer;
	cursor: hand;
	color:#FFFFFF;
	text-shadow:2px 2px 2px #0035B1;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #244386), color-stop(0.00, #6c96c1));
	background: -webkit-linear-gradient(top, #6c96c1 0%, #244386 100%);
	background: -moz-linear-gradient(top, #6c96c1 0%, #244386 100%);
	background: -o-linear-gradient(top, #6c96c1 0%, #244386 100%);
	background: -ms-linear-gradient(top, #6c96c1 0%, #244386 100%);
	background: linear-gradient(top, #6c96c1 0%, #244386 100%);
}

	
/*input:設定 */
input#input_01 {
	width:150px;
	text-align:left;
	font-size:11px;
	font-family:"メイリオ";
	ime-mode: disabled;
	background-color:transparent;
	}


/* logout */
body#body_out01 {
	font-size:11pt;
	font-family:"メイリオ";
	}
 
div#div_out01 {
	width: 400px;
	margin: 200px auto;
	text-align: center;
	}
	  
div#div_out02 {
	width: 320px;
	margin: 20px auto 100px;
	height: 100px;
	text-align: center;
	border: #AEAEAE solid 1px;
	font-size:11pt;
	font-family:"メイリオ";
	font-weight:bold;
	color:#D00003;
	}  

p#p_out01 {
	font-size:14pt;
	font-family:"メイリオ";
	font-weight:bold;
	} 
	
p#p_out02 {
	margin: 35px;
	}  

p#p_out03 {
	font-size:8pt;
	font-family:"メイリオ";
	margin: 50px;
	}  

#image_out01 {
	border: 0px;
	width: 135px;
	height: 50px;
	background: url(assets/img/login.bmp) left top no-repeat;
	}
