/*
// プリント用のcss
*/
h1, h2, h3, th, dt, strong, a, #logo a, #footer ul li {
    margin: 0;
    padding: 0;
    font-family: "ＭＳ Ｐ明朝", Arial, sans-serif;
    font-weight: normal;
    color: #5d4442;
}
body {
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: white;
    background-image: none;
    font-size: 12pt;
    line-height: 1.4;
}
head+body {
    width: 165mm;
    max-width: 100%;
    min-width: 80%;
    margin: 0 auto;
}
div#login-link,
.sidebar1,
.nav,
.navigation,
div#respond,
.page-footer {
	display: none;
}
.content img.right,
.content img.left {
float: left;
	padding: 0 1em 0 0;
}
.content p {
	line-height: 150%;
}
/*
a:after {
    content: " >> " attr(href) " ";
    font-size: 10.5pt;
}
*/
#logo a:after {
    content: "";
}
