@charset "UTF-8";



/*body
---------------------------------------------------------------------*/

/*wrapper
---------------------------------------------------------------------*/
#WRAPPER{

}
/*inner
---------------------------------------------------------------------*/

/*header
-----------------------------------------------------------------------------*/


/*main
-----------------------------------------------------------------------------*/
#topimage{
    height: 100px;
}
#topicpath{

}


/*totop
-----------------------------------------------------------------------------*/

/*footer
---------------------------------------------------------------------*/
#footer{
    background-size:100%;
    padding: 0 0 90px;
}
#footermenu{
	display:none;
}





/*Common
---------------------------------------------------------------------*/
/*
table.cellblock th,
table.cellblock td{
	display:block;
}
*/

table.cellblock > tbody > tr > th,
table.cellblock > tbody > tr > td{
	display:block;
}


#header {
	width:100%;
	height: 100px;
	position: fixed;
	margin-top: 20px;

}
#header #headerlogo{
	width:80%;
    margin-top: 0;
    padding: .5em 0 0 0;
}
#header #headerlogo img{
    max-height:80px;

}
main#main{
	margin-top:-20px;
}

section#maincol{
	margin-top:20px;
}

