﻿* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-family: "メイリオ", "ＭＳ ゴシック", monospace;
}

html,body { height:100%; }

body {
	background: #e5e5ff;
	box-sizing:border-box;
}

table { 
	border-collapse: collapse;
	width: 100%;
	font-size: 90%;
}
table th {
	line-height: 15px;
	font-weight: normal;
	background-color: #e0e0e0;
	border:1px solid #BFBFBF;
	text-align: center;
	padding: 3px;
	font-size: 85%;
}
table tr td {
	background-color: #FFFFFF;
	border:1px solid #BFBFBF;
	text-align: center;
	padding: 0.2%;
	font-size: 85%;
}


#wrapper {
	width: 95%;
	height:100%;

	margin: 0 auto;

	position: relative;       /* フッターの為の位置決め用 */

	height: auto !important;  /* IE6対策：この2行で */
	height: 100%;             /* IE6対策：擬似的にmin-heightと同じことをさせてる */

	min-height:100%;

	background: #ffffff;

	border-right: 1px solid #bcbace;
	border-left: 1px solid #bcbace;

}

body > #wrapper {
	height:auto;
}

section {
	width: 100%;
}

header {
	width: 100%;
	height: 100px;
	/*margin-bottom: 10px;*/
	font-weight: normal;
	background: #fff;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e4f5fc+0,bfe8f9+44,9fd8ef+65,9fd8ef+67,2ab0ed+100 */background: #e4f5fc; /* Old browsers */
background: -moz-linear-gradient(top, #2ab0ed 0%, #bfe8f9 50%, #e4f5fc 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #2ab0ed 0%,#bfe8f9 50%,#e4f5fc 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #2ab0ed 0, #bfe8f9 50%, #e4f5fc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2ab0ed', endColorstr='#e4f5fc',GradientType=0 ); /* IE6-9 */
}

#title {
	width: 100%; 
	height: 70px; 
	position: relative;
	background-image: url('../img/aas_logo.png');
	background-repeat:no-repeat;
	background-position:300px;
	background-size: 100px auto;
}

#systemname {
	position: absolute;
	top: 0;
	left: 10px;
	font-size: x-large;
	color: #000033;
	color: #000066;
	text-shadow: 0 -2px 1px #fff, 0 2px 2px #fff;
}

#programname {
	color: #000080;
	color: #ff8c00;
	font-weight: bold;
	width: 250px;
	background-color: #f0f8ff;/* aliceblue */
	/* background-color: #fafad2;lightgoldenrodyellow */
	font-weight: bold;
	border-radius: 6px;
	position: absolute;
	padding-left: 5px;
	top: 55%;
	font-size: large;
	left: 30px;	
/*
	text-shadow: 0 -1px 1px #d2691e, 0 1px 1px #d2691e;

	-webkit-text-shadow: 3px 3px 10px #ffffff;
	-moz-text-shadow: 3px 3px 10px #ffffff;
	-o-text-shadow: 3px 3px 10px #ffffff;
	-ms-text-shadow: 3px 3px 10px #ffffff;
*/
}

#companyname {
	font-size: 80%;
	position: absolute;
	top: 30%;
	right: 5%;
}

#loginname {
	font-size: 80%;
	position: absolute;
	top: 55%;
	right: 14%;
}
div#logout {
	font-size: small;
	position: absolute;
	top: 55%;
	right: 3%;
}

#logout a{
	font-size: 70%;
	text-decoration: none;
	background-color:#ddeeff;
	border:1px solid #8888ff;
	padding:1px 8px;
	border-radius:5px;
	box-shadow:0px 0px 10px #c3e1ff;
	cursor:pointer;
}

#errorMSG {
	width: 100%;
	height: auto;
	color: blue;
}

ul#menu {
	background: #fff;
	font-size:80%;
}

article {
	width: 100%;
	/* height: auto; */
	height: 100%;
	margin: 0 auto;
}

footer {
	width: 100%;
	height: 30px;
	background: #001e43;
	background: #002b55;
	position: absolute;
	bottom: 0;
}
footer p {
	text-align: center;
	color: #fff;
	line-height: 30px;
}

.right-justify{ text-align: right }
.center-justify{ text-align: center }