@charset "utf-8";
/* 印刷用 css　*/

body {
	font-size: 9pt;
}

/*----------------------------------------------
*
* カラムレイアウト設定
*
*---------------------------------------------- */
div#all {
	width: auto;
	height: auto;
	min-width: 710px;
	min-height: 100px;
}

div#nav,
div#locNav{
	display: none;
}

div#wrap {
	width: auto;
	height: auto;
}

div#content {
	width: 710px;
	height: auto;
	margin: 0;
}

/*----------------------------------------------
*
* ページのトップへ戻る p.pageTop
*
*---------------------------------------------- */
p.pageTop {
	display: none;
}

/*----------------------------------------------
*
* 印刷用css .print
*
*---------------------------------------------- */
.print {
	display: block;
}

address.print {
	text-align: center;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
}


/*----------------------------------------------
*
* ディジコグループ .print
*
*---------------------------------------------- */

/* ディジコグループ */
 
 div.groupframe{
 	padding:0 1.2em;
	border:none;
	height:100%;
 }
 