/*
monstar-lab CSS
*/

a.selected:hover {
	color: #FFCF47;
}

.sub_title {
	height: 20px;
}

.top_space {
	margin-top: 10px;
}

.sub_title#selected {
	background: #FFFFFF url(images/green_menu_bar.gif) no-repeat;
	color:#FFFFFF;
}

.contents_board .contents_header {
	background: #A7C817 url(images/green_header.gif) no-repeat;
}

.contents_board .contents_body {
	padding-bottom: 20px;
	background: #FFFFFF url(images/green_body.gif) repeat-y;
}

.contents_board .contents_footer {
	height: 100px;
	background: #FFFFFF url(images/gourmet_footer.gif) no-repeat;
}

td.menu a:hover {
	color: #A7C817;
}

h1#icon {
	background:transparent url(images/header_green.jpg) no-repeat scroll left center;
	float:left;
	font-size:140%;
	font-weight:bold;
	height:25px;
	margin:10px 0pt 15pt 0;
	padding-left:30px;
	padding-top:0pt;
	text-align:left;
	width:550px;
}

div.choice {
	margin-left: 35px;	
}

/* =============== Map style ===================== */
#maparea {
	position: relative;
	width: 100%;
}
#map {
	z-index: 2;  background-color: #eeeeee;
	width: 500px;  height: 500px;
}
#categoryNavi {
	/*position: absolute;  top: 0px;  left: 520px;  */
	width: 170px;/*185px;*/
	margin-left: 15px;
	/*padding: 0px;*/
	font-size: 90%;
}
#itemNavi {
	/*position: absolute;  top: 50px;  left: 520px; */
	width: 190px;
	height: 280px;
	/*margin-top: 10px;*/
	font-size: 90%;  line-height: 115%;
	text-align: left;
}
#itemNavi table {
	width: 100%;
	border-collapse: collapse;
}
#itemNavi table tr,td {
	text-align: left;
}
#narrowNavi {
	width: 490px;
	margin-top: 5px;
	padding: 5px;
	border: solid 1px;
}
#narrowNavi label{
	margin-left: 3px;
}

/*---ポップアップする詳細ウィンドウ---*/
.infoWin {
	color: #000000;
	font-color: #000000;
	width: 350px;
}
.infoWin div {
	margin-top: 4px;
	font-size: 75%;
	padding: 1px;
}
.infoWin div.title {
	margin-top: 0px;
	font-weight: bold;
	font-size: 90%;
}
.infoWin div.rank {
	font-size: 90%;
}
.infoWin div.picture {
	text-align: center;
}
.infoWin div.alignRight {
	text-align: right;
}
.infoWin div.menu {
	border-top: dashed 1px;
}
div.menu table,tr {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
div.menu td {
}
div.menu table td.imageBox {
	width: 110px;
}

/*---カテゴリ一覧とか---*/
ul#ksgmsp--categoryNavi-select {
	width: 160px;
	list-style-type: none;
	text-align: left;
}
ul#ksgmsp--categoryNavi-select li {
	width: 160px;
	padding-left: 13px;
	list-style-type: none;
	text-align: left;
	background-repeat: no-repeat;
	background-position: left middle;
}
ul#ksgmsp--categoryNavi-select li.selected { 
	border-bottom: solid 1px #A7C817;
	background-image: url(images/gourmet_cursor_1.gif);
	background-repeat: no-repeat;
}
ul#ksgmsp--categoryNavi-select li.noselected { 
	background-image: none;
}
#ksgmap--map-message {						/* マップ内に表示するメッセージ */
	margin: 10px;
	font-size: 90%;
}
#ksgmsp--mapNavi-listItem--mySelf {			/* マップナビの自分自身 */
	background-color: #eeeeee;
}
#ksgmsp--categoryNavi-listItem--all {		/* カテゴリナビのすべて表示 */
	background-color: #eeeeee;
}
#ksgmsp--categoryNavi-listItem--undefined {	/* カテゴリナビの未定義の場合 */
	background-color: #eeeeee;
}

