@charset "utf-8";

@import url("./visual.css");

.zitem {
	width:185px;
	height:100px;
	border:4px solid #222;
	overflow:hidden;
	position:relative;
	float:left;
	margin-right: 6px;
	margin-bottom: 6px;
}

.zitem .caption {
	width:190px;
	height:20px;
	background:#000;
	color:#fff;
	font-weight:bold;
	position:absolute;
	bottom:-1px; /* fix IE issue */
	left:0;
	/* hide it by default */
	display:none;
	/* opacity setting */
	filter:alpha(opacity=70);    /* ie  */
	-moz-opacity:0.7;    /* old mozilla browser like netscape  */
	-khtml-opacity: 0.7;    /* for really really old safari */  
	opacity: 0.7;    /* css standard, currently it works in most modern browsers like firefox,  */
}
.zitem .caption a {
	text-decoration:none;
	color:#fff;
	font-size:11px;
	padding:5px;
	display:block;
	font-weight: normal;
}
.zitem img {
	border:0;
	position:absolute;
}
.clear {
	clear:both;	
}
#container #info,
#container #works,
#container #note {
	width: 600px;
}
#container #info ul,
#container #works ul,
#container #note ul {
	clear:both;
	text-align: right;
	margin-top: 25px;
}
#container #info ul:after,
#container #works ul:after,
#container #note ul:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
#container #info li,
#container #works li,
#container #note li {
	font-size: 11px;
	display: inline;
	padding-right: 4px;
}
#container #info h2,
#container #works h2,
#container #note h2 {
	background-repeat: no-repeat;
	background-position: left top;
	height: 14px;
	width: 600px;
	margin-top: 0px;
	margin-bottom: 20px;
}
#container #info h2 {
	background-image: url(../img/title/t_info.jpg);
}
#container #note h2 {
	background-image: url(../img/title/t_note.jpg);
}
#container #works h2 {
	background-image: url(../img/title/t_work.jpg);
}
#container #info dl,
#container #note dl {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	_border-bottom-style: none;
	border-bottom-color: #EEEEEE;
	margin-bottom: 5px;
	padding-bottom: 5px;
	clear:both;
	overflow: auto;
	height: 20px;
}
#container #info dl:after,
#container #note dl:after, {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
#container #info dt,
#container #note dt {
	letter-spacing: -0.5px;
	width: 85px;
	float: left;
	background-image: url(../img/parts/intro.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	margin-right: 10px;
}
#container #info dd,
#container #note dd {
	float: left;
}

#container #works:after,
#container #note:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

#container #works dl {
	float: left;
	font-size: 10px;
}
#container #works dt {
}
#container #works .name {
	color: #FFFFFF;
	background-color: #333333;
	display: block;
	text-decoration: none;
	margin-bottom: 2px;
}
#container #service {
	width: 600px;
}
#container #service h2 {
	background-repeat: no-repeat;
	background-position: left top;
	height: 12px;
	width: 600px;
	margin-top: 35px;
	_margin-top: 35px;
	margin-bottom: 30px;
}
#container #service h2 {
	background-image: url(../img/title/t_service.jpg);
}
#contents #service li {
	float: left;
	width: 190px;
	margin-right: 10px;
}
#contents #service h3 {
	margin-top: 10px;
	margin-bottom: 15px;
}
#contents #service p {
	line-height: 170%;
	padding-right: 5px;
	padding-left: 5px;
	margin-bottom: 20px;
	letter-spacing: 1.3px;
}

#topPrps {
padding-top: 18px;
*font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", verdana, Sans-Serif;
}
#topPrps ul {
margin-left: -20px;
zoom: 1;
}
#topPrps ul li {
float: left;
margin-left: 20px;
margin-bottom: 20px;
display: inline;
}

#topPrps:before,
#topPrps:after {
content:"";
display:table;
}
#topPrps:after {
clear:both;
}
#topPrps {
zoom:1;
}

