@charset "utf-8";

body{
	font-family:Arial, Helvetica, sans-serif;
	}
div#globalAdjustment{
	width:745px;
	margin:0 70px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
	}
div#globalAdjustment #tp{
	font-family:Arial, Helvetica, sans-serif;
	}
div#footer{
	width:962px;
	height:auto;
	margin-top:0;
	}
p.siteSerch{
	text-align:right;
	}
	
/*ul再定義*/	
div#headerArea ul{
	list-style:none;
	}
/*ol再定義*/
div#headerArea ol{
	list-style:none;
	}
/*standardTable追加*/
#ct table.standardTable{
	border-collapse: separate;
	border-spacing:3px 3px;
}

/* For IE6~IE7 content2 再定義 */
/* ------------------------------------------------------------------- */
* html #ct .withHr .content2{/* IE6 */
	margin-left:-17px;
	}
*:first-child+html #ct .withHr .content2{/* IE7 */
	margin-left:-17px;
}
/* ------------------------------------------------------------------- */

/* For IE6~IE8 standardTable 再定義 */
/* ------------------------------------------------------------------- */
* html #ct table.standardTable{/* IE6 */
	margin: 0 -4px 1.6em -4px;
	}
*:first-child+html #ct table.standardTable{/* IE7 */
	margin: 0 -4px 1.6em -4px;
	}
head~/* */body #ct table.standardTable{/* IE8 */
	margin: 0 0 1.6em 0;
	}
html:not(:target) #ct table.standardTable{/* IE8以外 */
	margin: 0 0 1.6em 0;
	}
/* ------------------------------------------------------------------- */

/* For IE7 li 再定義 */
/* ------------------------------------------------------------------- */
*:first-child+html #ln ul ul li{/* IE7 */
	margin-bottom:-3px;
	}
/* ------------------------------------------------------------------- */

/* For IE以外 IE8  cellsp5,cellsp4,cellsp2 */
/* ------------------------------------------------------------------- */
html:not(:target) table.cellsp5{/* IE以外 */
	border-collapse: separate;
	border-spacing:5px;
}
head~/* */body table.cellsp5{/* IE8 */
	border-collapse: separate;
	border-spacing:5px;
}
html:not(:target) table.cellsp4{/* IE以外 */
	border-collapse: separate;
	border-spacing:4px;
}
head~/* */body table.cellsp4{/* IE8 */
	border-collapse: separate;
	border-spacing:4px;
}
html:not(:target) table.cellsp2{/* IE以外 */
	border-collapse: separate;
	border-spacing:2px;
}
head~/* */body table.cellsp2{/* IE8 */
	border-collapse: separate;
	border-spacing:2px;
}
/* ------------------------------------------------------------------- */

/* table cellpd5 */
table td.cellpd5{
	padding:5px;
}



