@charset "utf8";

/* ========BASIC======== */
html {
   overflow-y:scroll;
}

body {
   margin:0;
   padding:0;
   line-height:1.6;
   letter-spacing:1px;
   font-family:Verdana, Helvetica, sans-serif;
   font-size:13px;
   color:#333;
   background:#EFEFEA;
}

br {
   letter-spacing:normal;
}

a {
   color:#333;
   text-decoration:none;
}

a:hover {
   color:#DF8713;
   text-decoration:none;
}

img {
   border:0;
}

h1,h2,h3,h4,h5,h6 {
   margin:0;
}


/* ========TEMPLATE LAYOUT======== */
#top {
   width:1040px;
   margin:0 auto;
   border-left:1px solid #ccc;
   border-right:1px solid #ccc;
   background:#fff;
}

#header {
   width:1036px;
   margin:5 2px;
}

#menu {
   margin:0 2px;
}

#contents {
   clear:both;
   width:1036px;
   margin:0 2px;
   padding:10px 0;
   border-top:1px solid #ccc;
   text-align:center;
}

#main {
   float:left;
   width:1030px;
   padding:0 5px;
}
#footer {
   clear:both;
   width:1030px;
   margin:0 2px;
}

#contents:after {
   content:"";
   display:block;
   height:0;
   clear:both;
   visibility:hidden;
}

/* ========HEADER CUSTOMIZE======== */
#header h1 {
   margin:0;
   padding:0 10px;
   font-size:24px;
   color:#000;
   line-height:80px;
}

#header div#head_left {
	float: left;
	width: 520px
}
#header div#head_right {
	float: right;
}

/* ========MAIN CONTENTS CUSTOMIZE======== */
#main a {
   color:#DF8713;
}
#login {
    margin-top: 50px;
    margin-bottom: 100px;
}
#issuedForm {
    margin-top: 50px;
    margin-bottom: 100px;
}
#error_message {
    margin-left: auto;
    margin-right: auto;
    width: 650px;
    border: 2px red solid;
    margin-top: 10px;
    color:red;
    background-color: #ffeeee;
    margin-bottom: 10px;
}
#error_message:empty{
    display: none;
}
.error_message{
   margin-left: auto;
   margin-right: auto;
   width: 650px;
   border: 2px red solid;
   margin-top: 10px;
   color:red;
   background-color: #ffeeee;
   margin-bottom: 10px;
}
.error_message:empty{
   display: none;
}
.center{
 text-align: center;
}

.add_tr:hover {
    background: #eee;
}
.issueds_table {
    margin-left: auto;
    margin-right: auto;
    border-collapse: collapse;
    text-align: left;
    line-height: 1.5;
}
.issueds_table_th {
    width: 100px;
    padding: 10px;
    font-weight: bold;
    vertical-align: center;
    background-color: #F0F0F0;
    border: 1px solid #ccc;
    text-align:center;
}
.issueds_table_td {
    width: 500px;
    padding: 10px;
    vertical-align: top;
    border: 1px solid #ccc;
}

.main_table {
    margin-left: auto;
    margin-right: auto;
    border-collapse: collapse;
    text-align: left;
    line-height: 1.5;
}
.main_table th {
    width: 200px;
    padding: 10px;
    font-weight: bold;
    vertical-align: center;
    background-color: #F5F5F5;
    border: 1px solid #ccc;
    text-align:center;
}
.main_table td {
    width: 400px;
    padding: 10px;
    vertical-align: top;
    border: 1px solid #ccc;
}
.main_table input[type="text"] {
    width: 398px;
    text-align:left;
}
.main_table input[type="password"] {
    width: 398px;
    text-align:left;
}


#main a:hover {
   border:0;
   color:#DF8713;
   border-bottom:1px solid #DF8713;
}

#main h2 {
   padding:2px 2px 2px 5px;
   font-size:22px;
   font-weight:bold;
}

#main p{
   margin:0 0 1em 0;
}

