@charset "euc-jp";

/* ==================================================================
	Site Name: 
	Version: 
	Author: adachi

	import.css		読み込みCSS
	font.css		文字サイズの指定CSS	
	defalut.css		基準値の指定CSS
	color.css		色の指定CSS
	common.css		サイト全体に共通するCSS
	component.css	CSSの部品	
	modules.css		個別指定用CSS	
	print.css		印刷用CSS
	
=================================================================== */

/* =================================
   ■ 共通指定
================================== */

/* --------------------------------
   □ body
-------------------------------- */ 

body{

}

/* 土台
  -------------- */
/*
#plate {
	display:none;
}
*/


/* 上枠
  -------------- */
#top{
	margin-top:0px!important;
}


/* メニュー枠
  -------------- */
/*
#menu-box{
	display:none;
}
*/

/* 内容枠 
  -------------- */
/*
#entries-box{
	display:none;
}
*/

/* 下枠 
  -------------- */
/*
#bottom-box{
	display:none;
}
*/

/* --------------------------------
   □ パンくずナビ
-------------------------------- */
/*
ol#breadcrumbs {
	display:none;
}
*/

/* --------------------------------
   □ ボタン
-------------------------------- */
/* 
a.button{
	display:none;	
}
*/


/* コピーライト
  -------------- */
/* 
#bottom-box .copyright {
	width:100%;

}
*/

/* firefox対策 */

html[xmlns]>/**/body hr.printfix {
	display:block;
	background:#fff;
	border:1px solid #fff;
	page-break-after:always;
}
	#bottom {
		border:1px solid #fff;
	}
	
html[xmlns]>/**/body #bottom:after{
	content:".";
	height:0;
	clear:both;
	display:block;
	visibility:hidden;
}

/* opera */
*+html:first-child body hr.printfix {
	display:none;
}

.hidden{
	display:block;
}

#info3{
	page-break-before:always;

}

#bottom{

}
