/***********************************************/
/* myletter.jp */
/* print.css */
/***********************************************/
#main_contents{
	position:absolute;
	top: 150px;/* headerからの距離 */
	right: auto;
	bottom: inherit;
	min-width: 800px;
	width:95%;
	background: #FFFFFF;
}

body{
	background: #FFFFFF;
}
#globalnavi{
	background-color: #666666;
}
#hdcl {/*ヘッダ左側R*/
	display: none;
}
#hdcr {/*ヘッダ右側R*/
	display: none;
}
#mctl {/* R上左 */
	display: none;
}
#mctr {/* R上右 */
	display: none;
}
#bottom{
	display: none;
}
#mcbl {
	display: none;
}
#mcbr {
	display: none;
}
#footer{
	background-color: #666666;
}