/* 2008/03　背景・センター寄せ */

body {
	background-image: url(http://www.nihonkohden.co.jp/common/image/index_bg002.gif) ;
	background-repeat: repeat-x ;
	background-color: #FFFFFF ;
	text-align: center;
	}

.center {
	margin: 0 auto;
	text-align: left;
}

.left_bg001 {
	background-image: url(/common/image/index_ex011.gif) ;
	background-repeat: repeat-y ;
	background-color: #eeeeee ;
	text-align: center;
	}
	
.left_bg002 {
	background-image: url(/common/image/index_ex015.gif) ;
	background-repeat: repeat-y ;
	background-color: #FFFFFF ;
	text-align: center;
	}

.right_bg001 {
	background-image: url(/common/image/index_ex012.gif) ;
	background-repeat: repeat-y ;
	background-color: #FFFFFF ;
	text-align: center;
	}








.left_bg003 {
	background-image: url(/common/image/index_ex013.gif) ;
	background-repeat: repeat-y ;
	background-color: #FFFFFF ;
	text-align: center;
	}


.right_bg002 {
	background-image: url(/common/image/index_ex014.gif) ;
	background-repeat: repeat-y ;
	background-color: #FFFFFF ;
	text-align: center;
	}






/* 2008/04 グローバルメニュー印刷用 */

#menu01,
#menu02,
#menu03,
#menu04,
#menu05,
#menu06 {
	position: absolute;
	visibility: hidden;
	top: 85px;
	z-index: 1;
}

/* 2009/07 印刷時の注釈米印アキ調整 */
@media print {
.textast{
	font-family	: Osaka, 'ＭＳ Ｐゴシック', sans-serif ;
	padding-right:0.7em;
	padding-left:0.2em;
	}
}


/* --------------------------
/policy/index.html
-------------------------- */
@media print {
.mt10{
	margin-top:10px;
}
}


