E
html,body 
{
    margin:0;
    border:0;
    height:100%;
    background-color: #333333;
    font-family:'メイリオ',Meiryo,'EE EゴシチE';
}


div.cont
{
    width:1100px;
    min-height:100%;
    height: auto !important;
    height: 100%; 

    
    margin:0px auto;
    padding:0;
    background:#2D2D2D;
}

div.gotop
{
    width:100%;
    height:14px;
    padding:6px 0 0 40px;
    font:size:0.8em;
    
}



div.hbar{
	margin:auto;
	padding:6px;
    width:1088px;
    height:20px;
    background:#000000;
    color:#ffffff;
    border-bottom:gray 1px solid;
    font-family: 'メイリオ',Meiryo,'Lucida Grande', 'Lucida Sans Unicode', 'Verdana, Helvetica, Arial, sans-serif';
    font-size:0.6em;   
   
}


div.title
{
    float:left;
    font-size:1.2em;
}

div.copy
{
    float:right;
}


div.header{
	margin:0 auto;
    width:1099px;
    height:102px;
    background-image:url("../images/menuback.png");
    border-bottom:#000000 1px solid;
    border-right:#000000 1px solid;
    clear:both;
}

div.logo{
	width:420px;
	height:100px;
	float:left;
}




div.maincont
{
	width:1100px;
	margin:auto;
    
}

ul{
	margin:0;
	padding:0;
}


li.menu{
	width:140px;
	height:100px;
	list-style-type:none;
	float:left;
}

a:hover img.hoverImg{
	opacity:0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
	background: #ffffff;  

}


a:link.normal
{
    text-decoration:none;
    color:#ffffff;
}

a:visited.normal
{
    color:#ffffff;
}

a:hover.normal
{
    background:#ffffff;
    color:Gray;
}









