@charset "utf-8";
top {
}


/*########## contents ##########*/
.wrapper #contents #kinds {
	width:740px;
	height:25px
	margin-top: 10px;
	margin-left: 10px;
	background-image: url(../kinds/back.jpg);
	background-repeat: no-repeat;
	background-position: center;
	text-align: left;
}

/*########## photos ##########*/
ul.photos{
    width:100%;
    margin-top:25px;
    padding-left:0;
    margin-left:0;
    overflow: hidden;
}

ul.photos li{
    list-style:none;
    width:161px;
    float:left;
    margin-bottom:25px;
    margin-left:12px;
    margin-right:12px;
}


h2{
	font-size: 11px;
	display: inline;
	line-height:25px;
	font-weight: normal;
}

h3{
	font-size: 13px;
    display: inline;
    text-decoration: none; 
	line-height:25px;
	color: #575757;
}










