﻿@charset "utf-8";

/*********************
print.css
*********************/

body,table{
font-family:"ＭＳ Ｐ明朝", "MS PMincho", serif;
line-height:1.6;
}

.breakB{page-break-before:always;}
.breakA{page-break-after:always;}


/* IE6 hack */
*html body{zoom:65%;}

/* IE6 hack */
*html #header #gNav{width:951px;}

/* IE7 hack */
*:first-child+html #header #gNav{width:951px;}


/*==display:none==*/
#header,
#titleArea,
#sNavi,
#footer{display:none;}

/*==container==*/
#container{background:none;}

#topic_path {
top:0;
padding-left:0;
background:none;
}

#main {
float:none;
width:950px;
}
#main #mainContents {
float:left;
width:780px;
}
#main #mainNavi {
float:right;
width:150px;
}
#main .pageList01 dl {width: 380px;}

#copyright {
width:950px;
margin:15px auto 0;
}



