html {
overflow-y:scroll;
margin: 0;
/* setting border: 0 hoses ie6 win window inner well border */
/*padding: 0;*/
}
body {
margin: 0;
/* setting border: 0 hoses ie5 win window inner well border */
/*padding: 0;*/
text-align: center;
height: 100%;
}
*:first-child+html body {
}/* Use only ie7 hack */
.allbase:after {
content: " ";
display: block;
visibility: hidden;
clear: both;
height: 0.1px;
font-size: 0.1em;
line-height: 0;
}
* html .allbase { display: inline-block; }
/* no ie mac \*/
* html .allbase { height: 1%; }
.allbase { display: block; }
#wrap {
width: 100%;
height: 100%;
background: #ffffff;
position: relative;
text-align: left;
}
#container {
margin: 0 auto;
width: 100%;
background: #fff;
height: auto!important;
height: 100%;
}
#pagebody {
padding-bottom: 0px;/*最下部の余白（今回はゼロ）*/
}
#header {
background: url(.jpg) no-repeat;
height: 50px;
}
#site-title {
margin: 0;
padding: 5px;
color: #003399;
}
#main-content {
width: 100%;
float: center;
}
.content-header {
margin: 0 10px 0 0;
padding: 0;
border-bottom: 3px dotted #efefef;
}
.content-text {
background: #ff0000;
margin-right: 10px;
padding: 10px;
}
sub-content {
width: 260px;
float: left;
}
.menu-header {
margin: 0;
padding: 0 0 0 10px;
}
#footer {
clear: both;
border-top: 0px solid #9E9FA0;/*px数は「0」か「1」*/
border-bottom: 1px solid #000000;/*・・上記「TOP」がゼロの場合だけこの項目追記・・・そうしないと下部に1pixのすき間ができる・・*/
color: #999;
background: ;
padding:;
text-align: left;
font-size:;
position: fixed;
width: 100%;
height: 40px;/*最下部の余白はこれ+10*/
bottom: 0;
overflow: hidden;
}
#footer a {color: #FFFFFF;font-size: 7pt;text-decoration:none;}
#footer a:hover {font-size: 7pt;color: #99CCFF;}