@charset "UTF-8";
@import url("../screen.css");

div#main {
	background-image:url(../../../systemi/images/main.jpg);
}

div#item {
	width: 520px;
	padding-left:50px;
	float:left;
}

div#item p {
	margin:15px 0;
}

div#item ul.menu {
	margin:0;
	padding:0;
}

div#item ul.menu li {
	list-style-type:none;
	display:inline;
	background:none;
	padding:0;
	margin:0;
}
div#item ul.menu li img {
	border:none;
	padding:0 12px 12px 0;
}
div#item ul.menu li.section img {
	padding:0 0 12px 0;
}

p.gotop {
	width:750px;
	text-align:right;
	font-weight:bold;
	clear:left;
	padding:40px 0 0 0;
	margin:0;
}

div#item h3.price,
div#item h3.verification {
	color:#091f58;
	font-size:14px;
	border-bottom: 2px solid #CCCCCC;
	padding: 0 0 5px 0;
	margin:20px 0 7px 0;
	text-align:left;
	background-color:#FFF;
}
div#item p.price {
	margin:0;
	padding:0;
}

div#item p.check {
	background:url(../../../systemi/images/img02.gif) no-repeat right top;
}

div#item ul {
	margin:0;
	padding:0;
}
div#item ul li {
	background:url(../../images/li.gif) no-repeat 0 5px;
	padding-left:12px;
	list-style-type:none;
	margin-bottom:5px;
}

div#item ol li {
	margin-bottom:15px;
}
div#item ol li strong {
	color:#4d629a;
}

div#item ol li em {
	font-size:10px;
	line-height:1.2em;
}
div#item dl dt {
	font-weight:bold;
}
div#item dl dd {
	margin:0;
	padding:0;
}

div#item div.ex2 p {
	margin:0;
	padding:8px 10px;
	border:1px solid #c7d1e5;
	background-color:#FFF;
}

div#item div.ex2 ol {
	padding-left:40px;
	color:#4d629a;
}
div#item div.ex2 ol li {
	margin:0 0 5px 0;
}

div#item div.ex p {
	padding:0;
	margin:0;
}

div#contents dl dd {
	border-bottom:2px solid #495f99;
	margin:0;
	padding:0;
}
div#contents dl dd strong {
	background-color:#FFFFFF;
	padding:1px 3px;
	font-size:10px;
	color:#091f58;
	margin-right:5px;
}

div#contents dl dd a {
	background:#091f58 url(../../../systemi/images/arrow02.gif) no-repeat right bottom;
	color:#FFFFFF;
	border-bottom:1px solid #00081c;
}
div#contents dl dd.section {
	border-bottom:2px solid #fa2650;
}
div#contents dl dd.section a {
	background:#c3183a url(../../../systemi/images/arrow01.gif) no-repeat right bottom;
	border-bottom:1px solid #8f011d;
}

div#contents dl dd a:hover {
	background:#c3183a url(../../../systemi/images/arrow01.gif) no-repeat right bottom;
	border-bottom:1px solid #8f011d;
}
div#contents dl dd.section a strong,
div#contents dl dd a:hover strong {
	color:#c3183a;
}

div#contents dl#interviews dd {
	line-height:1.3em;
	margin:0 0 2px 0;
	padding:0;
	border:none;
}
div#contents dl#interviews dd strong {
	background:none;
	padding:0;
	font-size:12px;
	color:#9f0000;
	margin:0;
}
div#contents dl#interviews dd a {
	border-bottom:1px solid #b9b9a3;
}


