h2 {
	background: url(../../../../img/sozai/h2.bg.services.png) left top no-repeat;
}


ul {
	list-style: disc;
}


/**
 *
 *  #services
 *
 **/
#services {
}

#services dl {
	margin: 0;
	padding: 0;
}
#services dl dt {
	margin: 0 2% 8px 0;
	padding: 0;
	clear: both;
	float: left;
	width: 36%;
	height: 120px;
}

#services dl dt a {
	margin: 0;
	padding: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: url(../../../../img/page/top/services.bg.png) left top no-repeat;
	text-decoration: none;
}
#services dl dt a:hover {}

#services dl dt a span { visibility: hidden; }

#services dl dt#services-website    a { background-position: 0      0; }
#services dl dt#services-webservice a { background-position: 0 -120px; }
#services dl dt#services-pc         a { background-position: 0 -240px; }
#services dl dt#services-sabae      a { background-position: 0 -360px; }

#services dl dt#services-website    a:hover { background-position: -400px      0; }
#services dl dt#services-webservice a:hover { background-position: -400px -120px; }
#services dl dt#services-pc         a:hover { background-position: -400px -240px; }
#services dl dt#services-sabae      a:hover { background-position: -400px -360px; }


#services dl dd {
	margin: 0 0 8px 0;
	padding: 0;
	float: left;
	width: 62%;
}

#services dl dd p:first-child {
	margin-top: 0;
}




/**
 *
 *  #skills
 *
 **/
#skills {}

#skills ul {
	padding: 0;
/*	list-style: disc;*/
}
#skills ul li {
	margin-left: 1.33em;
	margin-left: 2em;
}

