#visual img {
	border:1px solid #ccc;
}

.menus {
	margin:auto;
	width:100%;
}

.menu_photos {
	width:580px;
	margin:auto;
}

.menuname {
	color:#993300;
}
.menukrname {
	font-size:11px;
	color:#666666;
	
}

.detail {
	white-space:nowrap;
}

/* Menu Photo List 3列 */
div.imagebox {
   /*border: 1px solid #ddd; /* 1.枠線 */
   /*background-color: #fff;  /* 2.背景色 */
   width: 130px; /* 横幅 */
   height:150px;
   float: left; /* 左に配置 */
   margin: 5px; /* 周囲の余白 */
}
p.photo {
	height: 90px; /* 横幅 */   
}

p.photo img {
	border:1px solid #ddd;
}

p.photo{
	text-align: center; /* 3.中央寄せ */
	margin: 5px;        /* 4.余白・間隔 */
}

.caption {
	font-size: 12px;  /* 5.文字サイズ */
	text-align:center;
	display:block;
	margin-top:3px;
	color:#333333;
}
.menukrname {
	display:block;
}

/************************************************
* VIEW
************************************************/
.menu {
	width:90%;
	margin:auto;
	margin-top:15px;
}

.menu table {
	width:100%;
}

.menu th, .menu td{
	border:0;
}

.imageField {
	width:200px;
	padding-right:20px;
}

.menuThumb {
	border:1px solid #ddd;
	padding:5px;
	background-color:#eee;
}

.commentField ul{
	list-style-position:inside;
	margin:0;
	padding:0;
}

.commentField li{
	line-height:1.5em;
	color:#444;
	font-size:9pt;
}

.menuName {
	color:#CC0033;
}

.menu_comment {
	margin-top:7px;
	line-height:1.4em;
}

.related {
	text-align:center;
}

.related h3{
	margin-top:20px;
	margin-bottom:7px;
}

.stars {
	text-align:left;
	line-height:1.8em;
	border:1px solid #ddd;
	padding:0 10px;
}
.stars a {
	margin-right:10px;
	font-size:10pt;
}





/*******************************************************
* Star Rating
*******************************************************/
/*  styles for the unit rater     */
starRating {
	width:100%;
	margin:auto;
}

.ratingblock {
	width: 125px;
	display:block;
	padding-bottom:8px;
	margin-bottom:8px;
}


.loading {
	height: 30px;
	background: url('../i/working.gif') 50% 50% no-repeat;
	}
	
.unit-rating { /* the UL */
	list-style:none;
	margin: 0px;
	padding:0px;
	height: 25px;
	position: relative;
	background: url('../i/alt_star.gif') top left repeat-x;		
	}

.unit-rating li{
    text-indent: -90000px;
	padding:0px;
	margin:0px;
	/*\*/
	float: left;
	/* */
	}
	
.unit-rating li a {
	outline: none;
	display:block;
	width:25px;
	height: 25px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
	}
	
.unit-rating li a:hover {
	background: url('../i/alt_star.gif') left center;
	z-index: 2;
	left: 0px;
}

.unit-rating a.r1-unit{left: 0px;}
.unit-rating a.r1-unit:hover{width:25px;}
.unit-rating a.r2-unit{left:25px;}
.unit-rating a.r2-unit:hover{width: 50px;}
.unit-rating a.r3-unit{left: 50px;}
.unit-rating a.r3-unit:hover{width: 75px;}
.unit-rating a.r4-unit{left: 75px;}	
.unit-rating a.r4-unit:hover{width: 100px;}
.unit-rating a.r5-unit{left: 100px;}
.unit-rating a.r5-unit:hover{width: 125px;}

.unit-rating li.current-rating {
	background: url('../i/alt_star.gif') left bottom;
	position: absolute;
	height: 25px;
	display: block;
	text-indent: -9000px;
	z-index: 1;
	}

.voted {color:#999;}
.thanks {color:#36AA3D;}
div#qTip {
  padding: 3px;
  /* border: 1px solid #666;*/
  display: none;
  background: #fff;
  color: #000;
  font: bold 10px Verdana, Arial, Helvetica, sans-serif;
  text-align: left;
  position: absolute;
  z-index: 1000;
}
#ratingtxt { padding-top: 5px; }
#ratetext { 
    /* text of rating */
}
#totalvotes {
    /* total number of votes - set this
     * to hidden if you don't want to display the
     * its contents */
    visibility: hidden;
}
