/*
 * ホール向け在庫管理システム
 * 2010/07/03 西九州メディア @matsushita
 */

body {
    font-family: "ＭＳ ゴシック";
    width:1012px;
    margin-left: auto;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
}
img{
    border:0;
}

strong{
    font-weight:normal;
}

em{
    font-style:normal;
}

h1{
    font-size:10pt;
    font-weight:normal;
    font-style:normal;
    margin:0;
}

h2{
    font-size:12pt;
    font-weight:normal;
    font-style:normal;
    margin:0;
}

table.outline td.contents {
    vertical-align:top;
}

table.outline td.menu {
    vertical-align:top;
}

#contents {
    margin-top: 5px;
    width: 800px;
}

#contents_body {
    margin-left:20px;
}

#clear {
    clear:both;
}

#header {
    width:1012px;
    height: 86px;
    background-image:url(../specially_images/header.jpg);
}
#header a {
    text-decoration:none;
    font-size:0.85em;
}

#header .login_name {
    padding-top:5px;
    margin-left: 20px;
    font-size:10px;
    color:#ffffff;
}

#header .logout {
    padding-top: 5px;
    margin-left: 30px;
}

#header .logout a{
    color:#ffffff;
}

#header .manual {
    padding-top: 20px;
    margin-left: 828px;
    font-size:0.7em;
}

#header .manual a{
    color:#cccccc;
}

#header a:hover { text-decoration:underline; }

#footer {
    width:1012px;
    margin-top: 30px;
    border-top: 3px solid #4682B4;
    height: 24px;
    /*
    background-image:url(../images/footer.jpg);
    */
}
#footer .copy {
	text-align: right;
	padding: 2px;
    padding-right:15px;
    margin: 0px;
    font-size:0.75em;
    color:#333366;
}

#menu {
    width: 180px;
    height: 100%;
    margin: 0px;
    margin-left:8px;
    padding: 0px;
}

#menu a {
    text-decoration: none;
}

#menu a:link { color: #1a68ca; }
#menu a:visited { color: #1a68ca; }
#menu a:active { color: #1a68ca; }
#menu a:hover{ color: #9999E0; text-decoration: underline;}

#menu li {
    list-style-type: none;
}
#menu li.mainmenu{
    height:25px;
    color: #1a68ca;
    padding-top: 12px;
    padding-left: 28px;
    font-size: 0.85em;
    font-weight: bold;
    background-image:url(../images/side.jpg);
}
#menu li.submenu {
    height:25px;
    color: #1a68ca;
    padding-top: 6px;
    padding-left: 28px;
    font-size: 0.85em;
    background-image:url(../images/side_sub.jpg);
}

#pagenation a {
    color: #1a68ca;
}

#display_title {
    padding-top:12px;
    padding-left:35px;
    font-weight:bold;
    font-size:1.2em;
    color:#ffffff;
    width:777px;
    height:36px;
    background-image:url(../images/titlebar.jpg);
}

input.machine_name {
    width: 300px;
}

#machine_id {
    width: 300px;
}

span.confirm_message {
    color:#ff4433;
    marign:0px;
    padding:0px;
}

p.confirm_message {
    color:#ff4433;
    marign:0px;
    padding:0px;
}