@charset "UTF-8";
/* CSS Document */
/* category */

#category {
}

#category .h1{
}

#category h1{
}

#category #contents{
}

#category ul{
	margin: 0px;
	padding: 0px;
	width: 700px;
	display: block;
	height: 730px;
}

#category li{
	display: block;
	height: 230px;
	width: 345px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#category #img00{
	height: 230px;
	width: 345px;
	overflow: hidden;
	margin-bottom: 10px;
	float: left;
}

#category #img01{
	height: 230px;
	width: 345px;
	overflow: hidden;
	margin-bottom: 10px;
	float: left;
	margin-left: 10px;
}

#category #img02{
	height: 230px;
	width: 345px;
	overflow: hidden;
	margin-bottom: 10px;
	float: left;
}

#category #img03{
	height: 230px;
	width: 345px;
	overflow: hidden;
	margin-bottom: 10px;
	float: left;
	margin-left: 10px;
}

#category #img04{
	height: 230px;
	width: 345px;
	overflow: hidden;
	margin-bottom: 10px;
	float: left;
}

#category #img05{
	height: 230px;
	width: 345px;
	overflow: hidden;
	margin-bottom: 10px;
	float: left;
	margin-left: 10px;
}


#category #img00 a{
	background-image: url(../img/categoryImg01.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 0px;
	width: 345px;
	padding-top: 230px;
	overflow: hidden;
}

#category #img01 a{
	background-image: url(../img/categoryImg02.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 0px;
	width: 345px;
	padding-top: 230px;
	overflow: hidden;
}

#category #img02 a{
	background-image: url(../img/categoryImg03.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 0px;
	width: 345px;
	padding-top: 230px;
	overflow: hidden;
}

#category #img03 a{
	background-image: url(../img/categoryImg04.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 0px;
	width: 345px;
	padding-top: 230px;
	overflow: hidden;
}

#category #img04 a{
	background-image: url(../img/categoryImg05.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 0px;
	width: 345px;
	padding-top: 230px;
	overflow: hidden;
}

#category #img05 a{
	background-image: url(../img/categoryImg06.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 0px;
	width: 345px;
	padding-top: 230px;
	overflow: hidden;
}

