@charset "shift_jis"; 

/* 印刷用css 詳細ページ用 */

* {
    font-family: "ＭＳ Ｐ明朝", serif;
}

/* IE6 */
body {
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: white;
    background-image: none;
    font-size: 12pt;
    line-height: 1.4;
}

/* IE6以外 */
head+body {
    width: 165mm;
    max-width: 100%;
    min-width: 80%;
    margin: 0 auto;
}

/* ヘッダ  */
#header1 {
display:none;
}

/* 上メニュー  */
div.menu {
display:none;
}


/* 左メニュー  */
td.menu {
display:none;

}

/* パンくずリスト  */
div.topicpath {
	background-image:none;
	font-size: 90%;
	color:black;
}

#topicpath a {
	color: black;
}


/* 表  */
table.list1 table.list2 table.list3 {
 width: 100%;
}

/* 左端背景（一部適用範囲広域）   */
table.section2.td{
	background-image:none;
}

/* 見出しなど  */
h1, h2, h3, th, dt, strong, a {
    margin: 0;
    padding: 0;
}


