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

body {
  font-family: Verdana, MS PGothic, Osaka;
	background-color: #eeeeee;
}


table {
	background-color: #ffffff;
}

.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: Verdana, MS PGothic, Osaka;
	font-size: 8px;
	line-height: 11px;
	color: #333333;
}


.grey9 {
	font-family: Verdana, MS PGothic, Osaka;
	font-size: 9px;
	line-height: 13px;
	color: #333333;
}


.grey10 {
	font-family: Verdana, MS PGothic, Osaka;
	font-size: 10px;
	line-height: 16px;
	color: #333333;
}


.grey12 {
	font-family: Verdana, MS PGothic, Osaka;
	font-size: 12px;
	line-height: 20px;
	color: #333333;
}


.green10 {
	font-family: Verdana, MS PGothic, Osaka;
	font-size: 10px;
	line-height: 16px;
	color: #006600;
}


.green11 {
	font-family: Verdana, MS PGothic, Osaka;
	font-size: 11px;
	line-height: 18px;
	color: #006600;
}


.green12 {
	font-family: Verdana, MS PGothic, Osaka;
	font-size: 12px;
	line-height: 20px;
	color: #006600;
}


.green14 {
	font-family: Verdana, MS PGothic, Osaka;
	font-size: 14px;
	line-height: 22px;
	color: #006600;
}



.white9 {
	font-family: Verdana, MS PGothic, Osaka;
	font-size: 9px;
	line-height: 13px;
	color: #ffffff;
}


.list_green {
	font-family: Verdana, MS PGothic, 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;
}



.grey_box {
	border: #999999 solid 1px;
	background-color: #eeeeee;
}


.lgrey_box {
	background-color: #cccccc;
	color: #000000;
}


.green_box {
	background-color: #009900;
	color: #ffffff;
}




/* 表示制御 */
.inline {
	display: inline;
	font-weight: normal;
}

.s_invisible {
	visibility: hidden;
}

