*{
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	background-image: url(img/enwa_logobg.png);
	background-repeat: repeat-x;
    font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
    font-size: 13px;
    
}
table { 
  border-collapse: collapse;
  }
td { 
  border: 1px solid gray; 
    font-size: 13px;
}
#table2 { 
  border-collapse: collapse;
  }
  
#table2 td { 
  border: 0px solid gray; 
    font-size: 14px;
}
a img {border:none;}

body > #container {
        height: auto;
}
#container {
	height: auto !important;
	height: 100%;
	position: relative;
	min-height:100%;
	padding-bottom: 120px;
	}
#header {
	height: 158px;
}
#top {
	margin: 15 auto;
}
#menu {
	width:1012px;
	margin: 15 auto;
	padding-left: 11px;
}
#main {
	text-align:left;
	font-size:14;
}
#category {
	margin: 10 auto;
	    width: 1000;
}
#footer {
	position:absolute;
	height: 120px;
	bottom: 0;
	background-image: url(img/enwa_footer.png);
	text-align:center;
	font-size:12;
	width:100%;
}
#viewer {
    margin: 0 auto;
    width: 1000px;
    height: 400px;
    text-align: left;
    overflow: hidden;
    position: relative;
}
#viewer img {
    top: 0;
    left: 0;
    position: absolute;
}
#topics {
    padding:10 10 10 10px;
    margin: 0 auto;
    width: 958px;
    border: 8px #f0f0f0 solid;
}
#contents {
    padding:10 10 10 10px;
    margin: 0 auto;
    width: 958px;
    border: 8px #f0f0f0 solid;
}
#title {
    padding-bottom: 5px;
    border-bottom: 3px #f0f0f0 dotted;
    font-size: 17px;
}
#title2{
    margin: 5px;
    padding-bottom: 5px;
    border-bottom: 3px #f0f0f0 dotted;
    font-size: 17px;
}
#text p{
    margin:15px;
}
#rink {
    padding:10 0 0 0px;
    margin: 0 auto;
    width: 980;
    text-align: right;
}
#banner {
    padding:25 0 0 0px;
    margin: 0 auto;
    width: 1000;
}
#banner img{
    margin: 0 50;
}

/*================================================*/
#menu a {
    display: block;
    height: 50px;
    width: 242px;
	float:left;
	margin-right:11px;
}
#menu a.btn01 {
    background-image: url(img/enwa_icon01.png);
}
#menu a:hover.btn01 {
    background-image: url(img/enwa_icon01b.png);
}
#menu a.btn02 {
    background-image: url(img/enwa_icon02.png);
}
#menu a:hover.btn02 {
    background-image: url(img/enwa_icon02b.png);
}
#menu a.btn03 {
    background-image: url(img/enwa_icon03.png);
}
#menu a:hover.btn03 {
    background-image: url(img/enwa_icon03b.png);
}
#menu a.btn04 {
    background-image: url(img/enwa_icon04.png);
}
#menu a:hover.btn04 {
    background-image: url(img/enwa_icon04b.png);
}

