/* イタリア書房PRページ印刷用 */

body {
  font-family: MS PMincho, Times New Roman, Osaka;
	background-color: #eeeeee;
}

table {
	background-color: #ffffff;
}

tr{
	page-break-inside; avoid;
}

.bg_l_grey {
	background-color: #cccccc;
}

.bg_w_grey {
	background-color: #eeeeee;
}



a {
	color: #006600;
	text-decoration: none;
}

a:visited {
	color: #006600;
	text-decoration: none;
}

a:hover {
	color: #00cc00;
	text-decoration: underline;
}

a:active {
	color: #ff0000;
	text-decoration: underline;
}



.grey8 {
	font-family: MS PMincho, Times New Roman, Osaka;
	font-size: 10px;
	line-height: 12px;
	color: #333333;
}


.grey9 {
	font-family: MS PMincho, Times New Roman, Osaka;
	font-size: 11px;
	line-height: 14px;
	color: #333333;
}


.grey10 {
	font-family: MS PMincho, Times New Roman, Osaka;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
}


.grey12 {
	font-family: MS PMincho, Times New Roman, Osaka;
	font-size: 14px;
	line-height: 24px;
	color: #333333;
}


.green10 {
	font-family: MS PMincho, Times New Roman, Osaka;
	font-size: 12px;
	line-height: 18px;
	color: #006600;
}


.green11 {
	font-family: Times New Roman, MS PMincho, Osaka;
	font-size: 15px;
	line-height: 16px;
	color: #006600;
}


.green12 {
	font-family: MS PMincho, Times New Roman, Osaka;
	font-size: 14px;
	line-height: 24px;
	color: #006600;
}


.green14 {
	font-family: MS PMincho, Times New Roman, Osaka;
	font-size: 16px;
	line-height: 26px;
	color: #006600;
}



.list_green {
	font-family: MS PMincho, Times New Roman, Osaka;
	font-size: 11px;
	color: #ffffff;
	background-color: #999999;
	border-color: #aaaaaa #dddddd #dddddd #aaaaaa;
	border-style: solid;
	border-width: 2px;
	outline: 1px solid #ffffff;
}



.p_invisible{
	visibility: hidden;
}