@charset "utf-8";

/* ============================================================
   
	  print.css
	 
   ============================================================ */



/* --------------------------------------------------
 * 
 * OVERRIDE | Core
 * 
 */

body {
	background-color: #fff;
	color: #000;
}



/* --------------------------------------------------
 * 
 * OVERRIDE | Frame & Common
 * 
 */

/* --------------------------------------------------
 * [ FRAME ] Header
 */
div#frame_head {
	position: relative;
	width: 100%;
	height: 63px;
}

div#frame_head div.container {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto 0 auto;
	text-align: left;
}

#head_logo a {
	width: 116px;
	height: 41px;
	display: list-item;
  list-style-image: url(../img/print/logo.png);
  list-style-position: inside;
}

#global_navi {
	display: none;
}
#head_logo a span {
	line-height: 1;
}



/* --------------------------------------------------
 * [ FRAME ] Top
 */
div#frame_top {
	clear: both;
	width: 100%;
}

div#frame_top div.container {
	position: relative;
	width: 100%;
	margin: 0 auto 0 auto;
	text-align: left;
}



/* --------------------------------------------------
 * [ FRAME ] Body
 */
div#frame_body {
	clear: both;
	width: 100%;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
}

div#frame_body div.container {
	position: relative;
	width: 100%;
	margin: 0 auto 0 auto;
	text-align: left;
}

/* ----------
 * container | second
 */
#area_category {
	position: relative;
	width: 100%;
	margin: 0 auto 0 auto;
	padding: 0;
}

/* ----------
 * container | third
 */
#area_article {
	position: relative;
	width: 100%;
	padding: 0;
	float: none;
}

/* title block */
#block_title {
	position: relative;
	width: 100%;
	height: auto !important;
	overflow: visible;
}
#box_title {
	display: blcok;
	width: 100%;
	height: auto !important;
	padding: 10px 0 10px 0;
	border-top: 3px solid #000000;
	border-bottom: 1px solid #000000;
	background: none;
	overflow: visible;
	line-height: 1;
	font-size: 116%;
	color: #233a92;
}

/* content block */
.section_content {
	
}


/* ----------
 * aside
 */
#area_aside {
	display: none;
}


/* --------------------------------------------------
 * [ FRAME ] Footer
 */
div#frame_foot {
	clear: both;
	width: 100%;
	margin: 0 0 0 0;
}

div#frame_foot div.container {
	width: 100%;
	text-align: left;
}

/* logo -------------------- */
#foot_logo {
	display: none;
}

/* function box -------------------- */
#foot_function {
	display: none;
}

/* breadcrumb -------------------- */
.breadcrumb {
	display: none;
}

/* pagetop -------------------- */
.btn_pagetop {
	display: none;
}

/* sitemap -------------------- */
#foot_map {
	display: none;
}

/* foot end -------------------- */
#foot_end {
	clear: both;
	width: 100%;
	margin: 30px 0 0 0;
	padding: 20px 0 0 0;
	background: none;
	border-top: 1px solid #000000;
}
#foot_name {
	width: 100%;
	height: auto;
	padding: 0 0 0 0;
	background: none;
	float: none;
	font-size: 77%;
	line-height: 1;
	overflow: visible;
	text-align: center;
}
#foot_copyright {
	width: 100%;
	height: auto;
	padding: 10px 0 0 0;
	background: none;
	float: none;
	font-size: 77%;
	line-height: 1;
	overflow: visible;
	text-align: center;
}



/* --------------------------------------------------
 * [ FRAME ] Background
 */
div#frame_background {
	display: none !important;
}
