@charset "Shift_JIS";

/* Page Layout */

body {
  margin: 5px;
  padding: 0;
}
#wrapper{
  width:755px;
}
#header{
  width:750px;
}
#menu{
  width:200px;
  float:left;
}
#main {
  width:545px;
  float:right;
}
#footer{
  clear:both;
}

/* for Side menu */
table.menu{
  border-collapse:  collapse;
  border-color:      #cccccc;
  border-width:          1px;
  border-left-style:   solid;
  border-right-style:  solid;
}
td.menu{
  cellpading:  0;
  cellspacing: 0;
  border-collapse:  collapse;
  border-color:      #cccccc;
  border-width:          1px;
  border-bottom-style:dashed;
}

/* for Link list */
table.link{
  margin-top:           40px;
  border-collapse:  collapse;
}
/* for Paragraph layout */
#gyoukan1{
  line-height: 145%;
}
