/*************************
            Base 
 *************************/
html{color:#000; background-color:#fff;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{/*font-family:inherit;*/font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}del,ins{text-decoration:none;}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, figure {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: normal;
    font-style: normal;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display:block;
}

ol, ul {
    list-style: none; 
}

body {
    font:13px/1.231 Meiryo, arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;
    color: #333;
    -webkit-text-size-adjust: 100%;
}

html, body {
    height: 100%;
}

img {
    vertical-align: bottom;
}

h2{
    font-size: 182%;
}

.content h3{
    font-size: 182%;
    line-height: 1.2;
    text-shadow: 0 1px #fff;
}
	
.content h4{
    font-size: 153.9%;
    line-height: 1.4;
    text-shadow: 0 1px #fff;
}

.content h5{
    font-size: 138.5%;
    line-height: 1.6;
    text-shadow: 0 1px #fff;
}

strong, em {
    font-weight: bold;
}
.italic{
    font-style: italic;
}

.alignright {
    text-align: right;
}

/*
a {
    color: #d64e80;
    text-decoration: none;
    border-bottom: 1px solid #f2c9d8;
    -webkit-transition: color 200ms ease-in;
    -moz-transition: color 200ms ease-in;
    -o-transition: color 200ms ease-in;
    transition: color 200ms ease-in;
    -webkit-transition: border-bottom 200ms ease-in;
    -moz-transition: border-bottom 200ms ease-in;
    -o-transition: border-bottom 200ms ease-in;
    transition: border-bottom 200ms ease-in;
}

a:hover, a:active,
.box-link:hover a{
    color: #c22d64;
    text-decoration: none;
    border-bottom-color: #d64e80;
}
	
a:active,a:focus {
    outline:0 none;
}
*/

#header:after,
.wrapper:after,
#container:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

#header,
.wp-pagenavi,
#container,
.wrapper {
    display: inline-block; 
}

#header,
.wrapper,
#container {
    display: block; 
}

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.clearboth{
    display: block;
    clear: both;
}


body{
    background: none;
}

.wrapper{
    width: 240px;
    margin: 0 auto;
    word-wrap: break-word;
    display: block;
    position: relative;
}

#header .wrapper,
#footer .wrapper{
    overflow: hidden;
}

#container {
    margin: 0 auto;
    width: 100%;
    height: 100%;
    min-height: 100%;
/*
    position: relative;
*/
}
body > #container {
    height:auto;
}

h1 {
    font-size: 18px;
    margin-bottom: 17px;
/*
    padding-top: 5px;
    line-height: 150%;
    color: #00C9C9;
    text-shadow: 0 0 1px #003D3D;
*/
    color: #000;
    font-weight: bold;
}

.content h2 {
    font-size: 20px;
    padding-bottom: 20px;
}

.content h3 {
    font-size:16px;
}

.content{
    margin-right: 70px;
    margin-top: 50px;
    float: right;
    width: 400px;
    padding: 35px 0px 35px 35px;
    background:#fff;
    background: rgba(240,240,240,.9);
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    margin-bottom: 40px;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}

.infoarea{
    margin-right: 70px;
    margin-top: -20px;
    float: right;
    width: 400px;
    padding: 35px 0px 35px 35px;
    background:#fff;
    background: rgba(250,250,250,.9);
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    margin-bottom: 40px;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}

p{
/*
    margin-bottom:2em;
*/
    font-size: 14px;
}

.content ul.image{
    margin:1em;
}



/*************************
           Login 
 *************************/
.login_button{
    font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;
    margin-left: 235px;
    margin-top: 15px;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: bold;
    padding: .3em 1em .35em;
    color: #fff !important;
    cursor: pointer;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, .4);
    border:1px solid #777;
    background: #428ec9;
    -webkit-border-radius: 0px;
    -moz-border-radius:  0px;
    border-radius: 0px;
    -moz-box-shadow: 0 1px 1px #fff;
    -webkit-box-shadow: 0 1px 1px #fff;
    box-shadow: 0 1px 1px #fff;
    background: -webkit-gradient( linear, left top, left bottom, from(#6AA7D8), to(#2669A4));
    background: -moz-linear-gradient( top, #6AA7D8, #2669A4);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#6AA7D8', endColorstr='#2669A4');
}

.login_button:hover {
    color: #fff;
    background: -webkit-gradient( linear, left top, left bottom, from(#7FC7FF), to(#6AA7D8));
    background: -moz-linear-gradient( top, #7FC7FF, #6AA7D8);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7FC7FF', endColorstr='#6AA7D8');
}
.login_button:active {
    position: relative;
    top: 1px;
    color: #fff;
}

.loginexplain {
    font-size: 12px;
}
.loginng {
    font-size: 12px;
    background-color: #FFCCCC;
    padding: 13px 5px 13px 5px;
    width: 300px;
}

.logintable {
    font-size: 12px;
    margin-top: 20px;
    margin-left: 20px;
}

.logintable td.customerid,
.logintable td.userid,
.logintable td.password {
    height: 35px;
}
#login_customerid,
#login_userid,
#login_password {
    height: 25px;
    width: 270px;
}

.logininfomsg {
    font-size: 12px;
}

/*************************
           Footer 
 *************************/
#footer{
    font-size: 9px; 
    color: #fff;
    background-color: #000;
    padding: 3px;
    bottom: 10px;
    right: 10px;
    position: fixed;
}


/*************************
   full background image
 *************************/
img.bg {
    min-height: 100%;
    min-width: 2400px;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
}

.bgmaximage{
    position:fixed !important;
}

.loader {
    position: absolute;
    z-index: 9999;
    width: 66px;
    height: 66px;
    top: 49%;
    left: 49%
}


/*************************
         left menu
 *************************/
#bar {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 220px;
    height: 100%;
    margin: 0 auto;
    background-color: #FFFFFF;
    z-index: 10;
/*
    filter: alpha(opacity=95);
    opacity: 0.9;
    -moz-opecity: 0.9;
*/
}

.title {
    margin-top: 140px;
    margin-left: 25px;
}

#container ul{
    margin-left: 80px;
    margin-top: 155px;
    
}
#container li{
    padding-bottom: 4px;
}
#container a {
    color: #25D8D8;
    text-decoration: none;
    font-size: 12px;
/*
    font-weight: bold;
*/
}
#container a:hover {
    color: #063F3F;
    text-decoration: none;
}


/*************************
    Copyright 
 *************************/
#copyright a {
    color: #fff;
    text-decoration: none;
    font-size: 100%;
}
#copyright a:hover {
    color: #25D8D8;
    text-decoration: none;
}
