/* Base Theme ============================================================= */

/* Reset ------------------------------------------------------------------ */

/*
    reset.css - resets default browser styling
    http://tantek.com/log/2004/09.html#d06t2354
    http://www.vox.com/.shared/css/base.css by beausmith.com
    http://developer.yahoo.com/yui/reset/
*/

:link,:visited {
    text-decoration: none;
}
html,body,div,
ul,ol,li,dl,dt,dd,
form,fieldset,input,textarea,
h1,h2,h3,h4,h5,h6,pre,code,p,blockquote,hr,
th,td {
    margin: 0;
    padding: 0;
}
h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
    font-weight: normal;
}
table {
    border-spacing: 0;
}
fieldset,img,abbr,acronym {
    border: 0;
} 
/* strict reset by uncommenting lines below */
address,caption,cite,code,dfn,em,strong,b,u,s,i,th,var {
    /* font-style: normal; */
    /* font-weight: normal; */
}

ol,ul {
    list-style: none;
}
caption,th {
    text-align: left;
}
q:before,q:after {
    content: '';
}
a {
    text-decoration: underline;
    outline: none;
}
hr {
    border: 0;
    height: 1px;
    background-color: #000;
    color: #000;
}
a img,:link img,:visited img {
    border: none;
}
address {
    font-style: normal;
    display: inline;
}


/* Utilities ----------------------------------------------------------------- */

.pkg:after, #content-inner:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}
.pkg, #content-inner { display: block; }
/* no ie mac \*/
* html .pkg, * html #content-inner { height: 1%; }
.pkg, #content-inner { display: block; }
/* */

.inline { display: inline; }
.hidden { display: none; }


/* Layout ----------------------------------------------------------------- */

body {
    text-align: center;
    background: #fff;
    
}

#container-inner {
    width: 800px;
    min-height: 100%;
    margin: 0 auto;
    text-align: left;
    font-size:1.0em;
    font-family: "ＭＳ 明朝",serif;
    margin-left:80px;
}






/* Wide-Medium */

.layout-wm #alpha {
    width: 800px;
}

.layout-wm #beta {
    width: 100px;
    display:none;
}


@media print {
    * {
        position: static ! important;
        overflow: visible ! important;
    }
}



.other{
float: right; position: relative; top : -5em;
}

#footer{
display:none;
 
}


#global{display:none}

#search1{display:none}
#search2{display:none}
#searchposition{display:none}


#main_navi_line{display:none}


.changepage{
color:#fff;
page-break-after: always; 
}

#beta{display:none}

#acreeg{
display:none
}

#underaddress{

float:left;
width:800px;
clear:both;
font-size:10pt;
}

#counter{
display:none;
}