/* reset */
* {
    margin: 0;
    padding: 0;
}

/* render html5 elements as block */
header, footer, section, aside, nav, article {
    display: block;
}

body {
    background: #7E7E7E;
    text-align:center;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #333;
    font-size: 12px;
}

a{
    color:#49889A;
}

img{
    border:none;
}

.message{
    color:#ff0000;
    font-weight: bold;
    font-size: 14px;
}

/* layout */

#wrapper {
    position: relative;
    width: 1000px;
    margin: 0 auto;
    min-height: 100%;
    /* margin-bottom: 20px;
    border: 3px solid #888;*/
    background: #fff;
    /* curved border radius */
    /* -moz-border-radius: 10px;*/
    /* -webkit-border-radius: 10px;*/
}

#contents{
    width: 1000px;
    padding-bottom:40px;
    overflow:auto;	
    margin: 0px auto;
    background: #fff;
}

#contents #content{
    width:900px;
    margin:0 auto 20px auto;
    text-align:center;
}

#contents #content h3{
    margin-top:20px;
    margin-bottom:10px;
}

#contents #content div{
    margin-bottom:5px;
}

#header header{
    width: 1000px;
    margin: 0 auto;
    height: 80px;
    position:relative;        
}

#header header h1{
    position:absolute;
    top:17px;
    bottom:17px;
    left:18px;
}

#header header #textShow{
    position:absolute;
    top: 55px;
    width: 400px;
    right: 145px;
    text-align:right;
}

#header header #textShow span{
    font-family:'ＭＳ Ｐゴシック',sans-serif;
    font-size:14px;
    border-bottom:1px #656565 solid;
    padding-bottom: 5px;
}

#header header #logout{
    position:absolute;
    top:50px;
    right:28px;
}

#nav_logo{
    background:url(../img/nav_logo_bg.gif) repeat-x left top;
    height:65px;
    border-top:1px #CBCBCB solid;
}

#nav{
    background:url(../img/nav_bg.gif) repeat-x left top;
    height:65px;
    border-top:1px #CBCBCB solid;
    text-align: left;
}

#nav nav{
    width: 1000px;
    margin: 0 auto;
    height: 56px;
    position:relative;
}


#nav nav a{
    position:absolute;
    display:block;
    width:163px;
    height:42px;
    top:0;
}

#nav nav a#nav_1{
    display:block;
    width:161px;
    height:42px;
    margin:5px 6px;
    background:url(../img/menu/menu_1.jpg);
}

#nav nav a#nav_1_over{
    width:163px;
    height:42px;
    margin:5px 4px;
    background:url(../img/menu/menu_1_over.jpg);
}

#nav nav a#nav_1:hover{
    background:url(../img/menu/menu_1_over.jpg);
}

#nav nav a#nav_5{
    width:161px;
    height:42px;
    margin:5px 175px;
    background:url(../img/menu/menu_5.jpg);
}

#nav nav a#nav_5_over{
    width:163px;
    height:42px;
    margin:5px 174px;
    background:url(../img/menu/menu_5_over.jpg);
}

#nav nav a#nav_5:hover{
    background:url(../img/menu/menu_5_over.jpg);
}

#nav nav a#nav_2{
    width:161px;
    height:42px;
    margin:5px 343px;
    background:url(../img/menu/menu_2.jpg);
}

#nav nav a#nav_2_over{
    width:163px;
    height:42px;
    margin:5px 343px;
    background:url(../img/menu/menu_2_over.jpg);
}

#nav nav a#nav_2:hover{
    background:url(../img/menu/menu_2_over.jpg);
}

#nav nav a#nav_3{
    width:161px;
    height:42px;
    margin:5px 513px;
    background:url(../img/menu/menu_3.jpg);
}

#nav nav a#nav_3_over{
    width:163px;
    height:42px;
    margin:5px 512px;
    background:url(../img/menu/menu_3_over.jpg);
}

#nav nav a#nav_3:hover{
    background:url(../img/menu/menu_3_over.jpg);
}

#nav nav a#nav_4{
    width:161px;
    height:42px;
    margin:5px 680px;
    background:url(../img/menu/menu_4.jpg);
}

#nav nav a#nav_4_over{
    width:161px;
    height:42px;
    margin:5px 679px;
    background:url(../img/menu/menu_4_over.jpg);
}

#nav nav a#nav_4:hover{
    background:url(../img/menu/menu_4_over.jpg);
}

#nav nav a#nav_6{
    width:147px;
    height:42px;
    margin:5px 846px;
    background:url(../img/menu/menu_6.png);
}

#nav nav a#nav_6_over{
    width:150px;
    height:42px;
    margin:5px 846px;
    background:url(../img/menu/menu_6_over.png);
}

#nav nav a#nav_6:hover{
    background:url(../img/menu/menu_6_over.png);
}

#login{
    width:593px;
    height:291px;
    background:url(../img/login_bg.gif) no-repeat;
    margin:130px auto;
    overflow:auto;
}

#login h3{
    margin-top: 40px;
    text-align:center;
}

div#login p#text{
    text-align:center;
    padding-top:20px;
}

#login table{
    width:250px;
    margin:15px auto 20px auto;
}

#login th,
#login td{
    padding: 3px 5px;
}

#login td input{
    width: 150px;
    border:1px #D0D0D0 solid;
}

#login th{
    text-align:left;
    font-weight:normal;
    color:#000000;
}

#login .btnDiv{
    text-align:center;
}

#login .btnDiv input{
    margin: 5px;
    padding: 3px 10px;
}


.clear{
    clear:both;
}

#footer{
    background-color:#002BCB;
    width: 100%;
    height: 40px;
    /*position:absolute;*/
    bottom:0;
}

#footer footer{
    width: 1000px;
    line-height:40px;
    text-align:center;
    margin:0 auto;
    color:#FFF;
}

#listPager{
    text-align:left;

}


#wrapper_pop{
    position: relative;
    width: 100%;
    height: auto !important;
    height: 100%;
    min-height: 100%;
    margin: 0 auto;
    background: #fff;
}

#wrapper_pop #contents{
    width: 100%;
    padding-bottom:40px;
    overflow:auto;	
    margin: 0px auto;
    background: #fff;
}

#wrapper_pop #contents #content{
    width:97%;
    margin:0 auto 20px auto;
    text-align:center;
}

#wrapper_pop #contents #content h3{
    margin-top:20px;
    margin-bottom:10px;
}

#wrapper_pop #footer{
    background-color:#002BCB;
    width: 100%;
    /*height: 40px;*/
    position:absolute;
    bottom:0;
}

#wrapper_pop #footer footer{
    width: 100%;
    line-height:40px;
    text-align:center;
    margin:0 auto;
    color:#FFF;
}

