@charset "utf-8";

/* import
----------------------------------------------- */
@import "lib.css";
@import "common.css";

h1,h2 {
	margin:0;
	padding:0;
	}

/* #menu
----------------------------------------------- */
#menu #m_menu  #cat04_1 a {background:url(../common/cat04_menu.gif) no-repeat -200px 0;}

/* #contentsbody
----------------------------------------------- */
h1 {
	background:url(../guide/images/h1.gif) no-repeat 0 0;
	height:110px;
	text-indent:-9999px;
	}

#contents {
	width:500px;
	margin:0 0 0 30px;
	}

h2 {
	background:url(../guide/images/h2.gif) no-repeat 0 0;
	height:35px;
	text-indent:-9999px;
	line-height:0.5em;
	}

#contents .btn {
	margin:30px 0 0 20px;
	}

#contents .btn a {
	display:block;
	width:460px;
	height:75px;
	text-indent:-9999px;
	}
#contents .btn a { background:url(../guide/images/btn.gif) no-repeat 0 0;}
#contents .btn a:hover { background:url(../guide/images/btn.gif) no-repeat 0 -75px;}

/* clear
----------------------------------------------- */
#column:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