#main input.commoonbutton {
  width: 280px;
  background-color: #aaaaaa;
  border-radius: 3px;
  box-shadow: 0 3px 0 rgba(136,136,136,1);
  display: block;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  margin: 10px auto;
  padding: 10px 0;
}

#main input.commoonbutton:hover {
    opacity: 0.8;
}

/* ========PAGETOP CUSTOMIZE========= */
#pageTop {
   padding:10px;
   text-align:right;
}

#pageTop a{
   padding:0 0 0 12px;
}

/* ========ORDER_CONTENTS CUSTOMIZE======== */

#order_main {
   float:left;
   width:820px;
   padding:0 5px;
}

#order_sub {
   float:right;
   width:200px;
   padding-right:5px;
   text-align:left;
}

#order_main h3 {
   margin-bottom:2px;
   padding-left:25px;
   font-size:15px;
}

#order_sub .section {
   margin-bottom:10px;
   padding:10px;
   background:#DEDDD0;
}

#order_sub h2 {
   padding-bottom:5px;
   text-align:center;
   font-size:15px;
   font-weight:bold;
   color:#fff;
   border-bottom:1px solid #93847B;
}

#order_sub ul {
   margin:0;
   padding:5px 0 0 10px;
}

#order_sub li {
   margin:0;
   padding-left:12px;
   background:#DEDDD0 url("/img/bg_list.gif") 0 50% no-repeat;
   list-style:none;
}
.order_table {
    margin-left: auto;
    margin-right: auto;
    border-collapse: collapse;
    text-align: left;
    line-height: 1.5;
}
.order_table th {
    width: 150px;
    padding: 10px;
    font-weight: bold;
    vertical-align: center;
    background-color: #F5F5F5;
    border: 1px solid #ccc;
    text-align:center;
}
.order_table td {
    width: 550px;
    padding: 10px;
    vertical-align: top;
    border: 1px solid #ccc;
}
.punctuation {
   border-top:1px solid #ccc;
}

/* ========FOOTER CUSTOMIZE======== */
.copyright {
   padding:20px 0;
   text-align:center;
   font-style:normal;
   font-size:11px;
   color:#333;
   border-top:1px solid #ccc;
}

/* ========MESSAGEBOX CUSTOMIZE======== */
#screen_lock{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    background-color: rgba(0, 0, 0, 0.5);
    visibility: hidden;
}

#message_box{
    width: 350px;
    height: 200px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -175px;
    margin-top: -100px;
    z-index: 999;
    background-color: #fff;
    visibility: hidden;
    text-align: center;
}

#message_title{
	padding: 2px 0;
}

#message_body{
    text-align: left;
    width: 300px;
    height: 120px;
    padding: 10px;
    margin: 0 auto;
    background-color: #ddd;
}

#message_button{
}

#message_button button{
    width: 80px;
    height: 25px;
    background-color: #ddd;
    border:0;
    margin: 5px 2px;
}

#message_button button:active{
	border: 1px dashed #000;
}

#yes_btn{
}

#no_btn{
}

/* ========LOADING CUSTOMIZE======== */
#loading{
    border:1px dashed #999;
    padding:15px;
    position: fixed;
    top:50%;
    left:50%;
    background-color:#FFF;
    filter: alpha(opacity=85);
    -moz-opacity:0.85;
    opacity:0.85;
}
 
#loading .loading_msg{
    text-align:center;
    padding-top:100px;
    width:100px;
    background-image:url("/img/gif-load.gif");
    background-position: center top;
    background-repeat: no-repeat;
    font-family: "メイリオ"!important;
}

/* ========CLICKTIP CUSTOMIZE======== */
.invisible{
	display: none;
}
 
img.clickToolTip{
    margin-left: 2px;
    width: 16px;
    height: 16px;
    padding-bottom: 4px;
    vertical-align: middle;
    text-align: center;
}
 
p.toolTip{
    margin: 0;
    padding: 10px;
    width: 380px;
    background-color: #000;
    opacity: 0.8;
    color: #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    min-height: 30px;
    top: 100px;
    left: 20px;
    position: absolute;
    text-align: left;
   font-size:12px;
}