@charset "utf-8";


/*---------------------------------------------------------------------------
	印刷用[基本]								
----------------------------------------------------------------------------*/
* {
	color: #000000;
}
body {
	width: auto;
	color: #333333;
	font-family: "Arial", "Verdana","ＭＳ ゴシック", "Osaka", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro" sans-serif;
	font-size: 10pt;
	line-height: 1.5;
	letter-spacing: 1px;
	background-color: #ffffff;
}

a:link, a:visited {
	text-decoration: underline;
	color: #333333;
}
address {
	font-style: normal;
}
img {
	border: 0;
}
table, th, td {
	border-collapse: collapse;
	border-spacing: 0;
}


/*---------------------------------------------------------------------------
	印刷用[レイアウト] ※スタイルを優先させる「!important」							
----------------------------------------------------------------------------*/
#header, #Menubox, #MenuBox, #mainHead, #MainBox, #pageIndex, #Foot, #mainContents {
	float: none !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
}
#contentAll {
	margin: 0;
	margin-left: -180px;
	padding: 0;
	border: 0;
	/*background: transparent;*/
}
#mainContents {
	overflow: visible;
}
#header, #Menubox, #MenuBox, #mainHead, #piLink, #Foot,
#searchPage, .pagerArea, #searchTitle, #searchBox {
	display: none;
}
#Englishbox #presidentArea p {
	width: 660px;
	font-size: 14px;
	text-align: right;
}
* html #Englishbox {
	position: relative;
}
* html #Englishbox #presidentArea p {
	position: absolute;
	top: 390px;
	right: 40px;
	/*margin-top: -90px;*/
	width: 660px;
	font-size: 14px;
	text-align: right;
}

#Englishbox #preMess p {
	width: 420px;
	float: left;
}
#Englishbox #prePic p {
	width: 230px;
	float: right;
}

.printbox {
	display: none;
}

#changeJPN a {
	display: none;
}

.btn_proDetail {
	display: none;
}

#mainBox {
	font-family: "Arial", "Verdana","ＭＳ ゴシック", "Osaka", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro" sans-serif;
}
div#privacyBox dt {
	width: 50px !important;
}
div#privacyBox dd {
	margin-left: 60px !important;
}


/*@media print {*/
	#boxRepo {
		overflow: visible !important;
	}
	#boxRepo ul li a {
		overflow: visible !important;
		min-height: 150px;
	}
/*}*/

/* For WinIE6 */
* html body {
	zoom: 90%;
}
* html #contentAll {
	margin-left: -185px !important;
}
* html #MainBox {
	width: 100% !important;
}
* html p {
	margin: 1em 0 !important;
	padding: 0 !important;
	background-color: transparent !important;
	color: black !important;
	/*overflow: hidden !important;*/
	/*font-size: small !important;*/
	line-height: 1.5em !important;
	text-decoration: none !important;
}
* html #bookRecord {
	padding-left: 15px !important;
	zoom: 1;/* アイコン印刷バグ対策 */
}
* html .repoCaption {
	line-height: 1em !important;
}

/*---------------------------------------------------------------------------
	印刷用[表示部分各指定]							
----------------------------------------------------------------------------*/
#MainBox table {
	width: 100%;
	margin: 0 0 20px 0;
	padding: 5px;
	border: 1px solid #333333;
}
#MainBox table th, #MainBox table td {
	padding: 3px;
	font-size: 90%;
}
#MainBox table th {
	border-bottom: 1px solid #333333;
}
#MainBox table td {
	border: 1px dotted #333333;
}

h4.h4Title {
	padding-bottom: 10px;
}



/*---------------------------------------------------------------------------
	リンクの後にそのアドレスが付く							
----------------------------------------------------------------------------*/
div.hidden, p.hidden {
	display: none;
}


/*---------------------------------------------------------------------------
	リンクの後にそのアドレスが付く							
----------------------------------------------------------------------------*/
/*
a:link:after, a:visited:after {
	content: " (" attr(href) ") ";
	font-size: 90%;
}
*/
