@charset "utf-8";

/*
	* Name: index.css
	* Version: 1.0
	* Last Update: 2009.11.13
	* Author: TAXIWAY

*/


/* Stylesheet Document */

@media screen {

	/* ========================================
	   * 01. 領域設定 - category -
	======================================== */
	
	#category{
		float:left;
		margin: 0px;
		padding: 0 0 150px 0;
		font-size:11px;
		letter-spacing:1px;
		line-height:15px;
	}

	#food img{
		margin: 0px;
		padding: 0px;
	}

	
	#category .container{
		float:left;
		width:160px;
		height:265px;
	}

	#category .container2{
		float:left;
		width:160px;/*210*/
		padding:0px 25px 0px 25px;		
		display:inline;
		height:265px;
	}



	#category .wrapper{
		margin: 0px;
		padding: 0px;
	}

	#category .paragraph{
		padding:5px 0px 0px 0px;
	}


}

