@charset "utf-8";

/* contents
=========================================*/

h3#egup {
	margin: 12px auto 0;
	width: 950px;
	height: 100px;
	background: url(../egupimg/title.jpg) no-repeat 0 0;
	text-indent: -9999px;
}

#system {
	margin: 5px 10px 40px; 
}
#system p {
	padding: 10px; 
	font-size: 90%;
	text-align: justify;
}
#system dl {
	padding: 0 10px 0 10px;
}
#system dt {
	margin: 10px 0 5px;
	color: #ff9b00;
	font-size: 110%;
	font-weight: bold;
	line-height: 1.2;
	height: 25px;
}
#system dt#c01 {
	padding: 5px 0 0 100px;	
	background: #ffeed3 url(../egupimg/check01.gif) no-repeat 0 0;
}
#system dt#c02 {
	padding: 5px 0 0 100px;	
	background: #ffeed3 url(../egupimg/check02.gif) no-repeat 0 0;
}
#system dt#c03 {
	padding: 5px 0 0 100px;	
	background: #ffeed3 url(../egupimg/check03.gif) no-repeat 0 0;
}

#system dd {
	margin: 0 0 5px 0;
	padding: 0.5em 0.5em 0.5em 10px;	
	font-size: 90%;
}
#system dd a {
	padding-left: 12px;	
	background: url(../baseimg/ya_orange.gif) no-repeat 0 0.4em;
}




#check {
	margin: 0 10px 50px;
}
#check h4 {
	text-indent: -9999px;
}
#check h4#check01 {
	height: 35px;
	background: url(../baseimg/h4midashi.gif) no-repeat 0 -350px;
}
#check h4#check02 {
	height: 35px;
	background: url(../baseimg/h4midashi.gif) no-repeat 0 -385px;
}
#check h5 {
	margin: 10px 0 5px 10px;
	color: #333;
	font-size: 110%;
	font-weight: bold;
	line-height: 1.2;
}
#check p {
	padding: 10px; 
	font-size: 90%;
	text-align: justify;
}

#check table {
	border-collapse:collapse;	
}
#check td {
	
}

#check ul {
	list-style: none;
}
#check ul li {
	list-style: none;
	background: #ffefc7;
	padding: 0.5em 0.5em 0.5em 10px;
	border: #f8c185 solid 1px;
	margin: 0 15px 5px 0;
	font-size: 90%;
}
#check ul.web li {
	background: #e2ffab;
	border: #a1c757 1px solid;
}
#check ul.program li {
	background: #c6e1ff;
	border: #407aba 1px solid;
}
#check ul.other li {
	background: #ffe5ee;
	border: #d97395 1px solid;
}

