@charset "utf-8";

/****************************************************
  Fixed IP address _ Practical use guide.
****************************************************/

/*==================================
  BASIC
==================================*/
html {margin:0 auto; padding:0; font-size:75%; font-family:verdana;}
body {margin:0 auto; padding:0; background:#fff; color:#000;}

/*==================================
  RESET
==================================*/
* {margin:0; padding:0; text-align:left;}
img {border:none; vertical-align:bottom;}
p {line-height:1.6;}
hr {display: none;}
.clear {zoom: 100%;}
.clear:after {content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;}

/*==================================
  Base_Layout
==================================*/
div#header {display:none;}
div#contents {width:800px; margin:0 auto; background:#fff; text-align:center;}
div#box-top01,div#box-bottom01,div#box-top02,div#box-bottom02,div#box-top03,div#box-bottom03 {display:none;}
div#box01,div#box02,div#box03 {background:none; padding:5px 0 0;}
p#footer,address {display:none;}

/*==================================
  Element_Layout
==================================*/
div#contents dl.check-box {display:none;}
div#contents ul.check-box02 {display:none;}
div#contents div.typeD dd p {display:none;}
div#contents dl.check-box03 {display:none;}

