@charset "utf-8";
/* CSS Document */
/***** Style for printing *****/
/* ----- viewport ----- */

html {
	margin: inherit;
	padding: inherit ;
}

body {
	margin: inherit;
	padding: inherit;
	color: black;
	background: white;
	font-size: 10px;
}


/* ----- hiding blocks ----- */

div.utility-top,
div.utility-top p,
div.utility-bottom,
div#navi,
div#search-box,
div#sidebox,
div.utility,
div#footer ul, 
div#footer ul.banner
{
	display: none;
}



/* ----- width, margin control ----- */

/* base */

div#header,
div#content,
div#footer {
	width: 600px;
	min-width: 0 ;
	margin: 0;
}

div#header h1,
div#footer address {
	width: auto;
	min-width: 0;
}

div#main {
	width: 560px ;
	margin-left: 20px ;
}

div.woodburning, div.course, div.work, div.lesson, div.wba, div.link, div.inquiry, div.contest, div.lesson-info,
div.recipe-detail, div.event-info, div.faq, div.contribution, div.wba, div.wb-tool, div.gallery, div.contest, div.woodburning {
	width: 560px ;
	margin: 0;
}
div#content div.privacy, div#content  div#content div.search, div#content div.banner-use, div#content div.sitemap {
	width: 600px;
	margin: 0;
}

div#footer {
	top: 0 ;
	margin-top: 24px ;
}

/* toppage */

body.home #header h1 {
	height: 320px ;
}

body.home #header h1 {
	height: auto ;
}

body.home #header h1 img {
	width: 600px ;  /* 66.3717% */
	height: 212px ; /* 66.3717% */
}

body.home #content {
	margin-top: 24px ;
}

body.home #main {
	width: 592px ;
	margin-left: 4px;
}
/* ----- each structual blocks ----- */

/* --- header area --- */

#header-area {
	height: auto;
	border-bottom: 1px solid #BBBBBB;
}

#header-area h1 {
	border-bottom: 3px solid #FAE4AA;
}

/* toppage */

body.home #header,
body.home #header h1 {
	border-bottom: none;
}

body.home #header h1 {
	overflow: hidden;
}


/* --- content area --- */

#content,
#content-body
 {
	clear: both;
	float: none;
	padding: 0;
}


/* --- footer area --- */

#footer {
	clear: both;
	height: auto;
}

#footer address {
	clear: both;
	width: auto;
}



/* ----- table-B01 ----- */

table.table-B01 th,
table.table-B01 td {
	border-top: 1px dotted #caccbd;
	background: none;
}

table.table-B01 th.pseudo-first-child,
table.table-B01 td.pseudo-first-child {
	border-top: 1px dotted #caccbd;
	background: none;
}

table.table-B01 tr.pseudo-first-child th,
table.table-B01 tr.pseudo-first-child td {
	border-top: 0 none;
}


