/* ---------------------------------------------------------------- */
/* print css */
/* ---------------------------------------------------------------- */

/* ---------------------------------------------------------------- */
/* body */
/* ---------------------------------------------------------------- */
body{background:#fff;}

/* その他のページ背景 */
html.basic{
	height:100%;
	/*background:url('/common_img/wrapper_back.gif') repeat-y 0 0 #fff;*/
	background:none;
}

/* トップページ背景 */
html.index{
	height:100%;
	background:#fff;
}


#container{width:100%;}

#global-navi{display:none;}

.pagetop{display:none;}

#footer{
	zoom:1;
	clear:both;
}

#adobe{border:none;}



