@charset "utf-8";
/* CSS Document */

#menu .menulist{
	padding: 0;
	width: 650px;
	background: transparent;
	voice-family: "\"}\"";
	voice-family: inherit;
	float: center;
}

#menu .menulist ul{
	margin:0;
	margin-left: 0px; /*margin between first menu item and left browser edge*/
	padding: 0;
	list-style: none;
}

#menu .menulist li{
	display: inline;
	margin: 0 2px 0 0;
	padding: 0;
	text-transform:uppercase;
}

#menu .menulist a{
	float: left;
	display: block;
	color:#C16262;
	text-decoration: none;
	margin: 0 2px 0 0; /*Margin between each menu item*/
	padding: 5px 15px 5px 15px; /*Padding within each menu item*/
	background-color:#EEBEBE; /*Default menu color*/
	border-bottom: 8px solid #FFFFFF;
	font-size: 12px;
	font-weight: bold;

}

#menu .menulist a:hover{
	background-color: #DE7D7D; /*Highlight red color theme*/
	padding-top: 10px; /*Set padding-top value to default's padding-top + padding-bottom */
	padding-bottom: 0; /*Set padding-bottom value to 0 */
	border-bottom-color: #DE7D7D; /*Highlight red color theme*/
	color:#CC0000;
}

#menu .menulist .current a{ /** currently selected menu item **/
	background-color:#D45757; /*Highlight red color theme*/
	padding-top: 8px; /*Set padding-top value to default's padding-top + padding-bottom */
	padding-bottom: 0; /*Set padding-bottom value to 0 */
	border-bottom-color: #D45757;  /*Highlight red color theme*/
	color:#000000;
	font-size:13px;
	padding: 7px 20px 4px 20px; /*Padding within each menu item*/
}

#menu .menulist .current a:visited {
	float: left;
	display: block;
	color:#000000;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 1px;

}
	
.table_dot {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	font-size: 13px;
	color: #333333;
	line-height: 15px;
}
.table_line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-size: 13px;
	color: #333333;
}

.namebar {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 12px;
	padding-left: 30px;
	text-align: left;
	letter-spacing: 1px;
}
.shop_text {
	font-size: 13px;
	line-height: 20px;
	color: #333333;
	text-align: left;
	padding-right: 30px;
	padding-left: 30px;
	height: 180px;
	padding-top: 5px;
}

/* re top
======================================*/ 
#retop {
	font-size: 11px;
	color: #0000CC;
	float: none;
	text-align:right;
	padding-top: 10px;
	width: 98%;
	padding-bottom: 10px;
}
#retop  a:link {
	color:#0066CC;
	text-decoration:underline;
}
#retop  a:visited  {
	color:#0066CC;
	text-decoration:underline;
}

#retop  a:hover { 
	color:#FF6600;
	text-decoration:underline;





