@charset "utf-8";

/* ++++++ 印刷用スタイル ++++++ */

@media print{

	body{
	font-size: 12pt;
	font-family:"MS Pゴシック","Osaka",Verdana,Arial,sans-serif;
	background: none;
	line-height: 1.5;
	}

	body.layout-two-column-right {
	margin-bottom: 0;
	background: #fff;
	}
	}
       #pageHeader2 {
	width: 680px;
	height: 80px;
        background-image: url(./image/choshoheader2.jpg); 
        }
.layout-two-column-right #container {
	width: auto;
	margin: 0;
	padding: 0;
	border: none;
	background-color: #ffffff;
}

#container {
	border: none;
}

.layout-two-column-right #box {
    width: auto; 
    margin-right: auto;
    margin: 0;
    border-right: none;
    border-bottom: none;
    border-left: none;
    background-color: #ffffff;
}

.blog {
    width:auto;
	font-size: 12pt;
}

.entry-body {
    width:auto;
}

.layout-two-column-right #content{
    width: auto;
    float: none;
    margin: 0;
    padding: 0;
    border-right: none;
    border-bottom: none;
}

#links-right-box,#header {
    display:none;
}


.content-nav {
    display:none;
}

#footer {
    display:none;
}

}