@charset "UTF-8";
@import "style.css";

#category {
	background-color: #fff;
	}

#catetop {
	text-align: center;
	}
#catetop h3 {
	margin: 0 auto;
	padding: 10px 0;
	}
#catetopimg {
	margin: 0 auto 10px;;
	}
#catesetumei {
	width: 560px;
	margin: 0px auto;
	text-align: left;
	}

#catesetumei img{
	margin-right: 5px;
	float: left;
	margin-bottom: 10px;
	}
#catesetumei p {
	color: #333;
	width: 450px;
	float: right;
	margin-right: 5px;
	margin-bottom: 10px;
	}

#catebottom {
	clear: both;
	}
#catebottom h3 {
	margin: 10px 0;
	}

#catebottom ul {
	width: 585px;
	text-align: left;
	}

#catebottom li {
	position: relative;
	float: left;
	width: 260px;
	background-color: #ccccff;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
	height: 155px;
	}
#catebottom li div {
	padding: 10px;
	}
#catebottom li img {
	float: left;
	margin-right: 5px;
	}
#catebottom li h4{
	text-align: center;
	margin: 0 auto 5px;
	font-weight: bold;
	font-size: 110%;
	}
#catebottom li h5{
	text-align: center;
	margin: 0 auto 5px;
	}
#catebottom li p {
	font-size: 90%;
	}
.to_syousai {
	position: absolute;
	bottom: 10px;
	right: 5px;
	}

