/*============================================================
	print
============================================================*/

/* display none
----------------------------------------------------*/
#header #header-navi,
#header #header-search,
#content-body #sidebar,
#footer #footer-navi,
#footer #footer-corp
{
	display:none;
}
#header {
	background: none;
}

/* Layout
----------------------------------------------------*/
body,
#wrapper,
#header,
#content-body,
#footer #footer-hr,
#footer,
#popwin,
#popwin #header,
#popwin #content-body,
#popwin #footer #footer-hr,
#popwin #footer {
	width: 100%;
}
#popwin #content-body {
	margin-left: 0;
}
#content-body #sidebar {
	float: none;
	width: 0;
}
#content-body #content,
#content-body #content.no-sidebar,
#popwin #content-body #content
{
	float: none;
	width: 100%;
}

/* Header Layout
----------------------------------------------------*/
#header,
#header #header-corp,
#header #header-navi,
#header #header-navi .header-naviA,
#header #header-navi .header-naviA li,
#header #header-navi .header-naviB,
#header #header-search
{
	position: static;
}
#header #header-corp {
	margin: 0;
}

/* Footer Layout
----------------------------------------------------*/
#footer,
#footer #footer-navi .footer-naviA,
#footer #footer-corp,
#footer #footer-copy
{
	position: static;
}
#footer #footer-copy {
	margin: 15px 14px;
}

/* Body Layout
----------------------------------------------------*/

/* column-block
----------------------------------------------------*/
/* 1row (564px) */
#content-body #content .column-block1-A {
	width: auto;
}
/* 2rows (271px-22px) */
#content-body #content .column-block2-A {
	float: left;
	width: 48%;
}
#content-body #content .column-block2-B {
	float: right;
	width: 48%;
}
/* 3rows (180px-12px) */
#content-body #content .column-block3-A {
	float: left;
	width: 32%;
	margin-right: 2%;
}
#content-body #content .column-block3-B {
	float: left;
	width: 32%;
}
#content-body #content .column-block3-C {
	float: right;
	width: 32%;
}

/* text-block
----------------------------------------------------*/
/* 1row (564px) */
#content-body #content .text-block1-A {
	width: auto;
}
/* 2rows (271px-22px) */
#content-body #content .text-block2-A {
	float: left;
	width: 48%;
}
#content-body #content .text-block2-B {
	float: right;
	width: 48%;
}
/* 3rows (180px-12px) */
#content-body #content .text-block3-A {
	float: left;
	width: 32%;
	margin-right: 2%;
}
#content-body #content .text-block3-B {
	float: left;
	width: 32%;
}
#content-body #content .text-block3-C {
	float: right;
	width: 32%;
}