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

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

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

div#item h3 {
	color:#F00;
}

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

div#item em {
	color:#F00;
}

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

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

p.gotop {
	width:750px;
	text-align:right;
	font-weight:bold;
	clear:left;
	padding:40px 0 0 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;
}


