/* BODY */
body {
	color:33333;
	background-color:#ffffff;
	margin:3%;
	font-size:10pt;
}

/* A */
a:hover {
	color:#cc0000;
	background:#eeeeee;
}
a:active {
	color:#cc0000;
}
a:visited {
	color:#336699;
}

/* Hn */
h1.title {
	color:#000000;
	background-color:#eeeeee;
	padding:8px;
	border-width: 0px 0px 0px 8px;
	padding: 6px 3px 3px 6px;
	border-style: solid;
	border-color:#b0c4de;
	font-size:10pt;
	margin:0px;
}

h2.title {
	color:#000000;
	background-color:#ffffff;
	padding:8px;
	border-width: 0px 0px 0px 8px;
	padding: 6px 3px 3px 6px;
	border-style: solid;
	border-color:#b0c4de;
	font-size:10pt;
	margin:0px;
}

/* DIV */
div.logo{
	margin-top:0px;
	margin-bottom:0px;
}
div.menu{
	text-align:right;
}
div.tool{
	text-align:center;
	font-size:7pt;
}
div.footer{
	text-align:center;
	font-style:italic;
	font-size:6pt;
}
div.indent{
	margin-left:3%;
}
div.date{
	text-align:right;
	margin-top:3%;
	margin-bottom:3%;
}
div.news{
	margin-top:5%;
	margin-bottom:5%;
	margin-left:3%;
	margin-right:3%;
	border-collapse: collapse;
	border: 1px solid #333333;
	padding-top:3px;
	padding-bottom:3px;
	padding-right:5px;
	padding-left:5px;
}
.userinfo{
	width: 300px;
	border-radius: 5px;
	padding: 0.83em;
	color: #000000;
	background: #F4F4F4;
}

/* UL / DL */
ul{
	margin-top:10px;
}
li{
	margin-bottom:1px;
}
dd{
	margin-bottom:1px;
}

/* TABLE */
table.type1 {
	/*font-size:12pt;*/
	margin: 6px;             
	margin-bottom:20px;
	border-collapse: collapse;
	border: 1px solid #333333;
	font-size:10pt;
}
th.type1 {
	background: #880000;
	color:#FFFFFF;
	padding: 0.3em;
	font-size:10pt;
}
td.type1 {
	padding: 0.3em;
	font-size:10pt;
}

input[type=text] {
	width: 400px;
	height: 20px;
}
.upload {
	width: 450px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
	padding: 1.0em;
	background: #F8F8FA;
}
.order {
	width: 100px;
	margin-right: 10px;
	border-radius: 5px;
	padding: 0.3em;
	color: #FFFFFF;
	background: #0b920b;
}
.order-deny {
	width: 100px;
	margin-right: 10px;
	border-radius: 5px;
	padding: 0.3em;
	color: #FFFFFF;
	background: #b0280a;
}

.order:disabled, .order-deny:disabled {
	width: 100px;
	margin-right: 10px;
	border-radius: 5px;
	padding: 0.3em;
	color: #FFFFFF;
	background: #c0bfbf;
}


table.application{
    border-collapse:separate;
    border-spacing: 1;
	margin-top: 2%;
	margin-left: 3%;
  }
  
  table.application th:first-child{
    border-radius: 5px 0 0 0;
  }
  
  table.application th:last-child{
    border-radius: 0 5px 0 0;
    border-right: 1px solid #3c6690;
  }
  
  table.application th{
    text-align: center;
    color:white;
    background: linear-gradient(#829ebc,#225588);
    border-left: 1px solid #3c6690;
    border-top: 1px solid #3c6690;
    border-bottom: 1px solid #3c6690;
    box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
    width: 3%;
    padding: 1px 0;
  }
  
  table.application td{
    text-align: center;
    border-left: 1px solid #a8b7c5;
    border-bottom: 1px solid #a8b7c5;
    border-top:none;
    box-shadow: 0px -3px 5px 1px #eee inset;
    width: 10%;
    padding: 5px 0;
  }
  table.application .id_cell{
    width: 10%;
  }
  table.application .name_cell{
    width: 10%;
  }
  table.application .is_used_cell{
    width: 10%;
  }
  
  table.application td:last-child{
    border-right: 1px solid #a8b7c5;
  }
  
  table.application tr:last-child td:first-child {
    border-radius: 0 0 0 5px;
  }
  
  table.application tr:last-child td:last-child {
    border-radius: 0 0 5px 0;
  }
