@charset "utf-8";
/* CSS Document */

h1{
	width:900px;
	margin:0 auto;

}

#main{
	width:900px;
	margin:3em 0 4.5em;
}

.item{
	width:450px;
	float:left;
}

#main h2{
	border-bottom:0.25em solid #999;
	font-size:1.5em;
	padding:0.5em 0 0.4em;
	margin-bottom:1em;
	color:#666;
	text-shadow:0 1px 0 #fff;
}
#main h3{
	font-weight:bold;
	margin-bottom:1em;
}

#main .item{
	height:160px;
	margin-bottom:1em;
	*zoom:1;
}
#main .item:after{
	content: "";
	display: block;
	clear: both;
}
#main .item img{
	float: left;
}
#main .item ul{
	margin-left: 130px;
}
#main .item .name{
	font-size:1.3em;
	font-weight: bold;
	line-height:24px;
}

#main:after{
	content: "";
	display: block;
	visibility:hidden;
	height:0.1px;
	font-size:0.1em;
	line-height:0;
	zoom:1;
	clear: both;
}

