@charset "Shift_JIS";

p {
  color : black;
}


div#main {
  height:100%;
  min-width : 1200px;
}

div.sub_menu {
  vertical-align:top;
  background-color:#FE6F5E;
  left:0;
  height:100%;
  width:60px;
  float: left;
}


.main_contents {
  float: left;
}


div.output_excel {
  margin : 5px;
  padding : 5px;
  border-top : solid 1px;
  border-bottom : solid 1px;
  border-left : solid 1px;
  border-right : solid 1px;
}

