@charset "shift_jis";
/* CSS Document */
div#contents h2 {
	font-size:30px;
	padding:5px 10px;
}
div#contents dl {
	margin-left:30px;
}
div#contents dl#company {
	width:600px;
}
div#contents dl#company dt {
	padding:5px 5px;
	font-size:14px;
	font-weight:bold;
	border-left:solid 10px #9CF;
	background:#DEF;
	color:#333;
}
div#contents dl#company dd {
	padding:5px 20px;
	margin-bottom:10px;
	font-size:14px;
	color:#333;
}

div#contents dl#sites {
	width:600px;
}
div#contents dl#sites dt {
	font-size:14px;
	padding:2px 5px;
}
div#contents dl#sites dd {
	font-size:14px;
	padding:2px 0px 30px 20px;
}
div#contents dl#sites dt a {
	color:#369;
}
div#contents dl#sites dt a:hover {
	color:#69C;
	text-decoration:underline;
}
