/* @override http://www.siraisi.co.jp/food/css/food-index.css */

/*main-index CSS*/

/*top img*/
.food-index h1{
background: transparent url(images/food_img_02.jpg) no-repeat top left;
color: #000;
display: block;
padding: 0;
margin: 0;
width: 750px; /*img width*/
height: 190px; /*img height*/
text-decoration: none;
text-indent: -900em;
}


.food-index #shadow-upper {width: 780px;
	background: url(/food/css/images/food_img_01.jpg) no-repeat left top;
	height: 25px;
}

/*item box tab*/
	#tabs-menu{
	width: 510px;
	margin-left: 10px;
}
	#tabs-menu ul.tabs {
		list-style:none;
		margin-bottom:10px;
		padding:0;
		clear:both;
		border-bottom:1px solid #ccc;
		height:20px;
	}
	
	#tabs-menu ul.tabs li {
		float:left;
		margin-right:5px;
		width:120px;
		text-align:center;
	}
	
	#tabs-menu ul.tabs li a {
		display:block;
		height:20px;
		padding:0 3px 0 3px;
		background-color:#fff;
		color:#666;
	text-decoration: none;
}
	
	#tabs-menu ul.tabs li a:hover {
		color:#666;
	}
	
	#tabs-menu ul.tabs li a.active {
		background-color:#ddd;
	}
	
	#tabs_example div {
		clear:both;
	}


/*item box*/

.item-page{
width: 510px;
}

.itembox{
	width: 160px;
	height: 160px;
	float: left;
text-align: center;
margin: 0px 5px 0 5px;
padding-top: 20px;
	background: url(images/itembox.gif) no-repeat;
}

*html .itembox{
	margin: 10px 4px 0 4px;
}

.itembox h3{
	font-size: 85%;
	margin-top: 5px;
	text-align: center;
	padding: 0 5px;
}

/*top topics*/
#top-topics li{
	float: left;
	margin-left: 10px;
}


/*highslide*/

.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    width: 150px;
    margin: 10px;
}
.highslide img {
}
.highslide:hover img {
	border: 2px solid silver;
}

.highslide-image {
    border-bottom: 1px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    border-bottom: 1px solid white;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: white;
    text-align: left;
}
.highslide-loading {
    display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
    /*
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
    */
}

a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

.control {
	float: right;
    display: block;
    position: relative;
	margin: 0 5px;
	font-size: 9pt;
    font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
    margin-top: 1px;
    margin-bottom: 1px;
}
